aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-13Create Harvested*PackageSymbols.Sean Hall10-236/+820
2022-04-13Try to improve fields of bundle symbols.Sean Hall34-318/+923
2022-04-13Only allow MsiPackage and MspPackage inside MSI transactions.Sean Hall8-20/+124
2022-04-13Discard the correct RollbackBoundary.Sean Hall5-11/+135
2022-04-13Fix "flaky" DUtil test.Ron Martin2-2/+50
2022-04-05Add option for BundlePackage to be hidden in ARP like MsiPackage.Sean Hall21-16/+243
2022-04-05Move the logic of a bundle registering as a system component into Burn.Sean Hall7-19/+40
2022-04-05Update registration code with more concise Exit* macros.Sean Hall1-91/+42
2022-04-05Make non-embedded bundles skip making a system restore point.Sean Hall1-0/+4
2022-04-05Fix bug where MSIFASTINSTALL was not set properly for MsiPackages.Sean Hall3-2/+7
2022-04-01Use Burn's parent switch with BundlePackages.Sean Hall7-12/+57
2022-04-01Support v3 bundles in BundlePackage and "burn extract" command.Sean Hall11-41/+257
2022-04-01Detect related bundles for BundlePackages.Sean Hall38-238/+773
2022-04-01Implement BundlePackage.Sean Hall40-98/+1439
2022-04-01Update PackageVerifier to calculate installed path of file.Sean Hall2-14/+41
2022-04-01Fix Burn pipe bug where 64-bit code was not interoperable with 32-bit.Sean Hall2-11/+20
2022-04-01Fix formatting on some bundle files.Sean Hall5-875/+874
2022-04-01Minimize chance of user arguments messing up the command lineSean Hall8-91/+119
2022-03-31Support editing the projects that end in ".cab"Rob Mensching1-0/+4
2022-03-31Support using response file for long command-lines in MakeSfxCARob Mensching2-21/+81
2022-03-31Provide managed CA and Embedded UI DTF libraries via NuGetRob Mensching72-455/+326
2022-03-31Fix resource enumeration of 64-bit imagesRob Mensching1-1/+1
2022-03-30Implement IWindowsInstallerDecompileExtensionsRob Mensching46-1390/+1644
2022-03-30Make "decompile" an MSI-only command instead of a backend requirementRob Mensching28-445/+468
2022-03-30Simplify BaseWindowsInstallerBackendBinderExtensionRob Mensching2-10/+16
2022-03-30Remove dead codeRob Mensching5-204/+0
2022-03-22Add `ExePackage/@Bundle` to opt-in to v3 behavior.Sean Hall16-40/+233
2022-03-22Add related command line switches for DEPENDENT_ADDON, DEPENDENT_PATCH.Sean Hall2-2/+20
2022-03-20Infrastructure and some starter "dotnet new" templatesRob Mensching13-0/+162
2022-03-20Centralize cache locations in IExtensionManagerRob Mensching11-61/+235
2022-03-19Automated code clean upRob Mensching1-15/+60
2022-03-19Convert .wxl files namespacesRob Mensching2-2/+125
2022-03-19Minor code clean upRob Mensching3-29/+53
2022-03-19Refactor CustomTable parsing into separate partial and add testRob Mensching4-507/+568
2022-03-19Make ModuleSignature a standard table and no refs with EnsureTableRob Mensching8-27/+60
2022-03-19Add checkpoint so Exe and Msu packages rollback after being cancelled.Sean Hall10-57/+171
2022-03-19Give BA process id and option to wait for cancelled process to exit.Sean Hall31-124/+716
2022-03-17Warn when an MSI or cabinet installed by an MSI is too largeRob Mensching6-11/+65
2022-03-16Change IParseHelper to not be an IBundleValidator.Sean Hall6-32/+16
2022-03-16Enhance bundle backend validation.Sean Hall26-278/+926
2022-03-16Add WixBundleCommandLineAction, don't set dynamic variables at startup.Sean Hall11-58/+78
2022-03-16Fix themes to account for UnsafeUninstall action.Sean Hall8-35/+75
2022-03-15Normalize related bundle idsRob Mensching6-36/+103
2022-03-15Removal of dead scenarios/codeRob Mensching3-123/+0
2022-03-15Rework build command line for combining wixlibs and default outputRob Mensching6-125/+277
2022-03-14Don't close handles from MsiBeginTransaction.Sean Hall2-7/+4
2022-03-14Add new trx file to list.Sean Hall1-0/+1
2022-03-14Use UTF-8 for Kazakh languageRob Mensching2-1/+21
2022-03-14Make engine skip planning if there are any downgrade related bundles.Sean Hall20-41/+373
2022-03-14Log rest of plan and add testing of registration actions to PlanTest.Sean Hall5-3/+440