We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7181fe8 commit a17e06bCopy full SHA for a17e06b
install/plugins.wxs
@@ -22,7 +22,7 @@
22
</MsiPackage>
23
<MsiPackage Id="WebEID.X64" InstallCondition="VersionNT64" ForcePerMachine="yes"
24
SourceFile="$(var.webeid).x64.qt.msi" Compressed="yes">
25
- <MsiProperty Name="APPLICATIONFOLDER" Value="[ProgramFilesFolder]Web eID"/>
+ <MsiProperty Name="APPLICATIONFOLDER" Value="[ProgramFiles64Folder]Web eID"/>
26
27
</Chain>
28
</Bundle>
0 commit comments