Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- rem Batch file to compile a wix (WXS) file into an MSI.
- set PATH=%PATH%;"C:\Program Files (x86)\WiX Toolset v3.10\bin"
- del *.wixobj
- del *.wixpdb
- del *.msi
- candle *.wxs
- light *.wixobj -ext WixUtilExtension.dll
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement