5.1

Table Of Contents
Configuring MSI Files 20
You can modify ThinApp parameters to configure MSI files for deployment through desktop management
systems.
Information about compression of MSI files appears with other parameters that control file sizes. See
“MSICompressionType Parameter,” on page 48.
This chapter includes the following topics:
n
“MSIArpProductIcon Parameter,” on page 69
n
“MSIDefaultInstallAllUsers Parameter,” on page 70
n
“MSIFilename Parameter,” on page 70
n
“MSIInstallDirectory Parameter,” on page 71
n
“MSIManufacturer Parameter,” on page 71
n
“MSIProductCode Parameter,” on page 71
n
“MSIProductVersion Parameter,” on page 72
n
“MSIRequireElevatedPrivileges Parameter,” on page 72
n
“MSIUpgradeCode Parameter,” on page 73
n
“MSIStreaming Parameter,” on page 73
n
“MSIIs64Bit Parameter,” on page 74
MSIArpProductIcon Parameter
The MSIArpProductIcon parameter specifies the icon that is used to represent the application in the Windows
Add or Remove Programs dialog. The icon can reside in ICO, DLL, or executable files.
NOTE Do not modify this parameter. If an MSI package does not have an application icon, the application
appears with a generic icon.
Example: Specifying an Icon using MSIArpProductIcon Parameter
The MSIArpProductIcon parameter can specify an icon for Microsoft Office 2007. This example uses an index
number to point to the first icon inside a DLL file.
MSIArpProductIcon=%Program Files Common%\Microsoft Shared\OFFICE12\
Office Setup Controller\OSETUP.DLL,1
The <icon_index_number> entry in this MSIArpProductIcon=<path_to_icon_file>[,<icon_index_number>]
format is applied only when multiple icons are available in a DLL file or executable file.
VMware, Inc.
69