WiX Toolset Code
main
Add WixVersion and WixMajorMinorVersion properties to wix.targets
Rob Mensching committed over 4 years ago
Move PublishDir into WixToolset.Sdk project to reuse for NuspecBasePath
Rob Mensching committed over 4 years ago
Rename wix.signing.targets to WixToolset.Signing.targets
Rob Mensching committed over 4 years ago
Inscribe no longer a global backend concept
Rob Mensching committed over 4 years ago
Include "wix.exe" package in clean
Rob Mensching committed over 4 years ago
Remove compile/lib/link specific switches
Rob Mensching committed over 4 years ago
Rob Mensching committed over 4 years ago
MSBuild tests enhanced to test signing
Rob Mensching committed over 4 years ago
Rob Mensching committed over 4 years ago
Support "inscribing" Burn bundles
Rob Mensching committed over 4 years ago
Modernize GetCabList and GetLooseFileList tasks
Rob Mensching committed over 4 years ago
Introduce "msi inscribe" command and use it in wix.signing.targets
Rob Mensching committed over 4 years ago
Extract running wix.exe in task to WixExeBaseTask class
Rob Mensching committed over 4 years ago
Centralize common command-line switches parsing
Rob Mensching committed over 4 years ago
Add registry bitness to RegUtil and BUtil.
Bob Arnson committed over 4 years ago
Handle 32-bit related-bundle registration...
Bob Arnson committed over 4 years ago
Always run upgrade related bundles last.
Sean Hall committed over 4 years ago
Add version info to help command
Mark Stega committed over 4 years ago
Read WindowsInstallerData at same XML conformance as writing
Rob Mensching committed over 4 years ago
Don't assume Exe packages with Burn protocol are bundles.
Sean Hall committed over 4 years ago