| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Expose and use methods to parse attributes with Burn variable names. | Sean Hall | 2022-07-21 | 4 | -1/+40 |
* | Add WixInternalUIBootstrapperApplication as a new built-in BA. | Sean Hall | 2022-07-20 | 6 | -3/+90 |
* | Support remote Payloads | Rob Mensching | 2022-07-14 | 1 | -1/+1 |
* | Remove RESX usage in WixToolset.Data | Rob Mensching | 2022-07-12 | 5 | -4274/+1 |
* | Support bind variables in Package and Bundle versions | Rob Mensching | 2022-07-10 | 2 | -7/+19 |
* | Enable parsing invalid WixVersions | Rob Mensching | 2022-07-07 | 2 | -29/+214 |
* | Fix NCrunch projects | Rob Mensching | 2022-07-07 | 2 | -6/+0 |
* | Remove MsuPackage/@KB and Permanent attributes | Rob Mensching | 2022-06-29 | 1 | -9/+1 |
* | Rename a few more cases where Product element should be Package | Rob Mensching | 2022-06-29 | 1 | -8/+8 |
* | Use dotnet test on C++/CLI test projects to get trx logs. | Sean Hall | 2022-06-16 | 13 | -10/+208 |
* | Use WixAssert in more places. | Sean Hall | 2022-06-15 | 1 | -1/+2 |
* | Add ability for non-vital cache package action. | Sean Hall | 2022-06-14 | 11 | -14/+159 |
* | Implement ArpEntry flavored ExePackage. | Sean Hall | 2022-06-13 | 3 | -10/+90 |
* | Update Burn algorithm for picking elevated temp path to use SystemTemp. | Sean Hall | 2022-06-07 | 2 | -0/+4 |
* | Keep track of when parts of verutil/WixVersions are missing. | Sean Hall | 2022-05-17 | 5 | -17/+132 |
* | Store the prefix character in VERUTIL_VERSION. | Sean Hall | 2022-05-17 | 3 | -0/+9 |
* | Move infinite loop detection into the hosts. | Sean Hall | 2022-05-14 | 3 | -3/+33 |
* | Update balutil and Bal.wixext to use more concise Exit* macros. | Sean Hall | 2022-05-14 | 5 | -78/+41 |
* | Add support for semver in bundles and dependencies | Rob Mensching | 2022-05-10 | 3 | -12/+26 |
* | Add WixVersion implementation to WixToolset.Data | Rob Mensching | 2022-05-10 | 3 | -0/+522 |
* | Harvest BundlePackage payloads. | Sean Hall | 2022-05-06 | 1 | -0/+16 |
* | Only block shutdown during Apply. | Sean Hall | 2022-05-04 | 11 | -153/+0 |
* | Add ability to disable file system redirection for File/DirectorySearch | Sean Hall | 2022-04-28 | 1 | -0/+17 |
* | Add RepairCondition. | Sean Hall | 2022-04-23 | 13 | -5/+42 |
* | Set each native library dependency version to the build version. | Sean Hall | 2022-04-19 | 2 | -4/+4 |
* | Add support for remote BundlePackagePayload. | Sean Hall | 2022-04-13 | 1 | -1/+2 |
* | Write EngineVersion, ProtocolVersion, and Win64 to the Burn manifest. | Sean Hall | 2022-04-13 | 2 | -0/+16 |
* | Change harvested symbols to ref the package payload for remote support. | Sean Hall | 2022-04-13 | 6 | -20/+117 |
* | Create Harvested*PackageSymbols. | Sean Hall | 2022-04-13 | 4 | -0/+412 |
* | Try to improve fields of bundle symbols. | Sean Hall | 2022-04-13 | 20 | -126/+709 |
* | Only allow MsiPackage and MspPackage inside MSI transactions. | Sean Hall | 2022-04-13 | 2 | -3/+27 |
* | 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 |