The New Windows Installer or Edit Custom Installer window displays the following properties when a custom installer file is added or edited in your local Software Catalog.
Note: See Editing Standard Installers.
Installer Settings tab
Installer
Language Neutral
is the default. The drop-down list of supported languages is defined using the Application Settings > Languages tab.Deployment Settings
Note: Once you upload an installer file, the complete command line, with the installer file and arguments are displayed for you to read.
Uninstall Settings
%ProgramFiles%
Scan Items tab
The Scan Items tab specifies the criteria used to identify a custom install on a managed machine during a Software Deployment and Update scan. Multiple entries of all three types of scan items can be combined. All scan items listed must match during a scan for the software to be identified as installed.
File
, Registery Key
, Registry Value
File
- The full path to the file, such as C:\Program Files\WinMerge\WinMergeU.exe.
The scanner will accept, as the first part of the path, three different environment variables: %ProgramFiles%
, %ProgramFiles(x86)%
, and %ProgramW6432%
. For instance: %ProgramFiles%\WinMerge\WinMergeU.exe
Note: On 64-bit Windows %ProgramFiles(x86)%
checks the C:\Program Files (x86)
folder while %ProgramW6432%
checks the C:\Program Files
folder.
Registry Key
- You can use either the long form of the registry hive name or the short form. For instance: HKLM\SOFTWARE\CompanyName\WinMerge\Locale
or HKEY_LOCAL_MACHINE\SOFTWARE\CompanyName\WinMerge\Locale
Registry Value
- You can use either the long form of the registry hive name or the short form. For instance: HKLM\SOFTWARE\CompanyName\WinMerge\Executable
or HKEY_LOCAL_MACHINE\SOFTWARE\CompanyName\WinMerge\Executable
File
is selected, the scanner attempts to extract the version number from the EXE or DLL specified. Registry Value
is selected, the registry value must be a string data type. The scanner attempts to read the string of the registry value and return that string as the version number to the server.