| Commit message (Expand) | Author | Age | Files | Lines |
* | Add option for BundlePackage to be hidden in ARP like MsiPackage. | Sean Hall | 2022-04-05 | 21 | -16/+243 |
* | Move the logic of a bundle registering as a system component into Burn. | Sean Hall | 2022-04-05 | 7 | -19/+40 |
* | Update registration code with more concise Exit* macros. | Sean Hall | 2022-04-05 | 1 | -91/+42 |
* | Make non-embedded bundles skip making a system restore point. | Sean Hall | 2022-04-05 | 1 | -0/+4 |
* | Fix bug where MSIFASTINSTALL was not set properly for MsiPackages. | Sean Hall | 2022-04-05 | 3 | -2/+7 |
* | Use Burn's parent switch with BundlePackages. | Sean Hall | 2022-04-01 | 7 | -12/+57 |
* | Support v3 bundles in BundlePackage and "burn extract" command. | Sean Hall | 2022-04-01 | 11 | -41/+257 |
* | Detect related bundles for BundlePackages. | Sean Hall | 2022-04-01 | 38 | -238/+773 |
* | Implement BundlePackage. | Sean Hall | 2022-04-01 | 40 | -98/+1439 |
* | Update PackageVerifier to calculate installed path of file. | Sean Hall | 2022-04-01 | 2 | -14/+41 |
* | Fix Burn pipe bug where 64-bit code was not interoperable with 32-bit. | Sean Hall | 2022-04-01 | 2 | -11/+20 |
* | Fix formatting on some bundle files. | Sean Hall | 2022-04-01 | 5 | -875/+874 |
* | Minimize chance of user arguments messing up the command line | Sean Hall | 2022-04-01 | 8 | -91/+119 |
* | Support using response file for long command-lines in MakeSfxCA | Rob Mensching | 2022-03-31 | 2 | -21/+81 |
* | Provide managed CA and Embedded UI DTF libraries via NuGet | Rob Mensching | 2022-03-31 | 72 | -455/+326 |
* | Fix resource enumeration of 64-bit images | Rob Mensching | 2022-03-31 | 1 | -1/+1 |
* | Implement IWindowsInstallerDecompileExtensions | Rob Mensching | 2022-03-30 | 46 | -1390/+1644 |
* | Make "decompile" an MSI-only command instead of a backend requirement | Rob Mensching | 2022-03-30 | 28 | -445/+468 |
* | Simplify BaseWindowsInstallerBackendBinderExtension | Rob Mensching | 2022-03-30 | 2 | -10/+16 |
* | Remove dead code | Rob Mensching | 2022-03-30 | 5 | -204/+0 |
* | Add `ExePackage/@Bundle` to opt-in to v3 behavior. | Sean Hall | 2022-03-22 | 16 | -40/+233 |
* | Add related command line switches for DEPENDENT_ADDON, DEPENDENT_PATCH. | Sean Hall | 2022-03-22 | 2 | -2/+20 |
* | Infrastructure and some starter "dotnet new" templates | Rob Mensching | 2022-03-20 | 13 | -0/+162 |
* | Centralize cache locations in IExtensionManager | Rob Mensching | 2022-03-20 | 11 | -61/+235 |
* | Automated code clean up | Rob Mensching | 2022-03-19 | 1 | -15/+60 |
* | Convert .wxl files namespaces | Rob Mensching | 2022-03-19 | 2 | -2/+125 |
* | Minor code clean up | Rob Mensching | 2022-03-19 | 3 | -29/+53 |
* | Refactor CustomTable parsing into separate partial and add test | Rob Mensching | 2022-03-19 | 4 | -507/+568 |
* | Make ModuleSignature a standard table and no refs with EnsureTable | Rob Mensching | 2022-03-19 | 8 | -27/+60 |
* | Add checkpoint so Exe and Msu packages rollback after being cancelled. | Sean Hall | 2022-03-19 | 10 | -57/+171 |
* | Give BA process id and option to wait for cancelled process to exit. | Sean Hall | 2022-03-19 | 31 | -124/+716 |
* | Warn when an MSI or cabinet installed by an MSI is too large | Rob Mensching | 2022-03-17 | 6 | -11/+65 |
* | Change IParseHelper to not be an IBundleValidator. | Sean Hall | 2022-03-16 | 6 | -32/+16 |
* | Enhance bundle backend validation. | Sean Hall | 2022-03-16 | 26 | -278/+926 |
* | Add WixBundleCommandLineAction, don't set dynamic variables at startup. | Sean Hall | 2022-03-16 | 11 | -58/+78 |
* | Fix themes to account for UnsafeUninstall action. | Sean Hall | 2022-03-16 | 8 | -35/+75 |
* | Normalize related bundle ids | Rob Mensching | 2022-03-15 | 6 | -36/+103 |
* | Removal of dead scenarios/code | Rob Mensching | 2022-03-15 | 3 | -123/+0 |
* | Rework build command line for combining wixlibs and default output | Rob Mensching | 2022-03-15 | 6 | -125/+277 |
* | Don't close handles from MsiBeginTransaction. | Sean Hall | 2022-03-14 | 2 | -7/+4 |
* | Add new trx file to list. | Sean Hall | 2022-03-14 | 1 | -0/+1 |
* | Use UTF-8 for Kazakh language | Rob Mensching | 2022-03-14 | 2 | -1/+21 |
* | Make engine skip planning if there are any downgrade related bundles. | Sean Hall | 2022-03-14 | 20 | -41/+373 |
* | Log rest of plan and add testing of registration actions to PlanTest. | Sean Hall | 2022-03-14 | 5 | -3/+440 |
* | Allow the BA to override the bundle relation type during plan. | Sean Hall | 2022-03-14 | 31 | -97/+785 |
* | Add missing test project to build | Rob Mensching | 2022-03-14 | 1 | -0/+1 |
* | Support containers in relative subfolders | Rob Mensching | 2022-03-14 | 3 | -1/+45 |
* | Display warning when extracting bundle from Package Cache | Rob Mensching | 2022-03-14 | 3 | -31/+40 |
* | Always try to normalize the Bundle UpgradeCode in the backend | Rob Mensching | 2022-03-14 | 4 | -0/+59 |
* | Handle case when invalid icon or splash screen are added to bundle | Rob Mensching | 2022-03-14 | 6 | -17/+94 |