Understanding InstallShield Setup.inx: The Core of Legacy Installations
[Setup] AppName=MyApplication AppVersion=1.0 Installshield Setup Inx
When building an installation, the InstallShield compiler processes the INX file alongside its associated runtime files ( .INS , .H , .C , .RUL ) to generate the final Setup.exe and .cab files. Understanding InstallShield Setup
[Files] Source = "C:\Build\app.exe" Dest = "TARGETDIR" FileType = "SelfReg" the developer compiles the script (Ctrl+F7).
: Using the Build menu in the InstallShield Interface , the developer compiles the script (Ctrl+F7).