/build/static/layout/Breadcrumb_cap_w.png

Intel Corporation Intel Visual Fortran

Version: 10

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 3.9k  |  Created: 01/16/2008

Average Rating: 0
Intel Visual Fortran has 1 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (2)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
119
Command Line
This entry is from the install.html provided by Intel.

Silent installation

To invoke silent installation,

Go to the instman folder, which is created inside the folder to which the Intel MKL package is extracted upon the installation start, by default, it is the C:\Program Files\Intel\Download\w_mkl_b_10.0.xxx folder.
Run setupcore.exe, located in this folder, with the appropriate command-line option.
Main options supported:

setupcore.exe -l <LicenseFileName>
setupcore.exe -n <SerialNumber>

where <LicenseFileName> is the full path to the license file and <SerialNumber> is the Serial Number provided by Intel. The -l and -n command-line options are mutually exclusive. In each case, the setupcore.exe silently runs default installation of Intel MKL.

I used the second option:
setupcore.exe -n ABCD-12345678
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
117
Note
(the below are notes made while creating a zenworks application to rollout Intel Visual Fortran)

Downloaded the installer from intel.com
Ran the downloaded exe, which unpacked the product files into a local folder following the installation instructions found in the unpacked folder, a silent install should be possible by:

From the instman folder, run the following command:
setupcore.exe -l full-path-to-license-file

however this didn't work for me :(

So, I had a look through the install folders and found 3 exes under \install

w_fc_p_10.1.013_IA32.exe - compiler
w_idb_p_10.1.013_IA32.exe - debugger
w_ide_p_10.1.013_IA32.exe - MS VS integrations

Running each extracted an MSI to %userprofile%\local settings\temp which I grabbed

Made a zenworks-native MSI installer - this failed for a locked down user so made a simple application called 'Intel Visual Fortran Compiler v10-1' and in a pre-distribution script

REM Install Compiler
"%windir%\system32\msiexec.exe" /i "%zenapps%\Intel Visual Fortran\v10.1\Intel Visual Fortran Compiler 10.1.msi" /qb-

REM Install Compiler integrations for MS Visual Studio
"%windir%\System32\msiexec.exe" /i "%zenapps%\Intel Visual Fortran\v10.1\Intel Visual Fortran Compiler Integrations for MS VS 10.1.msi" /qb-

REM Install debugger
"%windir%\system32\msiexec.exe" /i "%zenapps%\Intel Visual Fortran\v10.1\Intel Visual Fortran Debugger 10.1.msi" /qb-

(note %zenapps% is a windows variable we've added that points at our zenapps directory)

To install the license files I found you had to copy them to %programfiles%\common files\intel\licenses\ - so in a post-distribution script for the above mentioned application -

copy /Y "%zenapps%\Intel Visual Fortran\v10.1\Licenses\*.*" "%programfiles%\Common Files\Intel\Licenses\*.*"

I next made an application 'Intel Visual Fortran install' which firstly has a dependent application 'Intel Visual Fortran Compiler v10-1' (the app explained above) after which it simply runs

C:\Program Files\Intel\Compiler\Fortran\10.1.013\Docs\Doc_Index.htm
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Intel Visual Fortran

Version

10

Questions & Answers (0)

Questions & Answers related to Intel Corporation Intel Visual Fortran

Blogs (0)

Blog posts related to Intel Corporation Intel Visual Fortran

Reviews (0)

Reviews related to Intel Corporation Intel Visual Fortran

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