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 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 for the Windows SDK (Windows Installer) area.This external link was OK when tested at 7 Aug 2008Please 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).
Tuesday August 19 2008 at 7:04pm
Visit MAKEMSI's Home PageThis external link was OK when tested at 13 Aug 2008

HTML page dated Mon, 29 Jan 2007 00:11:11 GMT
Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006 & 2007 for the Windows SDK (Windows Installer) area.This external link was OK when tested at 7 Aug 2008