File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 125125 <Custom Action =" DeleteOssecService" After =" StopOssecService" >OSSECINSTALLED</Custom >
126126
127127 <!-- Install functions -->
128- <Custom Action =" SetCustomActionDataValue" After =" InstallInitialize" >(NOT WIX_UPGRADE_DETECTED) AND (NOT PATCH)</Custom >
129- <Custom Action =" CustomAction_InstallerScripts" After =" SetCustomActionDataValue" >(NOT WIX_UPGRADE_DETECTED) AND (NOT PATCH)</Custom >
128+ <Custom Action =" SetCustomActionDataValue" After =" InstallInitialize" >(NOT WIX_UPGRADE_DETECTED) AND (NOT PATCH) AND (NOT Installed) </Custom >
129+ <Custom Action =" CustomAction_InstallerScripts" After =" SetCustomActionDataValue" >(NOT WIX_UPGRADE_DETECTED) AND (NOT PATCH) AND (NOT Installed) </Custom >
130130 <!-- Stop the service as soon as possible on uninstall, and only on uninstall, in order to unlock the files and folders that must be deleted. -->
131131 <Custom Action =" SetRemoveAllDataValue" Before =" InstallFinalize" >(NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")</Custom >
132132 <Custom Action =" CustomAction_RemoveAllScript" After =" SetRemoveAllDataValue" >(NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")</Custom >
You can’t perform that action at this time.
0 commit comments