4.0.4

Table Of Contents
VMware, Inc. 89
Appendix A Configuring Package Parameters
Examples
Ifauserinstallsthe.msifilewithavalueof1fortheMSIDefaultInstallAllUsersparameter,thatuserand
allotheruserswhologintothecomputercanuseshortcuts,filetypeassociations,andmore.Youmusthave
administratorrightsforamachineinstallation.
[BuildOptions]
MSIFilename=mymsi.msi
MSIDefaultInstallAllUsers=1
Ifauserinstallsthe.msifilewithavalueof0fortheMSIDefaultInstallAllUsersparameter,onlythatuser
canuseshortcuts,filetypeassociations,andmore.Youdonotneedadministratorrightsforanindividualuser
installation.
[BuildOptions]
MSIFilename=mymsi.msi
MSIDefaultInstallAllUsers=0
Administratorscancreateadatabaseinstallationforallusersonamachineanduserswithoutadministrator
rightscancreateinstallationsforindividualusers.
[BuildOptions]
MSIFilename=mymsi.msi
MSIDefaultInstallAllUsers=2
MSIFilename
TheMSIFilenameparameterenablesthegenerationofanMSIdatabaseandspecifiesitsfilename.
TheMSIFilenameparameterproducesaWindowsinstallerwiththespecifiedfilenameintheoutputdirectory.
Examples
YoucangenerateanMSIfileduringthebuildprocessandreplacethemymsi.msifilewithyourownfilename.
[BuildOptions]
MSIFilename=mymsi.msi
MSIInstallDirectory
TheMSIInstallDirectoryparameterspecifiesthepathoftheMSIinstallationdirectory.Theparameter
worksonlywhentheMSIFilenameparameterrequeststhegenerationofaWindowsinstallerdatabase.
Bydefault,ThinAppplacespackagesinthe%ProgramFilesDir%\<InventoryName>directoryduringthe
installationoneachmachine.YoucanchangetheinstallationpathwiththeMSIInstallDirectory
parameter.
Whenyouusearelativepath,thepathisrelativeto%ProgramFilesDir%forinstallationsoneachmachine
andrelativeto%AppData%forinstallationsforeachuser.IfyousettheMSIInstallDirectoryparameterto
ExampleDir,thedefaultinstallationdirectoryforinstallationsoneachmachineis
%ProgramFilesDir%\ExampleDir.
Examples
Youcaninstalla.msifileintheC:\Program Files\My Applicationdirectory.
[BuildOptions]
MSIFilename=mymsi.msi
MSIInstallDirectory=My Application
MSIManufacturer
TheMSIManufacturerparameterspecifiesthemanufacturertoputintheMSIdatabase.Thedefaultsetting
isthenameofthecompanytowhichyourcopyofWindowsisregistered.Theparameterworksonlywhenthe
MSIFilenameparameterrequeststhegenerationofaWindowsinstallerdatabase.