File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ python install\windows\build-wxs.py
1616
1717REM build the msi package
1818cd build
19- wix build -ext WixToolset.UI.wixext .\Dangerzone.wxs -out Dangerzone.msi
19+ wix build -arch x64 - ext WixToolset.UI.wixext .\Dangerzone.wxs -out Dangerzone.msi
2020
2121REM validate Dangerzone.msi
2222wix msi validate Dangerzone.msi
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ def main():
129129 Compressed = "yes" ,
130130 Codepage = "1252" ,
131131 Version = dangerzone_version ,
132- InstallerVersion = "100 " ,
132+ InstallerVersion = "200 " ,
133133 )
134134
135135 ET .SubElement (
@@ -216,7 +216,7 @@ def main():
216216 programfilesfolder_el = ET .SubElement (
217217 package_el ,
218218 "StandardDirectory" ,
219- Id = "ProgramFilesFolder " ,
219+ Id = "ProgramFiles64Folder " ,
220220 )
221221
222222 # Generate the directory layout for the installed product
You can’t perform that action at this time.
0 commit comments