We just upgraded Windows automation to PyOxidizer 0.17.0. This
version of PyOxidizer changed the behavior of WiX installers so
installer architecture defaulted to "x64" (before it defaulted
to the target of the pyoxidizer.exe binary). To allow controlling
the architecture of the installer, the arch argument was added
to WiXInstaller. This commit passes that argument in.
Details
Details
- Reviewers
Alphare - Group Reviewers
hg-reviewers - Commits
- rHG07f3f154e03a: pyoxidizer: pass arch to WiXInstaller()
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.