| Commit message (Expand) | Author | Age | Files | Lines |
* | Detect related bundles for BundlePackages. | Sean Hall | 2022-04-01 | 17 | -96/+270 |
* | Implement BundlePackage. | Sean Hall | 2022-04-01 | 6 | -1/+170 |
* | Implement IWindowsInstallerDecompileExtensions | Rob Mensching | 2022-03-30 | 7 | -70/+313 |
* | Make "decompile" an MSI-only command instead of a backend requirement | Rob Mensching | 2022-03-30 | 7 | -47/+133 |
* | Simplify BaseWindowsInstallerBackendBinderExtension | Rob Mensching | 2022-03-30 | 1 | -7/+8 |
* | Remove dead code | Rob Mensching | 2022-03-30 | 4 | -193/+0 |
* | Add `ExePackage/@Bundle` to opt-in to v3 behavior. | Sean Hall | 2022-03-22 | 1 | -0/+3 |
* | Centralize cache locations in IExtensionManager | Rob Mensching | 2022-03-20 | 2 | -0/+48 |
* | Minor code clean up | Rob Mensching | 2022-03-19 | 1 | -10/+37 |
* | Make ModuleSignature a standard table and no refs with EnsureTable | Rob Mensching | 2022-03-19 | 1 | -0/+1 |
* | Give BA process id and option to wait for cancelled process to exit. | Sean Hall | 2022-03-19 | 11 | -0/+168 |
* | Warn when an MSI or cabinet installed by an MSI is too large | Rob Mensching | 2022-03-17 | 1 | -0/+11 |
* | Change IParseHelper to not be an IBundleValidator. | Sean Hall | 2022-03-16 | 1 | -1/+1 |
* | Enhance bundle backend validation. | Sean Hall | 2022-03-16 | 7 | -24/+105 |
* | Make engine skip planning if there are any downgrade related bundles. | Sean Hall | 2022-03-14 | 11 | -0/+114 |
* | Allow the BA to override the bundle relation type during plan. | Sean Hall | 2022-03-14 | 11 | -2/+192 |
* | Handle case when invalid icon or splash screen are added to bundle | Rob Mensching | 2022-03-14 | 1 | -4/+4 |
* | Remove Unbind as backend function | Rob Mensching | 2022-03-14 | 4 | -47/+19 |
* | Change ARP property Installed to 0 when registrationType is InProgress. | Sean Hall | 2022-03-05 | 8 | -12/+12 |
* | Set ExePackage/@Uninstallable in bundle manifests | Rob Mensching | 2022-03-02 | 3 | -2/+13 |
* | Support certs on remote payloads and generate them from burn subcommand | Rob Mensching | 2022-02-28 | 1 | -0/+16 |
* | Rename WixProductTagSymbol to WixPackageTagSymbol | Rob Mensching | 2022-02-23 | 3 | -71/+71 |
* | Fix wixlib, msm, msi incremental build | Rob Mensching | 2022-02-23 | 3 | -4/+46 |
* | Minor comment fix | Rob Mensching | 2022-02-23 | 1 | -1/+1 |
* | Add UnsafeUninstall action. | Sean Hall | 2022-02-22 | 2 | -2/+6 |
* | Finish removing native pdbs from .nupkg and removing symbols packages. | Sean Hall | 2022-02-18 | 2 | -4/+0 |
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 4 | -2/+3 |
* | When rolling back a bundle failure, reinstall all upgrade related bundles. | Sean Hall | 2022-02-10 | 11 | -0/+132 |
* | Make validation independent of the build command | Rob Mensching | 2022-02-08 | 1 | -15/+0 |
* | Actually elevate warning messages to error when requested | Rob Mensching | 2022-02-08 | 1 | -0/+8 |
* | Error on invalid Control/@Type attribute values | Rob Mensching | 2022-02-03 | 1 | -42/+2 |
* | Fix NoWarn being overridden and use PackageReference for TestSupport. | Sean Hall | 2022-01-27 | 4 | -6/+4 |
* | Add BOOTSTRAPPER_REQUEST_STATE_FORCE_PRESENT. | Sean Hall | 2022-01-16 | 2 | -0/+6 |
* | Remove orphan compatible MSI packages. | Sean Hall | 2022-01-16 | 11 | -9/+539 |
* | Inscribe no longer a global backend concept | Rob Mensching | 2022-01-10 | 2 | -23/+0 |
* | Support "inscribing" Burn bundles | Rob Mensching | 2022-01-10 | 1 | -1/+1 |
* | Centralize common command-line switches parsing | Rob Mensching | 2022-01-10 | 1 | -1/+6 |
* | Read WindowsInstallerData at same XML conformance as writing | Rob Mensching | 2022-01-04 | 2 | -1/+11 |
* | Update some nuspecs to be more standard | Rob Mensching | 2022-01-03 | 1 | -3/+3 |
* | Move to a single tracking file for all bind inputs and outputs | Rob Mensching | 2022-01-02 | 2 | -15/+11 |
* | Extract tracking and creating file transfers to ILayoutServices | Rob Mensching | 2022-01-02 | 2 | -18/+31 |
* | Upload test results and fail the build if any are missing. | Sean Hall | 2022-01-01 | 1 | -5/+6 |
* | Try to get more helpful test failure messages. | Sean Hall | 2022-01-01 | 4 | -2/+14 |
* | Remove warnings and make sure more don't creep in. | Sean Hall | 2022-01-01 | 6 | -13/+20 |
* | Don't report related operation in OnDetectRelatedBundle. | Sean Hall | 2021-12-30 | 8 | -29/+4 |
* | FilesInUse messages are too different to unify in the Burn engine. | Sean Hall | 2021-12-30 | 8 | -25/+47 |
* | Build simplification and parallelization | Rob Mensching | 2021-12-30 | 5 | -15/+15 |
* | Remove BOOTSTRAPPER_RESUME_TYPE_REBOOT_PENDING. | Bob Arnson | 2021-12-27 | 2 | -6/+0 |
* | Use `v143` toolset except `v141` for libs. | Bob Arnson | 2021-12-25 | 5 | -12/+12 |
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 10 | -65/+23 |