WiX Toolset Code
main
Update some skipped tests to be dynamically skipped.
Sean Hall committed about 4 years ago
Build and run x64 dutil tests.
Sean Hall committed about 4 years ago
Sean Hall committed about 4 years ago
Improve WixAssert.StringEqual to print where the first difference is.
Sean Hall committed about 4 years ago
Allow BundlePackage to fallback to QuietUninstallString to uninstall.
Sean Hall committed about 4 years ago
Add ability for non-vital cache package action.
Sean Hall committed about 4 years ago
Implement ArpEntry flavored ExePackage.
Sean Hall committed over 4 years ago
Make sure base paths are fully qualified in Burn.
Sean Hall committed over 4 years ago
Update Burn algorithm for picking elevated temp path to use SystemTemp.
Sean Hall committed over 4 years ago
REG_EXPAND_SZ values are not necessarily a path.
Sean Hall committed over 4 years ago
Add RegReadUnexpandedString to get an unexpanded REG_EXPAND_SZ value.
Sean Hall committed over 4 years ago
Make PathGetSystemPath return an array of paths ordered by preference.
Sean Hall committed over 4 years ago
Sean Hall committed over 4 years ago
Replace PathCompare with PathCompareCanonicalized.
Sean Hall committed over 4 years ago
Resolve paths while parsing them from the command line.
Sean Hall committed over 4 years ago
Ron Martin committed over 4 years ago
Add PathConcatRelativeToBase and use it in Burn.
Sean Hall committed over 4 years ago
Update payload.cpp and container.cpp to use more concise Exit* macros.
Sean Hall committed over 4 years ago
Add PathCanonicalizeForComparison.
Sean Hall committed over 4 years ago
Replace PathIsAbsolute with PathIsRooted and add PathIsFullyQualified.
Sean Hall committed over 4 years ago