aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement BundlePackage.Sean Hall2022-04-0140-98/+1439
* Update PackageVerifier to calculate installed path of file.Sean Hall2022-04-012-14/+41
* Fix Burn pipe bug where 64-bit code was not interoperable with 32-bit.Sean Hall2022-04-012-11/+20
* Fix formatting on some bundle files.Sean Hall2022-04-015-875/+874
* Minimize chance of user arguments messing up the command lineSean Hall2022-04-018-91/+119
* Support using response file for long command-lines in MakeSfxCARob Mensching2022-03-312-21/+81
* Provide managed CA and Embedded UI DTF libraries via NuGetRob Mensching2022-03-3172-455/+326
* Fix resource enumeration of 64-bit imagesRob Mensching2022-03-311-1/+1
* Implement IWindowsInstallerDecompileExtensionsRob Mensching2022-03-3046-1390/+1644
* Make "decompile" an MSI-only command instead of a backend requirementRob Mensching2022-03-3028-445/+468
* Simplify BaseWindowsInstallerBackendBinderExtensionRob Mensching2022-03-302-10/+16
* Remove dead codeRob Mensching2022-03-305-204/+0
* Add `ExePackage/@Bundle` to opt-in to v3 behavior.Sean Hall2022-03-2216-40/+233
* Add related command line switches for DEPENDENT_ADDON, DEPENDENT_PATCH.Sean Hall2022-03-222-2/+20
* Infrastructure and some starter "dotnet new" templatesRob Mensching2022-03-2013-0/+162
* Centralize cache locations in IExtensionManagerRob Mensching2022-03-2011-61/+235
* Automated code clean upRob Mensching2022-03-191-15/+60
* Convert .wxl files namespacesRob Mensching2022-03-192-2/+125
* Minor code clean upRob Mensching2022-03-193-29/+53
* Refactor CustomTable parsing into separate partial and add testRob Mensching2022-03-194-507/+568
* Make ModuleSignature a standard table and no refs with EnsureTableRob Mensching2022-03-198-27/+60
* Add checkpoint so Exe and Msu packages rollback after being cancelled.Sean Hall2022-03-1910-57/+171
* 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