|
Resource Compiler Settings
|
Basic MSI, InstallScript, InstallScript MSI
|
In this section, you can specify the location of a resource compiler and provide command line options.
- Resource compiler locationThe default resource compiler (rc.exe) location appears in this field. To edit the resource compiler location, type or browse to the location of a resource compiler that is currently installed on your system.
- Resource compiler command line optionsTo edit the resource compiler command line options, type over the existing command line options in the field. The default command line option string is /r "%1".
|
|
Resource Linker Settings
|
Basic MSI, InstallScript, InstallScript MSI
|
In this section, you can specify the location of a resource linker and provide command line options.
- Resource linker locationThe default resource linker (link.exe) location appears in this field. To edit the resource linker location, type or browse to the location of a resource linker that is currently installed on your system.
- Resource linker command line optionTo edit the resource linker command line options, type over the existing command line options in the field. The default command line option string is "%1" /DLL /NOENTRY /NODEFAULTLIB /MACHINE:iX86 /OUT:"%2".
|