Groups > Microsoft > MapPoint > How to Script a Full Installation




How to Script a Full Installation

How to Script a Full Installation
Thu, 13 Mar 2008 15:08:00 -070
I need to perform a full install of Mappoint 2006 for a remote user via SMS.  
Our current advertisement will only install the 500MB Runtime.  The install 
files are streamed to the client via BITS and once copied down we run 
Setup.exe /quite.  Below is our current Setup.ini file.  I didn't create the 
advertisement but I'm guessing the line under [Options], RUNTIME=FALSE would 
be the value to choose a Full install.  Any help would be greatly appreciated.

Setup.ini - 
; Microsoft Office SETUP.EXE settings file.

[MSI]
; If a value is present, the MSI section gives the name of the MSI file to 
install.  
; This file must be in the same directory as setup.exe, and both must be in 
the root 
; of the installation tree.
; If no value is present, setup.exe will look for exactly one file matching 
"*.msi"
; in its directory and if found, use that.
;
MSI=.\MapPoint\MSMap\data.msi

[Product]
ProductCode={removed for this post}
ProductName=Microsoft MapPoint
ProductVersion=12.0.0.0
Version=12.0

[MST]
; If a value is present, the MST section gives the full path to a transform 
to apply.  
; Specify it in the form MST1=path to MST
; Remember to uncomment the value names.
;
;MST1=\\server\share\some transform.mst
;MST1=D:\transforms\my transform.mst

[Options]
; If a value is present, the [Options] section gives the values of 
properties to apply to
; this installation.  Specify them in the format: 
; PropName=PropValue
; Remember to uncomment the value names.
;
;USERNAME=Customer
RUNTIME=FALSE

[Display]
; If a value is present, the [Display] section overrides default UI modes.
; Display has one of the following values:
;		quiet, none, basic, reduced, full
; CompletionNotice - if this value is present, it determines whether or not 
to display 
; a setup completion notice for otherwise quiet setups. The completion 
notice will 
; only appear if Setup does not need to reboot to complete the installation.
; Remember to uncomment the value names.
;
;Display=None
;CompletionNotice=Yes

[Logging]
; If a value is present, the logging section provides default logging 
information.  
; There are three possible values, all are optional and have defaults as 
shown below
;
;	Value		Default			Description
;	Type		<none>			Logging mode to use, e.g. ea
;						Use * to get all logging modes; + to append to the
;						logfile if it exists.
;	Path		%TEMP%			Path to create logfiles in.  May contain environment 
variables.
;						Final component may be non-existent and will be created.
;	Template	SetupLog(*).txt		File name for log file.  May contain environment 
variables.
;						Should end in "(*).txt"; the * is replaced with a zero-padded
;						4 digit number to make the file name unique.
;Type=icewarmup
;Path=\\OfficeServer\logfiles\
;Template=Office %UserName%(*).txt
Template=MapPoint 2006 Setup(*).txt
Type=vpiwaeo

[ServicePack]
NTVersion=5
; 0x600 as a decimal number.
; SPLevel=1536
;The message below can be changed to refer users to an alternate source for 
an NT or  Service Pack update.
MessageText=%s cannot be installed on this computer.  This product requires 
Microsoft Windows 2000 or higher.

[InstallFont]
Font=Tahoma (TrueType)
FontAlt=Tahoma(TrueType)
FontAlt2=Tahoma
Version=Version 2.30
Path=OSP\1033\FILES\WINDOWS\FONTS\Tahoma.TTF
Force=No

[InstallFontBold]
Font=Tahoma Bold (TrueType)
FontAlt=Tahoma Bold(TrueType)
FontAlt2=Tahoma Bold
Version=Version 2.30
Path=OSP\1033\FILES\WINDOWS\FONTS\TahomaBD.TTF
Force=No

[Installer]
;Relative path to Instmsi.exe and instmsiw.exe if they are not in the same 
directory as setup.exe
Path=.\MapPoint\MSI
Version=1.10.1029.0

