annulla
Visualizzazione dei risultati per 
Cerca invece 
Intendevi dire: 

Disable Installer Destination Prompt

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.

 

Regards
Ray Farmer
0 Kudos
Messaggio 1 di 3
2.567Visualizzazioni

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.


"Should be" isn't "Is" -Jay
0 Kudos
Messaggio 2 di 3
2.550Visualizzazioni

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.

 

Regards
Ray Farmer
0 Kudos
Messaggio 3 di 3
2.515Visualizzazioni