Volume License Manager and Automated Software Installation

cancel
Showing results for 
Search instead for 
Did you mean: 

Include additional files during network install

I would like to simplify my distribution process by including additional user.lib and instr.lib files during the network installation.

 

Is there a way to include additional files as part of creating a network install?

 

(License Manager 2.1.1and LabVIEW 8.6)

Message Edited by Phillip Brooks on 12-18-2008 01:38 PM

Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
If you don't hate time zones, you're not a real programmer.

"You are what you don't automate"
Inplaceness is synonymous with insidiousness

0 Kudos
Message 1 of 2
(8,242 Views)

Hello Phillip,

 

I don't believe there is any direct means of creating a Volume License Installer to include additional installers, but one alternative approach comes to mind.  Perhaps you could create a batch file that first executes the regular Volume License Installer you have created.  In the subsequent steps of the batch file, you could copy the user.lib and instr.lib files you wish to transfer to the appropriate directories.  Finally, instead of pointing your end users to the location of the Volume License Installer as the executable to run for installation, you could indicate the location of the batch file to execute.  If you are unfamiliar with creating batch files, consider perusing this tutorial.  I think this might be the best way to accomplish your end goal.

0 Kudos
Message 2 of 2
(8,220 Views)