09-25-2013 11:47 AM
@GabiTillmann wrote:
The easiest way to have all drivers that are needed installed, is to create in addition to the exe an installer.
That should include everything that is needed.
It will usually include also MAX which makes it huge (not suitable for a CD),
And of course, if you have names of the interface hardcoded in your vi. they must also exist in the new installation.
Gabi
Actually, it won't include anything that is needed unless you tell it what you want included on the Additional Installers tab. Neither the EXE nor the Installer can tell you what is required. You just have to know based on what you put in your VIs. Of course you can select EVERY additional installer if you don't mind a massive installer size. See my IE post on this subject here: http://forums.ni.com/t5/LabVIEW-Idea-Exchange/LabVIEW-App-Builder-Should-Determine-and-Minimize-Dist...
09-25-2013 12:12 PM
I am not sure, but I think it is one of the "goodies" in LV2013.
But you may be right....
Gabi
09-25-2013 12:21 PM
@GabiTillmann wrote:
I am not sure, but I think it is one of the "goodies" in LV2013.
But you may be right....
Gabi
It is. See here and scroll down to Application Builder Enhancements.
09-26-2013 02:01 AM
Hi guys. I have Installed the VISA and it didn't work so I also saw that if I renamed the usb address in MAX I should rename it also on the new pc. Now it works properly.
One more question does exist a way to have an exe that install also the max and the visa? I mean all in 1 file to execute/install.
Thank you
09-26-2013 02:13 AM
On the development machine, you can define another build script to create an INSTALLER.
You can add drivers and MAX configuration into the installer as such that the target machine will get all required components and settings.
Norbert
09-26-2013 08:40 AM
mmm so I should create first the .exe and then the installer?
09-26-2013 08:53 AM
@s.turino84 wrote:
mmm so I should create first the .exe and then the installer?
Yes of course. There would be nothing to install without the EXE file.
Thanks for the heads up on the Installer enhancments Gabi and Crossrulz. I'm glad I was wrong this time.
I'm off to upgrade...
09-26-2013 09:04 AM
well i've followed a video but when i build the installer it stacks on (this could take several minutes)...
mmm is it normal that more than 10minutes are passed?
I checked the LVRTE+MAX+VISA5.2 and also import the MAX configuration.
09-26-2013 09:29 AM
mmm finished... 428 MB... probably I did a mistake because I checked the W7 installer ... probably is a good idea set the XP version.
09-26-2013 09:31 AM
Depending on the checkboxes you check in the "additional installers" tab, you can get an installer with several GB of size.
This will of course take its time, 10 minutes sounds resonable, esp. if your harddrive is slow and fragmented.
I think you will get an installer in time that you can perform some tests on a target machine.
Norbert