01-07-2019 12:11 PM
I am Using LabVIEW 2013 SP1.
I have built an executable and an Installer.
Both work fine but I want to disable the Dialog that allows the user to change the Destination Directory.
In the setup.ini file under [Dialogs] is a property SingleDirectory =1 if I change this to be SingleDirectory =0 it appears to give me the requirement I need when I run the installer. Checking the installed location, all the files are in there correct locations and the application runs.
Is this the correct property to change and can it be changed in the Installer Properties Dialogs rather than having to manually change the setup.ini file after performing the build.
01-07-2019 01:27 PM
You are right on the money- there is a build option to use a custom setup.ini that you wrote and put in your project.
01-08-2019 03:06 AM
Hi Jeff,
Thanks for the response. I found the setting under the Advance Category for the Build Properties but I couldn't find a similar item in the Installer Properties.