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 7, 2024
1 parent 083c77e commit 84271fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified install/FirefoxAction.CA.dll
Binary file not shown.
4 changes: 4 additions & 0 deletions install/web-eid.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
BinaryRef="FirefoxAction.CA.dll" DllEntry="ExtensionSettingsRemove" />
<CustomAction Id="ExtensionSettingsRemove" Return="check" Execute="deferred" Impersonate="no"
BinaryRef="FirefoxAction.CA.dll" DllEntry="ExtensionSettingsRemove" />
<CustomAction Id="ExtensionSettingsUpgrade" Return="check" Execute="deferred" Impersonate="no"
BinaryRef="FirefoxAction.CA.dll" DllEntry="ExtensionSettingsFix" />

<CustomAction Id="SetExtensionSettingsForInstall" Property="ExtensionSettingsInstall"
Value="EXTENSIONSETTINGS_UUID=$(var.FIREFOX_UUID);EXTENSIONSETTINGS_URL=$(var.FIREFOX_URL)" />
Expand All @@ -65,6 +67,8 @@
Condition="NOT (FIREFOXINSTALL=1) AND NOT ((REMOVE=&quot;ALL&quot;) AND (NOT UPGRADINGPRODUCTCODE))" />
<Custom Action="ExtensionSettingsRemove" Before="InstallFinalize"
Condition="(REMOVE=&quot;ALL&quot;) AND (NOT UPGRADINGPRODUCTCODE)" />
<Custom Action="ExtensionSettingsUpgrade" Before="RemoveExistingProducts"
Condition="WIX_UPGRADE_DETECTED" />
</InstallExecuteSequence>

<StandardDirectory Id="ProgramFiles6432Folder">
Expand Down

0 comments on commit 84271fa

Please sign in to comment.