aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Configure crash dumps and get them and pdbs in the logs artifactSean Hall2022-03-073-4/+2
* Read Uninstallable from manifest and add test for non-uninstallable exeSean Hall2022-03-075-5/+187
* Ensure WixBundleInstalled and RebootPending are set in elevated engine.Sean Hall2022-03-054-15/+14
* Change ARP property Installed to 0 when registrationType is InProgress.Sean Hall2022-03-0522-72/+86
* Reduce duplicative messaging in converterRob Mensching2022-03-052-35/+27
* Changed the coverter to use Messages rather than ErrorsMark Stega2022-03-051-86/+127
* Evaluate standalone variables for truthiness in the preprocessorRob Mensching2022-03-022-2/+48
* Support "==" as equality operator in preprocessorRob Mensching2022-03-024-3/+133
* Minor code cleanupRob Mensching2022-03-021-8/+4
* Set ExePackage/@Uninstallable in bundle manifestsRob Mensching2022-03-027-7/+19
* Improve error reporting wrt ExePackage and MsuPackage attributesRob Mensching2022-03-0122-54/+112
* Refactor related bundle enumeration into butil.Sean Hall2022-03-0110-405/+731
* Fix and run Burn 64-bit unit tests.Sean Hall2022-03-018-79/+157
* Factor out TestRegistryFixture so other tests can mock regutil API's.Sean Hall2022-03-016-256/+352
* .NET Framework and .NET Core redists using certificate validationRob Mensching2022-02-288-188/+79
* Minor code cleanupRob Mensching2022-02-281-3/+9
* Support certs on remote payloads and generate them from burn subcommandRob Mensching2022-02-2835-247/+1033
* Move nuget.config, global.json and Directory.Packages.props to rootRob Mensching2022-02-238-28/+13
* Rename WixProductTagSymbol to WixPackageTagSymbolRob Mensching2022-02-237-76/+76
* Fix wixlib, msm, msi incremental buildRob Mensching2022-02-2318-62/+311
* Minor comment fixRob Mensching2022-02-231-1/+1
* Update swidtag test to use wxl file for bind variable validationRob Mensching2022-02-233-3/+4
* Remove redundant assignment of WixTargetsPath in .targetsRob Mensching2022-02-231-4/+0
* Ensure CoreCompile rebuilds when referenced projects are updatedRob Mensching2022-02-231-2/+3
* Change SetVariable to format the value and convert it at search time.Sean Hall2022-02-233-16/+38
* Update search code with more concise Exit* macros and remove dead code.Sean Hall2022-02-233-166/+42
* Add UnsafeUninstall action.Sean Hall2022-02-2215-53/+284
* Parse the Content-Length string value to avoid the 2GB limitation.Sean Hall2022-02-192-10/+8
* Handle missing content length with range request and empty files.Sean Hall2022-02-195-13/+161
* Ignore HEAD request failure in dlutil's DownloadUrl.Sean Hall2022-02-194-4/+30
* Finish removing native pdbs from .nupkg and removing symbols packages.Sean Hall2022-02-1819-23/+0
* Exclude sample PDBs from the zip.Sean Hall2022-02-182-1/+2
* Create RequiresNativeWixAssets property.Sean Hall2022-02-186-58/+44
* Create single .zip file for non-embedded pdb filesRob Mensching2022-02-1727-48/+71
* Remove use of InternalsVisibleToRob Mensching2022-02-173-17/+5
* Fix the bitness of native binaries for .NET FrameworkRob Mensching2022-02-179-20/+56
* Move the FileSystem.AccessControl version sync commentRob Mensching2022-02-172-3/+2
* Fix table names missing `Wix4` prefix.Bob Arnson2022-02-133-4/+4
* Versioned extension ids: ComPlus, MsmqBob Arnson2022-02-1338-289/+292
* Update Appveyor build number so that it is unique when re-run.Sean Hall2022-02-121-1/+1
* Detect MinorUpgrade MsiPackages independently of the base product.Sean Hall2022-02-126-52/+46
* Put validation tests behind #if due to confirmed MSI inconsistenciesRob Mensching2022-02-103-78/+109
* Add logging to tests to help diagnose intermittent test failuresRob Mensching2022-02-103-2/+55
* Minimize build requirements and try ARM64.SpectreRob Mensching2022-02-101-3/+1
* Re-enable skipped test and minor code clean upRob Mensching2022-02-102-3/+1
* Centralize all validating tests in a single fixtureRob Mensching2022-02-103-159/+163
* Prefer logging messages to throwing out of the ValidatorRob Mensching2022-02-103-26/+38
* Skip another validation test.Sean Hall2022-02-101-1/+1
* When rolling back a bundle failure, reinstall all upgrade related bundles.Sean Hall2022-02-1031-28/+515
* Central caDecor and caErr.Bob Arnson2022-02-1030-924/+28