10-07-2008 08:28 AM
Is it possible to use Labview's Installer to generate a single file installer, like InstallShield?
I can zip the install Volume, but I'd prefer to have an single EXE for the installation.
10-07-2008 09:35 AM
10-07-2008 09:38 AM
Just pack the install volume into a single zip archive. Then make the zip archive a selfextracting exe which will automatically start the setup.exe created by LabVIEW.
It is the same thing which Installshield does under the hood too.