|
•
|
LOGGING—Enables the logging of uninstallation information. When logging is enabled, results of operations that the InstallScript engine logs for uninstallation are recorded in the uninstallation log file and are reversed during uninstallation. |
Note that logging is enabled automatically by default. If you need to disable logging, it is recommended that you do so by calling Disable with the LOGGING constant immediately before performing operations that should not be logged for uninstallation. Then you can re-enable logging by calling Enable with the LOGGING constant.
For more information about logging, see InstallScript Functions that Are Logged for Uninstallation.
|
•
|
NEXTBUTTON—Enables the Next button that is displayed by some built-in dialogs. On most dialogs, the Next button is enabled by default. |
Note:Calling Enable with the BACKBUTTON constant has no effect on the SdCustomerInformation, SdCustomerInformationEx, SdRegisterUser, or SdRegisterUserEx dialogs since they enable and disable the Next button internally.
|
•
|
PCRESTORE—Enables System Restore compatibility, which is enabled by default. |
|
•
|
REGISTRYFUNCTIONS_USETEXTSUBS—Enables text substitutions in strings that are passed to registry functions; this is enabled by default. |
|
•
|
SELFREGISTERBATCH—Specifies whether to use the “batch method” for registering files copied with XCopyFile and the SELFREGISTER constant. The batch method is enabled by default. |
When the batch method is disabled, files are registered immediately when copied with XCopyFile and the SELFREGISTER constant. If the batch method is enabled, registration is postponed until data transfer takes place.
|
•
|
SERVICE_DIFX_32—Enables DIFx support for 32-bit platforms. |
|
•
|
SERVICE_DIFX_AMD64—Enables DIFx support for AMD 64-bit platforms. |
|
•
|
SERVICE_DIFX_IA64—Enables DIFx support for Itanium 64-bit platforms. |
|
•
|
STATUS—Enables the display of the progress indicator (status bar). |
|
•
|
STATUSBBRD—Enables the display of the progress dialog that includes a billboard. |
|
•
|
STATUSDLG—Enables the display of the dialog style progress indicator (status bar). |
|
•
|
STATUSEX—Enables the display of the standard Setup Status dialog. |
|
•
|
STATUSOLD—Enables the display of the old style progress indicator (status bar), which does not have a Cancel button. |
|