01-23-2012 12:06 PM
Ouch. I have to install multiple LabView programs onto the same machine and they were all compiled with different versions. I don't have the luxury of rebuilding them. When I try installing some of them, the program won't let me install because newer drivers are already installed on the machine. Is there a way of running an installer to install the program without installing the drivers?
Solved! Go to Solution.
01-23-2012 12:59 PM
The folder where the installer was placed into should have a bunch of folder in the "bin" folder all starting with "p". These contain the various installers that are run. The actual installer for your executable should be in there somewhere, so you could try running it directly.
01-23-2012 02:23 PM
Thanks. I cannot try it at the moment, but for now will accept it as a viable solution.