When creating an installer in LabVIEW, you can specify where the application will be installed on your deployment machine. By default, the installer directs all files to be installed in the Projects Files folder. As Project Files is a protected folder, saving program files in this location can result in Windows permissions issues. If you would like to bypass any potential permissions issue or would just like to specify a file location when distributing applications, you can set a custom file path when building the installer.
This tutorial shows you how to configure your LabVIEW installer to install files to a custom file path on your deployment machine.
In order to create a LabVIEW installer, you will need the LabVIEW Application Builder.
Note: In order to change where the LabVIEW Installer files are built/saved on the development machine, you can change the
Installer Destination within the
Product Information category of the
Installer Properties dialog box. This tutorial sets where the files within the LabVIEW Installer are saved once the Installer has run, typically on the deployment machine.