LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Installer TargetDir

hi all,

we build a distr-kit for everytime the same pc-configuration and I want to suppress the users possibility to change the target-path of the application and the RTE. is this possible anyhow ?

best regards

Simon
0 Kudos
Message 1 of 3
(3,594 Views)

If you have CVI 2009, you can just uncheck the box on the General tab labeled "Allow installation directory selection". If you are using an older version, you have to edit the setup.ini file (in same directory as setup.exe) after every build of the distribution: change "SingleDirectory=1" to "SingleDirectory=0".

 

Mert A.

National Instruments

Message 2 of 3
(3,582 Views)
thanks, that did it.

best regards

Simon
0 Kudos
Message 3 of 3
(3,567 Views)