05-13-2009 01:07 AM
hi, i am using labview 8.5.1 and i made two different labview based application. when i am trying to install both application on a PC, other application removes previously installed application. so i am not able to install both application on a PC.
even installer name, installation path, application name, product name are different in both application.
Solved! Go to Solution.
05-13-2009 02:35 AM
Did you copy the project? I think there's a GUID behind each build specification (this was still visible back in LV7.1). If you copy the project including a build specification the GUID remains the same, even if you change all of it's properties. With the same GUID, Windows thinks it's the same application and updates it.
You can just duplicate the build specification in one of the projects and delete the original one.
Hope this helps,
Daniel
05-13-2009 02:46 AM
Copying the build script should create a new GUID in LV 8.5.1. So i asume that it was the very same script to create the installer and was modified after creation of the first one....
hope this helps,
Norbert
05-13-2009 03:15 AM
thank you guys, i made installer in new project and the problem is solved.
thanks again.