InstallUninstallType type
Specifies whether an action occur on install, uninstall or both.
Enumeration values
- install: The action should happen during install (msiInstallStateLocal or msiInstallStateSource).
- uninstall: The action should happen during uninstall (msiInstallStateAbsent).
- both: The action should happen during both install and uninstall.