|
77 | 77 | <MsiProperty Name="INSTALLFOLDER" Value="[InstallFolder]" /> |
78 | 78 | </MsiPackage> |
79 | 79 |
|
80 | | - <MsiPackage Id="Updater" ForcePerMachine="yes" SourceFile="$(var.updater)" Compressed="yes"> |
| 80 | + <MsiPackage Id="Updater.X64" ForcePerMachine="yes" SourceFile="$(var.updater_x64)" InstallCondition="NOT ARCH="ARM64"" Compressed="yes"> |
| 81 | + <MsiProperty Name="INSTALLFOLDER" Value="[InstallFolder]" /> |
| 82 | + <MsiProperty Name="AUTO_UPDATE" Value="[AutoUpdate]" /> |
| 83 | + </MsiPackage> |
| 84 | + <MsiPackage Id="Updater.ARM64" ForcePerMachine="yes" SourceFile="$(var.updater_arm64)" InstallCondition="ARCH="ARM64"" Compressed="yes"> |
81 | 85 | <MsiProperty Name="INSTALLFOLDER" Value="[InstallFolder]" /> |
82 | 86 | <MsiProperty Name="AUTO_UPDATE" Value="[AutoUpdate]" /> |
83 | 87 | </MsiPackage> |
84 | 88 |
|
85 | | - <MsiPackage Id="WebEID" InstallCondition="ChromeSupport = 1 OR EdgeSupport = 1 OR FirefoxSupport = 1" ForcePerMachine="yes" |
86 | | - SourceFile="$(var.webeid)" Compressed="yes"> |
| 89 | + <MsiPackage Id="WebEID.X64" InstallCondition="ChromeSupport = 1 OR EdgeSupport = 1 OR FirefoxSupport = 1 AND NOT ARCH="ARM64"" |
| 90 | + ForcePerMachine="yes" SourceFile="$(var.webeid_x64)" Compressed="yes"> |
| 91 | + <MsiProperty Name="INSTALLFOLDER" Value="[InstallFolder]" /> |
| 92 | + <MsiProperty Name="CHROMEINSTALL" Value="[ChromeSupport]" /> |
| 93 | + <MsiProperty Name="CHROMEPOLICY" Value="[ForceChromeExtensionActivation2]" /> |
| 94 | + <MsiProperty Name="EDGEINSTALL" Value="[EdgeSupport]" /> |
| 95 | + <MsiProperty Name="EDGEPOLICY" Value="[ForceEdgeExtensionActivation2]" /> |
| 96 | + <MsiProperty Name="FIREFOXINSTALL" Value="[FirefoxSupport]" /> |
| 97 | + </MsiPackage> |
| 98 | + <MsiPackage Id="WebEID.ARM64" InstallCondition="ChromeSupport = 1 OR EdgeSupport = 1 OR FirefoxSupport = 1 AND ARCH="ARM64"" |
| 99 | + ForcePerMachine="yes" SourceFile="$(var.webeid_arm64)" Compressed="yes"> |
87 | 100 | <MsiProperty Name="INSTALLFOLDER" Value="[InstallFolder]" /> |
88 | 101 | <MsiProperty Name="CHROMEINSTALL" Value="[ChromeSupport]" /> |
89 | 102 | <MsiProperty Name="CHROMEPOLICY" Value="[ForceChromeExtensionActivation2]" /> |
|
92 | 105 | <MsiProperty Name="FIREFOXINSTALL" Value="[FirefoxSupport]" /> |
93 | 106 | </MsiPackage> |
94 | 107 |
|
95 | | - <MsiPackage Id="DigiDoc4" InstallCondition="Qdigidoc4Install = 1" ForcePerMachine="yes" |
96 | | - SourceFile="$(var.qdigidoc4)" Compressed="yes"> |
| 108 | + <MsiPackage Id="DigiDoc4.X64" InstallCondition="Qdigidoc4Install = 1 AND NOT ARCH="ARM64"" |
| 109 | + ForcePerMachine="yes" SourceFile="$(var.qdigidoc4_x64)" Compressed="yes"> |
| 110 | + <MsiProperty Name="INSTALLFOLDER" Value="[InstallFolder]" /> |
| 111 | + <MsiProperty Name="DESKTOP_SHORTCUT" Value="[IconsDesktop]" /> |
| 112 | + </MsiPackage> |
| 113 | + <MsiPackage Id="DigiDoc4.ARM64" InstallCondition="Qdigidoc4Install = 1 AND ARCH="ARM64"" |
| 114 | + ForcePerMachine="yes" SourceFile="$(var.qdigidoc4_arm64)" Compressed="yes"> |
97 | 115 | <MsiProperty Name="INSTALLFOLDER" Value="[InstallFolder]" /> |
98 | 116 | <MsiProperty Name="DESKTOP_SHORTCUT" Value="[IconsDesktop]" /> |
99 | 117 | </MsiPackage> |
100 | 118 |
|
101 | | - <MsiPackage Id="shellext" InstallCondition="Qdigidoc4Install = 1" ForcePerMachine="yes" |
102 | | - SourceFile="$(var.shellext)" Compressed="yes"> |
| 119 | + <MsiPackage Id="shellext.X64" InstallCondition="Qdigidoc4Install = 1 AND NOT ARCH="ARM64"" |
| 120 | + ForcePerMachine="yes" SourceFile="$(var.shellext_x64)" Compressed="yes"> |
| 121 | + <MsiProperty Name="APPLICATIONFOLDER" Value="[InstallFolder]" /> |
| 122 | + <MsiProperty Name="MSIRMSHUTDOWN" Value="2" /> |
| 123 | + <Provides Key="{EA515788-340A-428E-8DE6-F79C84CBBFCA}"/> |
| 124 | + </MsiPackage> |
| 125 | + <MsiPackage Id="shellext.ARM64" InstallCondition="Qdigidoc4Install = 1 AND ARCH="ARM64"" |
| 126 | + ForcePerMachine="yes" SourceFile="$(var.shellext_arm64)" Compressed="yes"> |
103 | 127 | <MsiProperty Name="APPLICATIONFOLDER" Value="[InstallFolder]" /> |
104 | 128 | <MsiProperty Name="MSIRMSHUTDOWN" Value="2" /> |
105 | 129 | <Provides Key="{EA515788-340A-428E-8DE6-F79C84CBBFCA}"/> |
|
0 commit comments