This topic has not yet been rated - Rate this topic

EXECUTEMODE property

Applies to: desktop apps only

The EXECUTEMODE property specifies how the installer executes system updates. This property may be useful when it is necessary to run an installation without actually changing the system. The property can be set to None to disable updating operations such as the installation of files and registry values.

This property can have one of the following two values. The installer only examines the first letter of the value and is case insensitive.

None

No changes are made to the system. The installer runs the user interface and then queries the database.

Script

All changes to the system are made through script execution. This is the default mode.

Default Value

If this property is not defined, the execution mode defaults to Script.

Requirements

Version

Windows Installer 5.0 on Windows Server 2008 R2 or Windows 7. Windows Installer 4.0 or Windows Installer 4.5 on Windows Server 2008 or Windows Vista. Windows Installer on Windows Server 2003, Windows XP, and Windows 2000. See the Windows Installer Run-Time Requirements for information about the minimum Windows service pack that is required by a Windows Installer version.

See also

Properties

 

 

Send comments about this topic to Microsoft

Build date: 2/3/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Note:
This property cannot be set in the registry as logging can.