LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multiple application installtion problem.

Solved!
Go to solution

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.

Alpesh Prajapati
0 Kudos
Message 1 of 4
(2,771 Views)

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

 

Message 2 of 4
(2,755 Views)
Solution
Accepted by topic author Alpesh

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 

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
Message 3 of 4
(2,753 Views)

thank you guys, i made installer in new project and the problem is solved.

 

thanks again.

Alpesh Prajapati
0 Kudos
Message 4 of 4
(2,746 Views)