10-04-2012 09:49 AM
I've created the second app form the first one; and only modify the VI's source code and the names and destionations in the builder.
I'm not sure I understand the first part of that, "created from the first one". Can you explain further?
Try installing A.exe, then write-protecting the file (properties in the explorer = READ ONLY).
then install B and see if A sticks around.
Blog for (mostly LabVIEW) programmers: Tips And Tricks
10-04-2012 09:50 AM
You can find the GUID in the build spec for the installer under the version information. It is called the "Upgrade code". Did you happen to copy the project and build specs? If so, this is a common way to end up with two installers using teh same GUID.
10-04-2012 09:57 AM
Mark_Yedinak escribió:
You can find the GUID in the build spec for the installer under the version information. It is called the "Upgrade code". Did you happen to copy the project and build specs? If so, this is a common way to end up with two installers using teh same GUID.
That is what I exactly did. I copy all the project folder and reuse all that I can, including the building specs. I've tried to delete both application and installer builders and create a new ones from the begining. Now it works fine!
Thank you very much Mark and Steve for you useful help
10-04-2012 10:02 AM
@aespin wrote:
Mark_Yedinak escribió:
You can find the GUID in the build spec for the installer under the version information. It is called the "Upgrade code". Did you happen to copy the project and build specs? If so, this is a common way to end up with two installers using teh same GUID.
That is what I exactly did. I copy all the project folder and reuse all that I can, including the building specs. I've tried to delete both application and installer builders and create a new ones from the begining. Now it works fine!
Thank you very much Mark and Steve for you useful help
For future reference you can simply generate a new GUID after you have made the copy. The option is under the version setting in the installer, same place you can see what GUID is being used.
10-04-2012 10:03 AM
There should also be a button in the build spec to generate a new GUID. That could have saved you a little bit of time.