LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any way to specify the default version of LabVIEW?

I have a sinking feeling that the answer to this question is "no."  With more than one version installed, is there any way to set the default LabVIEW version for opening a VI? I have both 7.1 and 8 installed, and usually only use 8 to open an example or look at something posted here.  When I do that, it resets all the OS hooks so that the default action for opening a VI is to open it in version 8.  I've even gone so far as to create actions to open files in 7.1 and 8, but it always resets my default action.

I found this KB article for when version 7 came out, but it's suggestions don't seem to work with 7 and 8.

Ugh. I hate it when software thinks it knows what I want better than I do.

0 Kudos
Message 1 of 6
(3,446 Views)

You could try Dataact's version chooser. I haven't tried it myself, so I can't comment on how convenient it is.


___________________
Try to take over the world!
0 Kudos
Message 2 of 6
(3,438 Views)
Another option is JPD's trick here.

___________________
Try to take over the world!
0 Kudos
Message 3 of 6
(3,429 Views)


@eaolson wrote:
I have a sinking feeling that the answer to this question is "no."  With more than one version installed, is there any way to set the default LabVIEW version for opening a VI? I have both 7.1 and 8 installed, and usually only use 8 to open an example or look at something posted here.  When I do that, it resets all the OS hooks so that the default action for opening a VI is to open it in version 8.  I've even gone so far as to create actions to open files in 7.1 and 8, but it always resets my default action.

I found this KB article for when version 7 came out, but it's suggestions don't seem to work with 7 and 8.

Ugh. I hate it when software thinks it knows what I want better than I do.



Add in the LabVIEW.ini file of those versions you do not want to rewrite the registry on startup to point to themselves for VI files, the following:

RegisterExtensions=False

Of course the VersionChooser utility mentioned earlier is even more convinient.

Rolf Kalbermatter

Message Edited by rolfk on 06-28-2006 08:21 AM

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 4 of 6
(3,411 Views)

rolfk wrote:
RegisterExtensions=False
Exactly what I was looking for! I knew it had to be there somewhere. I don't suppose these useful little undocumented tweaks are documented anywhere?
0 Kudos
Message 5 of 6
(3,389 Views)
The most comprehensive list is in Brian Renken's site.

___________________
Try to take over the world!
0 Kudos
Message 6 of 6
(3,381 Views)