LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

intaller remove other labview applications

I need to have different versions of my application (with different names, different directories, different start menu entry...), installed with a setup.exe from application builder. On WinXP, that's ok. But on Win2k when i run the "new" setup.exe, the installer try to uninstall the last version of my app. That's impossible to work with the two latest versions... how doing ??
0 Kudos
Message 1 of 3
(2,467 Views)
Use different compile scripts for different versions of your program--what needs to be different in the compile script is the registry key the installer is looking for. When an install package finds that the key is already registered it will try and do the uninstall, which is really handy if you want it to do that, and not handy at all if you don't 🙂
0 Kudos
Message 2 of 3
(2,467 Views)
You can set a new product code for your application in application builder before you make the installer. Open application builder >> installer settings tab >> check "create installer" >> properties button >> click on the generate button beside the product code.
Message 3 of 3
(2,467 Views)