[InstallMSI]
;Make this be zero to aways suppress installing Windows installer
;If this is missing or one, we upgrade Windows installer only on systems
;prior to NT 5.
;Make this be 2 to upgrade Windows installer even on NT 5 and later.
InstMsi=2

[OfficeWebComponents]
MSI=OWC10.MSI

[SystemPack]
Path=.\MapPoint\OSP\1033\OSP.MSI
Display=Full

[SystemPackOptions]
; If a value is present, the section gives the values of properties to apply 
to
; the Office System Files Update installation.  Specify them in the format: 
; PropName=PropValue

[SystemPack_DetectionFileList]
AGENTSVR.EXE	AgentFolder	2.0.0.2202	All
MSADOR15.DLL	AdoFolder	2.50.4403.4	All
MSADO15.DLL	AdoFolder	2.50.4403.9	All
MSADOX.DLL	AdoFolder	2.50.4403.4	All
MSADER15.DLL	AdoFolder	2.50.4403.4	All
MSADOMD.DLL	AdoFolder	2.50.4403.4	All
DAO360.DLL	DAOShared	3.60.3706.0	All
MSRD2X40.DLL	SystemFolder	4.0.2927.2	All
MSJET40.DLL	SystemFolder	4.0.2927.17	All
MSEXCH40.DLL	SystemFolder	4.0.2927.2	All
MSWSTR10.DLL	SystemFolder	4.0.2927.10	All
MSJTES40.DLL	SystemFolder	4.0.2927.8	All
MSJRO.DLL	AdoFolder	2.50.4403.4	All
ODBC32.DLL	SystemFolder	3.520.4403.2	All
ODBCINT.DLL	SystemFolder	3.520.4403.2	All
ODDBSE32.DLL	ODBCDesktopDriverFolder	4.0.4403.2	All
ODBCJI32.DLL	ODBCDesktopDriverFolder	4.0.4403.2	All
MSORCL32.DLL	ODBCOracleDriverFolder	2.573.4403.0	All
MSDAORA.DLL	SharedOleDbFolder	2.50.4403.0	All
MTXOCI.DLL	SystemFolder	1999.6.854.0	All
OLEDB32.DLL	SharedOleDbFolder	2.50.4403.8	All
MSDAENUM.DLL	SharedOleDbFolder	2.50.4403.0	All
MSDASQLR.DLL	SharedOleDbFolder	2.50.4403.6	All
MSADCE.DLL	SharedRDSFolder	2.50.4403.6	All
MSADCER.DLL	SharedRDSFolder	2.50.4403.6	All
MSADDS.DLL	SharedRDSFolder	2.50.4403.6	All
MSADDSR.DLL	SharedRDSFolder	2.50.4403.6	All
DBNMPNTW.DLL	SystemFolder	1999.10.20.0	All
ODBCBCP.DLL	ODBCSQLDriverFolder	3.70.8.20	All
SQLSRV32.DLL	ODBCSQLDriverFolder	3.70.8.20	All
SQLOLEDB.DLL	SharedOleDbFolder	7.1.8.19	All
DBMSADSN.DLL	SystemFolder	1999.10.20.0	NT
DBMSSHRN.DLL	SystemFolder	1999.10.20.0	9x
OLEAUT32.DLL	SystemFolder	2.40.4277.1	All
ASYCFILT.DLL	SystemFolder	2.40.4277.1	All
OLEPRO32.DLL	SystemFolder	5.0.4277.1	All
PSAPI.DLL	SystemFolder	5.0.1475.1	NT
STDOLE2.TLB	SystemFolder	2.40.4277.1	All
HH.EXE	WindowsFolder	4.73.8412.0	AllButArabicHebrew
HHCTRL.OCX	SystemFolder	4.73.8412.0	AllButArabicHebrew
ITIRCL.DLL	SystemFolder	4.72.7276.0	AllButArabicHebrew
ITSS.DLL	SystemFolder	4.72.8084.0	AllButArabicHebrew
MFC42.DLL	SystemFolder	6.0.8267.0	All
MLANG.DLL	SystemFolder	5.0.2919.6304	All
MSXML.DLL	SystemFolder	5.0.2919.6303	All
CP_1250.NLS	SystemFolder	1.00.00.00	9x
CP_1251.NLS	SystemFolder	1.00.00.00	9x
CP_1252.NLS	SystemFolder	1.00.00.00	9x
CP_1253.NLS	SystemFolder	1.00.00.00	9x
CP_1254.NLS	SystemFolder	1.00.00.00	9x
CP_1255.NLS	SystemFolder	1.00.00.00	9x
CP_1256.NLS	SystemFolder	1.00.00.00	9x
CP_1257.NLS	SystemFolder	1.00.00.00	9x
CP_1258.NLS	SystemFolder	1.00.00.00	9x
CP_20866.NLS	SystemFolder	1.00.00.00	9x
CP_21866.NLS	SystemFolder	1.00.00.00	9x
CP_28591.NLS	SystemFolder	1.00.00.00	9x
CP_874.NLS	SystemFolder	1.00.00.00	9x
CP_932.NLS	SystemFolder	1.00.00.00	9x
CP_936.NLS	SystemFolder	1.00.00.00	9x
CP_949.NLS	SystemFolder	1.00.00.00	9x
CP_950.NLS	SystemFolder	1.00.00.00	9x
C_1250.NLS	SystemFolder	1.00.00.00	NT
C_1251.NLS	SystemFolder	1.00.00.00	NT
C_1252.NLS	SystemFolder	1.00.00.00	NT
C_1253.NLS	SystemFolder	1.00.00.00	NT
C_1254.NLS	SystemFolder	1.00.00.00	NT
C_1255.NLS	SystemFolder	1.00.00.00	NT
C_1256.NLS	SystemFolder	1.00.00.00	NT
C_1257.NLS	SystemFolder	1.00.00.00	NT
C_1258.NLS	SystemFolder	1.00.00.00	NT
C_20866.NLS	SystemFolder	1.00.00.00	NT
C_28591.NLS	SystemFolder	1.00.00.00	NT
C_874.NLS	SystemFolder	1.00.00.00	NT
C_932.NLS	SystemFolder	1.00.00.00	NT
C_936.NLS	SystemFolder	1.00.00.00	NT
C_949.NLS	SystemFolder	1.00.00.00	NT
C_950.NLS	SystemFolder	1.00.00.00	NT
ARIAL.TTF	FontsFolder	2.76.0.0	All
COMIC.TTF	FontsFolder	2.0.0.0	All
COUR.TTF	FontsFolder	2.76.0.0	All
IMPACT.TTF	FontsFolder	2.30.0.0	All
SYMBOL.TTF	FontsFolder	1.60.0.0	All
TAHOMA.TTF	FontsFolder	2.60.0.0	All
TIMES.TTF	FontsFolder	2.76.0.0	All
TREBUC.TTF	FontsFolder	1.10.0.0	All
VERDANA.TTF	FontsFolder	2.35.0.0	All
WINGDING.TTF	FontsFolder	2.55.0.0	All
MSVBVM60.DLL	SystemFolder	6.0.84.95	All
RICHED20.DLL	SystemFolder	5.30.23.1200	All
USP10.DLL	SystemFolder	1.325.2180.1	All
T2EMBED.DLL	SystemFolder	0.2.0.69	All
MSVCRT40.DLL	SystemFolder	4.22.0.0	All
MSVCIRT.DLL	SystemFolder	6.0.8168.0	All
MSVCRT.DLL	SystemFolder	6.0.8397.0	All


-- 
Thanks,

Ralph
Post Reply
about | contact