MSI-home
Esri ArcInfo Workstation 9.1 MSI Information
Last Updated: 06.24.05 by Chad Dupuis, acis-windows@mit.edu
- MSI Information
- Configuration Issues
- Known Bugs
- Installations
- MSI Information
- Using vendor supplied MSI created an administrative install using (msiexec
/a) and built a MST file with Installshield Tuner to perform a complete
install. This will not install via group policy for unknown
reasons, so we use a system startup script.
- The transform settings do not get applied correctly, so we have a number
of command line parameters in our setup script. The installation section
of the script is:
- %systemroot%\system32\msiexec.exe /i \\win.mit.edu\dfs\MSI\ACST\esri_arcinfows_91\Workstation.msi
INSTALLDIR="C:\Program Files\arcgis\" WORKSPACE="C:\Workspace"
ADDLOCAL=ALL TRANSFORM="\\win.mit.edu\dfs\MSI\ACST\esri_arcinfows_91\workstation.mst"
/qn
- Had to explicitly state the installdir as it will install on the largest
drive..
- Configuration Issues
- If you use C:\Workspace, as the script sets up, you will need to also
run the following startup script which keeps this area clean and sets write
permissions for users:
- \\win.mit.edu\dfs\MSI\ACST\scripts\arcinfo_cleanup_workspace\arcinfo_cleanup_workspace.bat.
- Known Bugs
- Installations
- Source: Dfs\MSI\ACST\esri_arcinfows_91\esri_arcinfows_install.bat
- License: MIT Site License
MSI-home