|
Navigation: Program Reference > Scripting and Variables > System Constants |
|
System constants are constants that points to information about current state of operational system and your setup project. You can use these constants in the string expressions of your setup project.
Variable |
Meaning |
#Date# |
The current date's string, formatted using the operational system localization settings. |
#Time# |
The current time's string, formatted using the operational system localization settings. |
#Day# |
The day part of the date during the setup building. For example, if date is "1/2/2006", this constant's value is 2. |
#Month# |
The month part of the date during the setup building. For example, if date is "1/2/2006", this constant's value is 1. |
#Year# |
The year part of the date during the setup building. For example, if date is "1/2/2006", this constant's value is 2006. |
#Hour# |
The hour part of the time during the setup building. For example, if time is "1:2:3", this constant's value is 1. |
#Minute# |
The hour part of the time during the setup building. For example, if time is "1:2:3", this constant's value is 2. |
#Second# |
The hour part of the time during the setup building. For example, if time is "1:2:3", this constant's value is 3. |
#Installer# |
The patch of the setup program. |
#Uninstaller# |
The patch of the uninstaller program. |
#UninstallerData# |
The patch of the uninstaller's data file of your application. To uninstall your application you will call #Uninstaller# with the paramater #UninstallData#. |
#CABInstaller# |
The path of the program that installs the CAB files in the Windows Mobile devices. |
#CABInstallerData# |
The path of the installer's data file of the default Windows Mobile component. To install your Windows Mobile files in the connected device you will call #CABInstaller# with the parameter #CABInstallerData#. |