12-24-2010 05:13 AM
Hello.
Have a two versions of program. I want make him - independent. But when i install version 2 - version 1 is destroying. How change CLSID of program in 9 CVI? Screenshot needed. Thanks.
12-27-2010 01:56 PM
Hi Sergey,
Which 2 specific versions of CVI are you trying to install? Do you get an error?
12-27-2010 02:09 PM
Algoritm:
Have CVI 9.0.0. Don't modify them.
Wroted 1 program, "program1", compile and build her.
Wroted new version of program: "program1-1", compile and build her.
Install on computer program1. Norm.
Install on computer program1-1. 1-1 installed norm, but program1 is automaticaly deinstalled.
How regenerate CLSID from program1-1, i want to: OS see that programs not new version of one program, see that programs as miscellaneouses programs.
12-30-2010 06:53 PM
Are you building an installer with these two versions of your program? If that is the case, do you have different driver versions for both of your programs? It could be that your OS is trying to upgrade the drivers when you deploy the second version of your program. Therefore your first program could be affected.
12-31-2010 02:01 AM
Rrrrr... I'm lugger.
In CVI 7.1 parameter not CLSID i try to change, a Installer GUID.
How to change this value in CVI 9.0.0?
01-04-2011 05:26 AM
Even in CVI 7.1 I never found the need to click the button to generate a new GUID - this is done automatically whenever a new project is created. Presumably it is the same in CVI 9 - just create a new project and copy all your source files over to end up with a different GUID.
JR