Use this page of the Installer Properties dialog box to configure advanced settings for the installer build.
This page includes the following components:
| Command-Line Argument | Description |
|---|---|
| [INSTALLDIR] | Application installation directory that the user selects. |
| [DISTROOT] | Full directory path containing the setup.exe file that launched this installer. |
| [ProductName] | Product name specified on the Product Information page. |
| [ProductVersion] | Product version specified on the Product Information page. |
If any of these strings are present at installation, the installer replaces them with the correct values before it sends the arguments to the application.
![]() | Note LabVIEW automatically adds the \ character after the [INSTALLDIR]. Including the \ character within the quotation marks of the command line argument entry may cause incorrect formatting of the command line. For example, entering "[INSTALLDIR]\readme.txt" in Command line arguments sends the application an argument such as C:\Program Files\command line\\readme.txt, with two \ characters before the filename. |