|
33 | 33 |
|
34 | 34 | <?define REGPath = "Software\[WixBundleManufacturer]\Open-EID"?> |
35 | 35 | <util:ProductSearch Id="OpenEID_Installed" UpgradeCode="42137cbc-8356-4ac4-9295-735f258b5abb" Variable="Installed" /><!-- metainfo.msi --> |
36 | | - <util:ProductSearch Id="WebEID_Installed" UpgradeCode="4f0e0fef-0dbc-481b-9d81-08921740f781" Variable="WebEIDInstalled" /> |
37 | 36 | <util:RegistrySearch Variable="ChromeSupport" Condition="Installed > v0.0.0.0" Result="exists" Root="HKLM" |
38 | 37 | Key="SOFTWARE\Google\Chrome\Extensions\ncibgoaomkmdpilpocfeponihegamlic" Value="update_url" After="OpenEID_Installed" /> |
39 | 38 | <util:RegistrySearch Variable="EdgeSupport" Condition="Installed > v0.0.0.0" Result="exists" Root="HKLM" |
|
52 | 51 | <util:RegistrySearch Root="HKLM" Key="$(var.REGPath)" Value="AutoUpdate" Variable="AutoUpdate" Condition="AutoUpdateExists" After="AutoUpdateExists" /> |
53 | 52 | <util:RegistrySearch Root="HKLM" Key="$(var.REGPath)" Value="IconsDesktop" Variable="IconsDesktopExists" Result="exists" Id="IconsDesktopExists" /> |
54 | 53 | <util:RegistrySearch Root="HKLM" Key="$(var.REGPath)" Value="IconsDesktop" Variable="IconsDesktop" Condition="IconsDesktopExists" After="IconsDesktopExists" /> |
55 | | - <util:RegistrySearch Root="HKLM" Key="SOFTWARE\Policies\Microsoft\Edge" Value="StartupBoostEnabled" Variable="StartupBoostEnabledSet" Result="exists" Id="StartupBoostEnabledSet" /> |
56 | | - <util:RegistrySearch Root="HKLM" Key="SOFTWARE\Policies\Microsoft\Edge" Value="StartupBoostEnabled" Variable="StartupBoostEnabledValue" Condition="StartupBoostEnabledSet" After="StartupBoostEnabledSet" /> |
57 | 54 |
|
58 | 55 | <Chain> |
59 | | - <MsiPackage Id="BrowserRestart.EN" ForcePerMachine="yes" SourceFile="browserrestart.en-US.msi" Compressed="yes" |
60 | | - InstallCondition="NOT UserLanguageID = 1061 AND Installed > v0.0.0.0 AND WebEIDInstalled = v0.0.0.0 AND NoBrowserRestart = 0 AND ((ChromeSupport AND ForceChromeExtensionActivation2) OR FirefoxSupport)"> |
61 | | - <MsiProperty Name="TARGETDIR" Value="[InstallFolder]" /> |
62 | | - <MsiProperty Name="RESTARTCHROME" Value="[ForceChromeExtensionActivation2]" /> |
63 | | - <MsiProperty Name="RESTARTEDGE" Value="[ForceEdgeExtensionActivation2]" /> |
64 | | - <MsiProperty Name="RESTARTFIREFOX" Value="[FirefoxSupport]" /> |
65 | | - </MsiPackage> |
66 | | - <MsiPackage Id="BrowserRestart.ET" ForcePerMachine="yes" SourceFile="browserrestart.et-EE.msi" Compressed="yes" |
67 | | - InstallCondition="UserLanguageID = 1061 AND Installed > v0.0.0.0 AND WebEIDInstalled = v0.0.0.0 AND NoBrowserRestart = 0 AND ((ChromeSupport AND ForceChromeExtensionActivation2) OR FirefoxSupport)"> |
68 | | - <MsiProperty Name="TARGETDIR" Value="[InstallFolder]" /> |
69 | | - <MsiProperty Name="RESTARTCHROME" Value="[ForceChromeExtensionActivation2]" /> |
70 | | - <MsiProperty Name="RESTARTEDGE" Value="[ForceEdgeExtensionActivation2]" /> |
71 | | - <MsiProperty Name="RESTARTFIREFOX" Value="[FirefoxSupport]" /> |
72 | | - </MsiPackage> |
73 | | - |
74 | 56 | <MsiPackage Id="IDEMIA.en_US.X64" InstallCondition="NOT UserLanguageID = 1061 AND MinidriverInstall = 1" ForcePerMachine="yes" |
75 | 57 | SourceFile="$(var.idemia).en-US.msi" Compressed="yes"> |
76 | 58 | <MsiProperty Name="APPLICATIONFOLDER" Value="[InstallFolder]" /> |
|
118 | 100 | <MsiProperty Name="Qdigidoc4Install" Value="[Qdigidoc4Install]" /> |
119 | 101 | <MsiProperty Name="AutoUpdate" Value="[AutoUpdate]" /> |
120 | 102 | <MsiProperty Name="IconsDesktop" Value="[IconsDesktop]" /> |
121 | | - <MsiProperty Name="StartupBoostEnabledSet" Value="[StartupBoostEnabledSet]" /> |
122 | | - <MsiProperty Name="StartupBoostEnabledValue" Value="[StartupBoostEnabledValue]" /> |
123 | 103 | </MsiPackage> |
124 | 104 | </Chain> |
125 | 105 | </Bundle> |
|
0 commit comments