aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Give BA process id and option to wait for cancelled process to exit.Sean Hall2022-03-1931-124/+716
* Warn when an MSI or cabinet installed by an MSI is too largeRob Mensching2022-03-176-11/+65
* Change IParseHelper to not be an IBundleValidator.Sean Hall2022-03-166-32/+16
* Enhance bundle backend validation.Sean Hall2022-03-1626-278/+926
* Add WixBundleCommandLineAction, don't set dynamic variables at startup.Sean Hall2022-03-1611-58/+78
* Fix themes to account for UnsafeUninstall action.Sean Hall2022-03-168-35/+75
* Normalize related bundle idsRob Mensching2022-03-156-36/+103
* Removal of dead scenarios/codeRob Mensching2022-03-153-123/+0
* Rework build command line for combining wixlibs and default outputRob Mensching2022-03-156-125/+277
* Don't close handles from MsiBeginTransaction.Sean Hall2022-03-142-7/+4
* Add new trx file to list.Sean Hall2022-03-141-0/+1
* Use UTF-8 for Kazakh languageRob Mensching2022-03-142-1/+21
* Make engine skip planning if there are any downgrade related bundles.Sean Hall2022-03-1420-41/+373
* Log rest of plan and add testing of registration actions to PlanTest.Sean Hall2022-03-145-3/+440
* Allow the BA to override the bundle relation type during plan.Sean Hall2022-03-1431-97/+785
* Add missing test project to buildRob Mensching2022-03-141-0/+1
* Support containers in relative subfoldersRob Mensching2022-03-143-1/+45
* Display warning when extracting bundle from Package CacheRob Mensching2022-03-143-31/+40
* Always try to normalize the Bundle UpgradeCode in the backendRob Mensching2022-03-144-0/+59
* Handle case when invalid icon or splash screen are added to bundleRob Mensching2022-03-146-17/+94
* Use min DOS date/time when filetime not supported by cabinetRob Mensching2022-03-142-3/+56
* Add test to verify 64-bit bundles can be extracted for signingRob Mensching2022-03-141-0/+41
* Implement "wix burn extract"Rob Mensching2022-03-144-26/+104
* Remove Unbind as backend functionRob Mensching2022-03-1413-215/+19
* Implement "wix msi transform"Rob Mensching2022-03-1416-201/+653
* Remove redundant versions from Sdk style projectsRob Mensching2022-03-142-2/+2
* Update MSBuildRunner to ignore previous VS versionsRon Martin2022-03-091-58/+2
* 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