Skip to content

Commit 81ccd10

Browse files
authored
Restart Edge on upgrade (#81)
IB-7507 Signed-off-by: Raul Metsma <raul@metsma.ee> Signed-off-by: Raul Metsma <raul@metsma.ee>
1 parent 2c91214 commit 81ccd10

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

RELEASE-NOTES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Packaging version [22.11](https://github.com/open-eid/osx-installer/releases/tag/v22.11) release notes
2+
--------------------------------------------
3+
- Deploy only X64 Shell Extension
4+
5+
[Full Changelog](https://github.com/open-eid/osx-installer/compare/v22.06...v22.11)
6+
7+
Packaging version [22.06](https://github.com/open-eid/osx-installer/releases/tag/v22.06) release notes
8+
--------------------------------------------
9+
- Firefox PKCS11 loader removed from installer (Firefox uses minidriver for authentication)
10+
- Upgrade to Qt 6 packages
11+
12+
[Full Changelog](https://github.com/open-eid/osx-installer/compare/v22.01...v22.06)
13+
114
Packaging version [22.01](https://github.com/open-eid/osx-installer/releases/tag/v22.01) release notes
215
--------------------------------------------
316
- Include Web-eID support

bootstrapper.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@
5959
InstallCondition="NOT UserLanguageID = 1061 AND Installed &gt; v0.0.0.0 AND WebEIDInstalled = v0.0.0.0 AND NoBrowserRestart = 0 AND ((ChromeSupport AND ForceChromeExtensionActivation2) OR FirefoxSupport)">
6060
<MsiProperty Name="TARGETDIR" Value="[InstallFolder]"/>
6161
<MsiProperty Name="RESTARTCHROME" Value="[ForceChromeExtensionActivation2]"/>
62-
<!--MsiProperty Name="RESTARTEDGE" Value="[ForceEdgeExtensionActivation2]"/-->
62+
<MsiProperty Name="RESTARTEDGE" Value="[ForceEdgeExtensionActivation2]"/>
6363
<MsiProperty Name="RESTARTFIREFOX" Value="[FirefoxSupport]"/>
6464
</MsiPackage>
6565
<MsiPackage Id="BrowserRestart.ET" ForcePerMachine="yes" SourceFile="browserrestart.et-EE.msi" Compressed="yes"
6666
InstallCondition="UserLanguageID = 1061 AND Installed &gt; v0.0.0.0 AND WebEIDInstalled = v0.0.0.0 AND NoBrowserRestart = 0 AND ((ChromeSupport AND ForceChromeExtensionActivation2) OR FirefoxSupport)">
6767
<MsiProperty Name="TARGETDIR" Value="[InstallFolder]"/>
6868
<MsiProperty Name="RESTARTCHROME" Value="[ForceChromeExtensionActivation2]"/>
69-
<!--MsiProperty Name="RESTARTEDGE" Value="[ForceEdgeExtensionActivation2]"/-->
69+
<MsiProperty Name="RESTARTEDGE" Value="[ForceEdgeExtensionActivation2]"/>
7070
<MsiProperty Name="RESTARTFIREFOX" Value="[FirefoxSupport]"/>
7171
</MsiPackage>
7272

0 commit comments

Comments
 (0)