diff options
author | Sebastien Blaisot <sebastien@blaisot.org> | 2015-09-01 00:04:10 +0200 |
---|---|---|
committer | Sebastien Blaisot <sebastien@blaisot.org> | 2015-09-01 00:04:10 +0200 |
commit | ee143a44ff4b9118e7b44940ee39ae4439b9f3c5 (patch) | |
tree | 57ae24558f1f49ad30ff1c257b420138618ba285 /build/wix/README.md | |
parent | 8b428a7c003c00c9261f050eb856388d8730edb4 (diff) |
(wix) added INSTALLDIR subdirectories to installer
Diffstat (limited to 'build/wix/README.md')
-rw-r--r-- | build/wix/README.md | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/build/wix/README.md b/build/wix/README.md index 957de9f1b3..d5cd20ed45 100644 --- a/build/wix/README.md +++ b/build/wix/README.md @@ -6,13 +6,7 @@ install & configure Wix toolset once done : 1. Build Mixxx -2. Package (example given for x64 platform) +2. Package (example given for x64 platform), calling build.bat -First, generate file list of dist subdirectories - ...\mixxx\build\wix>heat dir ..\..\dist64\imageformats -nologo -sfrag -suid -ag -srd -cg imageformatsComp -dr imageformatsDir -out imageformats.wxs -sw5150 -Then, compile - ...\mixxx\build\wix>candle -dPlatform=x64 -arch x64 mixxx.wxs imageformats.wxs - -And finally, link - ...\mixxx\build\wix>light -sw1076 -b ..\..\dist64 -b ..\..\dist64\imageformats -ext WixUIExtension -cultures:en-us -loc Localization\en-us\mixxx_en-us.wxl -out mixxx.msi mixxx.wixobj imageformats.wixobj +only 64bit builds actually working
\ No newline at end of file |