Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29353 Discussions

Pre Staged Installation for Visual Fortran Compiler 11

mike_heardhpa_org_uk
824 Views
HI,

Our company has justpurchased Visual Fortran Compiler 11 on a concurrrent basis, and i am trying to use create a prestaged installation package for this we are using a licence manager so will need to have the option to insert this in to the script, any advice on this would be appreciated.

Mike
0 Kudos
1 Solution
Steven_L_Intel1
Employee
824 Views

What you would do is construct a license file that looks like this:

SERVER
USE_SERVER

where the values in the SERVER line are taken from your license file. Then specify this for the silent install.

View solution in original post

0 Kudos
3 Replies
Steven_L_Intel1
Employee
824 Views

Mike,

Please elaborate on what "prestaged installation package" means.

Does our Silent Install document help you here?
0 Kudos
mike_heardhpa_org_uk
824 Views
HI,

Our company has justpurchased Visual Fortran Compiler 11 on a concurrrent basis, and i am trying to use create a prestaged installation package for this we are using a licence manager so will need to have the option to insert this in to the script, any advice on this would be appreciated.

Mike

Hi

Many thanks for this this looks like just what i am after,Do you know if there a argument to specify a licence manager (1111@hostname) rather than the lic file location?

Thanks

Mike
0 Kudos
Steven_L_Intel1
Employee
825 Views

What you would do is construct a license file that looks like this:

SERVER
USE_SERVER

where the values in the SERVER line are taken from your license file. Then specify this for the silent install.
0 Kudos
Reply