4.6.1

Table Of Contents
ThinApp User’s Guide
98 VMware, Inc.
Examples
IfyoudonotwanttheMSIInstallDirectoryparametertousealocationbasedontheinventoryname,you
caninstalla.msifileintheC:\Program Files\<my_application>directory.
[BuildOptions]
MSIFilename=<my_msi>.msi
MSIInstallDirectory=<my_application>
MSIManufacturer
TheMSIManufacturerparameterspecifiesthemanufacturerorpackagingcompanyoftheMSIdatabaseand
displaysthevalueintheWindowsAddorRemoveProgramsdialogbox.
ThinAppsetstheinitialvalueoftheMSIManufacturerparametertothenameofthecompanythatyourcopy
ofWindowsisregisteredto.
Theparameterworksonl
ywhentheMSIFilenameparameterrequeststhegenerationofaWindowsInstaller
database.
Examples
YoucanmodifytheMSIManufacturerparametertodisplaythenameofaspecificdepartment.Forexample,
userscanseeadepartmentnameintheWindowsAddorRemoveProgramsdialogboxandcontactthehelp
deskforthatdepartment.
[BuildOptions]
MSIFilename=<my_msi>.msi
MSIManufacturer=<department_or_company_name>
MSIProductCode
TheMSIProductCodeparameterspecifiesaproductcodefortheMSIdatabase.WindowsInstallerusesthe
codetoidentifyMSIpackages.
Thecaptureprocessgeneratesarandomanduniqueproductcodethatisnottakenfromtheapplication.The
valuemustbeavalidGloballyUniqueIdentifier(GUID).
The parameterworksonlywhentheMS
IFilenameparameterrequeststhegenerationofaWindowsInstaller
database.
DonotmodifytheMSIProductCodeparameter.
Examples
ThecaptureprocesscancreateanMSIfilewith590810CE65E63E0B08EF9CCF8AE20D0Eastheproduct
code.
[BuildOptions]
MSIFilename=<my_msi>.msi
MSIProductCode={590810CE-65E6-3E0B-08EF-9CCF8AE20D0E}
MSIProductVersion
TheMSIProductVersionparameterspecifiesaproductversionnumberfortheMSIdatabasetofacilitate
versioncontrol.ThisversionnumberisunrelatedtotheapplicationversionortheThinAppversion.
ThinAppassignsaninitialversionof1.0.Thisversionappearsinthepropertiesofthedatabase.
Whenyoudeployapackagetoamach
inethatalreadyhasthepackageinstalled,WindowsInstallerchecksthe
versionnumbersandblockstheinstallationofanolderversionoveranupdatedversion.Inthissituation,you
mustuninstallthenewversion.
TheMSIProductVersionparameterworksonlywhentheMSIFilenameparameterrequeststhegenerationof
aWindowsInstallerdatabase.