MAKEMSI quickly and reliably creates MSI files in a non-programmatic way
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
[Bottom][Contents][Prev]: ALLUSERS[Next]: MsiHiddenProperties
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
\->Windows Installer FAQ (the basics)->Properties->Specific Properties->INSTALLLEVEL

INSTALLLEVEL

This property contains an integer value (1 to 32,767) that determines which Windows Installer features are to be installed by default (any feature with a "Level" value which is less than or equal to the value of this property). Other features will need to be selected for install by the user.

Other properties may override the processing of this variable. Please see Microsoft's online documentation for the "INSTALLLEVEL" property (or "MSI.CHM") for more information.

The "Choose Setup Type" dialog (in "uisample.msi") allows the user to choose between "Typical", "Custom" and "Complete", these sorts of dialogs will modify this property. You could of course redesign the dialogs to show more choices but you would typically keep these due to the difficulty of dialog design (if for no other reason).

To choose the correct values for a feature you would need to know what value is set for "Typical" and "Complete" (in "uisample" the values are 3 and 1000 - as seen in its "ControlEvent" table). A verbose install will help if you are unsure.


Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.Please email me any feedback, additional information or corrections.
See this page online (look for updates)

[Top][Contents][Prev]: ALLUSERS[Next]: MsiHiddenProperties


MAKEMSI© is (C)opyright Dennis Bareis 2003-2008 (All rights reserved).
Saturday May 28 2022 at 3:11pm
Visit MAKEMSI's Home Page
Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.