The Advanced Installer command line accepts a set of commands that modify the
specified project. The modification is performed in three stages,
sequenced as follows: - Load
- Modify
- Save
The editing syntax is:
[<path>\]AdvancedInstaller.com /edit <path_to_project> <command> Command Line ConventionsWhen specifying the command line format the following
conventions are used: - Parameters that are enclosed in brackets "[]" are
optional.
- A group of parameters enclosed in braces "{}" means that they
are mutually exclusive.
- An enumeration of parameters is separated by "|". You can only
use a parameter from that group.
When specifying a file or folder path from the project, you
should use as root folder one of the existing Windows Installer
folders. The specified path is automatically created if it doesn't
already exist. If no Windows Installer folder is used as root the path
is created as a property based folder.
Example: - APPDIR\MyFolder - This path points to a subfolder of the
Application Folder.
- DesktopFolder\MyFolder - This path points to a subfolder of the
Desktop Folder.
In order to find out the Folder Name associated with each
Windows Installer folder, select the folder in the Files page tree and from the context menu
choose the “Properties” option. The name of the command line options are case insensitive
Topics |