Skip to content

Commit

Permalink
Update WIX Firefox CustomAction
Browse files Browse the repository at this point in the history
WE2-925

Signed-off-by: Raul Metsma <[email protected]>
  • Loading branch information
metsma committed May 17, 2024
1 parent d3971f5 commit 60820d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified install/FirefoxAction.CA.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions install/web-eid.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
<Custom Action="SetExtensionSettingsForNoInstall" Before="InstallInitialize" />
<Custom Action="SetExtensionSettingsForRemove" Before="InstallInitialize" />
<Custom Action="ExtensionSettingsInstall" Before="InstallFinalize"
Condition="FIREFOXINSTALL=1 AND NOT ((REMOVE=&quot;ALL&quot;) AND (NOT UPGRADINGPRODUCTCODE))" />
Condition="FIREFOXINSTALL=1 AND NOT REMOVE=&quot;ALL&quot;" />
<Custom Action="ExtensionSettingsNoInstall" Before="InstallFinalize"
Condition="NOT (FIREFOXINSTALL=1) AND NOT ((REMOVE=&quot;ALL&quot;) AND (NOT UPGRADINGPRODUCTCODE))" />
Condition="FIREFOXINSTALL=0 AND NOT REMOVE=&quot;ALL&quot;" />
<Custom Action="ExtensionSettingsRemove" Before="InstallFinalize"
Condition="(REMOVE=&quot;ALL&quot;) AND (NOT UPGRADINGPRODUCTCODE)" />
Condition="REMOVE=&quot;ALL&quot; AND NOT UPGRADINGPRODUCTCODE" />
</InstallExecuteSequence>

<StandardDirectory Id="ProgramFiles6432Folder">
Expand Down

0 comments on commit 60820d3

Please sign in to comment.