Often machine specific variables must be used within a software Installer. These may be used as conditionals on tasks for running (wich an an 32 bit architecture. They may also refer to the location of files when an installer may wish to reference files within the "path" of the package folder.
Current Variables that are resolved within the launcher are:
Variable | Example Output |
---|---|
@OSYSTEM | Windows 7 |
@DOMAIN | MyDomain.com |
@USERDOMAIN | MyDomain.com |
@SHORTDOMAIN | MyDomain |
@PRODUCTNAME | Windows Server 2008 R2 |
@CPUARCH | AMD64 |
@PATH | C:\Temp |
@COMSPEC | C:\Windows\system32\cmd.exe |
@PCNAME | SITESERVER |
@COMPUTERNAME | SITESERVER.MyDomain.com |
@IPADDRESS | @IPADDRESS |
@ALLUSERSPROFILE | C:\ProgramData |
@APPDATA | C:\Users\administrator\AppData\Roaming |
@HOMEDRIVE | C: |
@LOGONSERVER | \\SITESERVER |
@WINDIR | C:\Windows |
@SYSTEMDIR | C:\Windows\system32 |
@TEMP | C:\Users\Test~1\AppData\Local\Temp |
- Log in to post comments