Command line parameters (arguments) are not case sensitive. Each path must be quoted if it contains spaces.
"Project File"
Open the project file.
Example: "C:\Program Files (x86)\Actual Installer\actinst.exe" "C:\New Product.aip"
/S "Project File"
Open and build the project file in the silent mode.
If a project file is not specified, then the last opened project is used.
If the build is successful, the program returns exit code 0. If there are any errors, it returns 1.
Example: "C:\Program Files (x86)\Actual Installer\actinst.exe" /S "C:\New Product.aip"
/S Use the silent mode for the installation.
/N Skip checking system requirements and software prerequisites. Example: "C:\MySetup.exe" /N
/D Set Destination Folder. Example: "C:\MySetup.exe" /D "C:\New Folder"
/DFC The user cannot change the Destination Folder.
/L Create a log file of errors in "%TEMP%\AISETUPLOG.TXT"
/LNG Set Setup Language (the language must be included in the installation). Example: "C:\MySetup.exe" /LNG "English"
/X Use this parameter to pass an additional text to the setup program and then use in the installation.
Example: "C:\MySetup.exe" /X "ANYTEXT"
ANYTEXT will be stored in the <ExtraVar> variable, and it can be used anywhere in the installation.
Hint: If /X is not specified and the setup file name contains characters _ or - , then <ExtraVar> will contain a text from the file name starting this character. For example: if the file name is Setup_Test.exe or Setup-Test.exe, then <ExtraVar> contains Test. To disable this feature, add -extravardef to Setup Parameters.
/RUNAS Launch the setup program as administrator.
/ALL Install for All Users on computer.
/CU Install for Current User only.
0 - Installation completed successfully
1 - Error: The setup file is corrupted. Please obtain a new copy of the file
2 - Setup Closed at startup as new Elevated process started. (Run as admin)
3 - Error: failed to register Custom Setup Font
4 - Error: Language file was not found
5 - Error: Prerequisite was not installed
6 - Error: Disk space is full
7 - Error: Internet required. (Network failure)
8 - Installation Canceled by user: Close Running App, user clicks Cancel
9 - Error: Installation Failed during install (access denied or others)
10 - Non-critical error. Warning (for example, shortcuts were not created)
11 - Installation Cancelled by user (before Install)
12 - Error: setup failed, as the app is not installed (in the update mode)
14 - Update Mode: installation failed as Main program has version not in Min and Max values specified
15 - Halt In Custom Variables. HALT()
16 - Halt In Commands. HALT()
17 - Installation canceled, as newer version is already installed
18 - Error: Data file not found when using feature "Setup + Data next to it"
19 - Installation Canceled when using "Check for Updates Before Installation", and parameter -haltonnewversion, and a new version is available
21 - Error: Unable to create temporary directory. Access denied. Please try again
22 - Error: Unable to create temporary ZIP file. Access denied. Please try again
23 - Error: Unable to extract files to temporary directory. Access denied. (from aizetup.zip)
24 - Error: Windows architecture is not supported. 64-bit Windows is required
25 - Error: Windows architecture is not supported. 32-bit Windows is required
26 - Error: Windows version is not supported
27 - Error: Silent Installation Is Not Allowed (used parameter -nosilent)
28 - Error: Installation Directory is empty
29 - Error: some custom components are not filled
99 - Error: setup initialization failed (FormCreate not processed completely)
100 - Error: Access denied. Please try again. (cannot open setup file)
/S Use the silent mode for uninstallation.
Example: "C:\Program Files (x86)\Actual Installer\Uninstall.exe" /S