Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.
/ TortoisePlink Public archive

Commit

Permalink
Ensured the MSIs are in the EXE
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Holder committed Oct 30, 2017
1 parent 69d24ba commit 5e02d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TortoisePlink-setup/Bundle.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<Chain>
<MsiPackage Id="$(var.Branding_Product)_x86"
SourceFile="$(var.TortoisePlink_x86.TargetPath)"
Compressed="no" InstallCondition="NOT VersionNT64" />
Compressed="yes" InstallCondition="NOT VersionNT64" />
<MsiPackage Id="$(var.Branding_Product)_x64"
SourceFile="$(var.TortoisePlink_x64.TargetPath)"
Compressed="no" InstallCondition="VersionNT64" />
Compressed="yes" InstallCondition="VersionNT64" />
</Chain>
</Bundle>
</Wix>

0 comments on commit 5e02d7c

Please sign in to comment.