MSI-home
Esri ArcDesktop Developer Kit 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_arcdesktop_devkit_91\DesktopDeveloperKit.msi
ADDLOCAL=C ADDLOCAL=Software_Developer_Kit ADDLOCAL=VB ADDLOCAL=Samples
ADDLOCAL=COM ADDLOCAL=AddIns TRANSFORMS="\\win.mit.edu\dfs\MSI\ACST\esri_arcdesktop_devkit_91\DesktopDeveloperKit.mst"
/qn
- We left out the dotnet applications as the installer failed if dotnet
was not installed. If you would like it added, add ADDLOCAL=DotNet to
the script.
- Configuration Issues
- Known Bugs
- Installations
- Source: Dfs\MSI\ACST\esri_ardesktop_devkit_91\esri_devkit_91_install.bat
- License: MIT Site License
MSI-home