Share via


InstallerClass Property

Specifies whether a custom action is a .NET ProjectInstaller class. A ProjectInstaller class contains its own state management methods, allowing it to roll back an installation to its previous state.

Caution   This property should be set to true only for components that have been specifically configured as a ProjectInstaller class. Simply changing this property does not turn a custom action into a ProjectInstaller class.

Settings

The settings for the InstallerClass property are:

Setting Description
false The custom action is not a .NET ProjectInstaller class.
true The custom action is a .NET ProjectInstaller class.

Remarks

When a custom action that has been configured as a ProjectInstaller class is added in the Custom Actions Editor, this property defaults to true. For all other custom actions, this property defaults to false.

See Also

Properties for the Custom Actions Editor | Adding Predefined Custom Actions in the Custom Actions Editor