| Commit message (Expand) | Author | Files | Lines |
2022-03-30 | Implement IWindowsInstallerDecompileExtensions | Rob Mensching | 46 | -1390/+1644 |
2022-03-30 | Make "decompile" an MSI-only command instead of a backend requirement | Rob Mensching | 28 | -445/+468 |
2022-03-30 | Simplify BaseWindowsInstallerBackendBinderExtension | Rob Mensching | 2 | -10/+16 |
2022-03-30 | Remove dead code | Rob Mensching | 5 | -204/+0 |
2022-03-22 | Add `ExePackage/@Bundle` to opt-in to v3 behavior. | Sean Hall | 16 | -40/+233 |
2022-03-22 | Add related command line switches for DEPENDENT_ADDON, DEPENDENT_PATCH. | Sean Hall | 2 | -2/+20 |
2022-03-20 | Infrastructure and some starter "dotnet new" templates | Rob Mensching | 13 | -0/+162 |
2022-03-20 | Centralize cache locations in IExtensionManager | Rob Mensching | 11 | -61/+235 |
2022-03-19 | Automated code clean up | Rob Mensching | 1 | -15/+60 |
2022-03-19 | Convert .wxl files namespaces | Rob Mensching | 2 | -2/+125 |
2022-03-19 | Minor code clean up | Rob Mensching | 3 | -29/+53 |
2022-03-19 | Refactor CustomTable parsing into separate partial and add test | Rob Mensching | 4 | -507/+568 |
2022-03-19 | Make ModuleSignature a standard table and no refs with EnsureTable | Rob Mensching | 8 | -27/+60 |
2022-03-19 | Add checkpoint so Exe and Msu packages rollback after being cancelled. | Sean Hall | 10 | -57/+171 |
2022-03-19 | Give BA process id and option to wait for cancelled process to exit. | Sean Hall | 31 | -124/+716 |
2022-03-17 | Warn when an MSI or cabinet installed by an MSI is too large | Rob Mensching | 6 | -11/+65 |
2022-03-16 | Change IParseHelper to not be an IBundleValidator. | Sean Hall | 6 | -32/+16 |
2022-03-16 | Enhance bundle backend validation. | Sean Hall | 26 | -278/+926 |
2022-03-16 | Add WixBundleCommandLineAction, don't set dynamic variables at startup. | Sean Hall | 11 | -58/+78 |
2022-03-16 | Fix themes to account for UnsafeUninstall action. | Sean Hall | 8 | -35/+75 |
2022-03-15 | Normalize related bundle ids | Rob Mensching | 6 | -36/+103 |
2022-03-15 | Removal of dead scenarios/code | Rob Mensching | 3 | -123/+0 |
2022-03-15 | Rework build command line for combining wixlibs and default output | Rob Mensching | 6 | -125/+277 |
2022-03-14 | Don't close handles from MsiBeginTransaction. | Sean Hall | 2 | -7/+4 |
2022-03-14 | Add new trx file to list. | Sean Hall | 1 | -0/+1 |
2022-03-14 | Use UTF-8 for Kazakh language | Rob Mensching | 2 | -1/+21 |
2022-03-14 | Make engine skip planning if there are any downgrade related bundles. | Sean Hall | 20 | -41/+373 |
2022-03-14 | Log rest of plan and add testing of registration actions to PlanTest. | Sean Hall | 5 | -3/+440 |
2022-03-14 | Allow the BA to override the bundle relation type during plan. | Sean Hall | 31 | -97/+785 |
2022-03-14 | Add missing test project to build | Rob Mensching | 1 | -0/+1 |
2022-03-14 | Support containers in relative subfolders | Rob Mensching | 3 | -1/+45 |
2022-03-14 | Display warning when extracting bundle from Package Cache | Rob Mensching | 3 | -31/+40 |
2022-03-14 | Always try to normalize the Bundle UpgradeCode in the backend | Rob Mensching | 4 | -0/+59 |
2022-03-14 | Handle case when invalid icon or splash screen are added to bundle | Rob Mensching | 6 | -17/+94 |
2022-03-14 | Use min DOS date/time when filetime not supported by cabinet | Rob Mensching | 2 | -3/+56 |
2022-03-14 | Add test to verify 64-bit bundles can be extracted for signing | Rob Mensching | 1 | -0/+41 |
2022-03-14 | Implement "wix burn extract" | Rob Mensching | 4 | -26/+104 |
2022-03-14 | Remove Unbind as backend function | Rob Mensching | 13 | -215/+19 |
2022-03-14 | Implement "wix msi transform" | Rob Mensching | 16 | -201/+653 |
2022-03-14 | Remove redundant versions from Sdk style projects | Rob Mensching | 2 | -2/+2 |
2022-03-09 | Update MSBuildRunner to ignore previous VS versions | Ron Martin | 1 | -58/+2 |
2022-03-07 | Configure crash dumps and get them and pdbs in the logs artifact | Sean Hall | 5 | -5/+20 |
2022-03-07 | Read Uninstallable from manifest and add test for non-uninstallable exe | Sean Hall | 5 | -5/+187 |
2022-03-05 | Ensure WixBundleInstalled and RebootPending are set in elevated engine. | Sean Hall | 4 | -15/+14 |
2022-03-05 | Change ARP property Installed to 0 when registrationType is InProgress. | Sean Hall | 22 | -72/+86 |
2022-03-05 | Reduce duplicative messaging in converter | Rob Mensching | 2 | -35/+27 |
2022-03-05 | Changed the coverter to use Messages rather than Errors | Mark Stega | 1 | -86/+127 |
2022-03-02 | Evaluate standalone variables for truthiness in the preprocessor | Rob Mensching | 2 | -2/+48 |
2022-03-02 | Support "==" as equality operator in preprocessor | Rob Mensching | 4 | -3/+133 |
2022-03-02 | Minor code cleanup | Rob Mensching | 1 | -8/+4 |