Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep track of when parts of verutil/WixVersions are missing. | Sean Hall | 2022-05-17 | 5 | -17/+132 |
| | | | | | | Return null when WixVersion.TryParse returns false. 6776 | ||||
* | Store the prefix character in VERUTIL_VERSION. | Sean Hall | 2022-05-17 | 3 | -0/+9 |
| | | | | Fix edge case where version string is all v's. | ||||
* | Move infinite loop detection into the hosts. | Sean Hall | 2022-05-14 | 3 | -3/+33 |
| | | | | | | | Tell the BA during Destroy whether it will be reloaded, and let the BA decide then whether it's module should be unloaded. Show error when infinite prereq loop detected. Only clip the exit code if they're Win32 errors. Set related bundle type to none to avoid downgrades during preqba. | ||||
* | 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 |
| | | | | | | | Take advantage of WixVersion/verutil functionality to support wider range of version numbers were possible in the WiX Toolset Completes 4666 | ||||
* | 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 |
| | | | | Fixes 6757 | ||||
* | 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 |
| | | | | Fixes 5476 | ||||
* | Add RepairCondition. | Sean Hall | 2022-04-23 | 13 | -5/+42 |
| | | | | Fixes 6758 | ||||
* | 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 |
| | | | | Improve 64-bit package detection. | ||||
* | Detect related bundles for BundlePackages. | Sean Hall | 2022-04-01 | 17 | -96/+270 |
| | |||||
* | Implement BundlePackage. | Sean Hall | 2022-04-01 | 6 | -1/+170 |
| | | | | 3693 | ||||
* | Implement IWindowsInstallerDecompileExtensions | Rob Mensching | 2022-03-30 | 7 | -70/+313 |
| | | | | | | | Update Util extension to validate extension model and fix some small issues in MSI decompiling. Fixes 6367 | ||||
* | Make "decompile" an MSI-only command instead of a backend requirement | Rob Mensching | 2022-03-30 | 7 | -47/+133 |
| | | | | | | | | | As much as I'd like decompiling to be global functionality provided by all backends there are only two output types that support decompiling: MSI and MSM. In the future, perhaps we can invest in a generic symbols to source code converter that would reduce the redundant work backends need to do today. Until then, make decompile an MSI specific command | ||||
* | Simplify BaseWindowsInstallerBackendBinderExtension | Rob Mensching | 2022-03-30 | 1 | -7/+8 |
| | | | | | Move the standard symbol to table row conversion into the Binder so there is less functionality in the extension assembly. | ||||
* | 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 |
| | | | | | | Automatically add '-norestart' for bundle ExePackages. Fixes 6252 | ||||
* | Centralize cache locations in IExtensionManager | Rob Mensching | 2022-03-20 | 2 | -0/+48 |
| | | | | | | | | This removes the duplication of cache location definitions between IExtensionManager and extension cache command. Also, adds an extension cache test. Fixes 6536 | ||||
* | 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 |
| | | | | | | | | | | ModuleSignature was missing from the standard tables, that part is easy. The breaking change is EnsureTable no longer tries to create refs to custom tables when it doesn't recognize the table name as standard or coming from an extension. Use CustomTableRef to create custom table references. Fixes 6424 | ||||
* | 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 |
| | | | | Fixes 6408 | ||||
* | 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 |
| | | | | | Fixes 6677, 6722 Reverts 6537 | ||||
* | 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 |
| | | | | Fixes 5330 | ||||
* | Remove Unbind as backend function | Rob Mensching | 2022-03-14 | 4 | -47/+19 |
| | | | | Unbinding is not a general purpose function as initially imagined. | ||||
* | Change ARP property Installed to 0 when registrationType is InProgress. | Sean Hall | 2022-03-05 | 8 | -12/+12 |
| | | | | Being registered in ARP and "installed" were always separate concepts, and some things like fEligibleForCleanup were looking at the wrong thing. This also allows the BA to tell the difference. | ||||
* | 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 |
| | | | | | | Bring back Authenticode certificate validation but only on Exe and Msu remote payloads. Move the generation of remote payload XML to a subcommand of the "burn command". | ||||
* | 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 |
| | | | | | | Simplify and improves the tracking of input and intermediate files to fix incremental build issues for wixlibs, merge modules and MSI databases. | ||||
* | Minor comment fix | Rob Mensching | 2022-02-23 | 1 | -1/+1 |
| | |||||
* | Add UnsafeUninstall action. | Sean Hall | 2022-02-22 | 2 | -2/+6 |
| | | | | Fixes #6721 | ||||
* | 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 |
| | | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files. | ||||
* | When rolling back a bundle failure, reinstall all upgrade related bundles. | Sean Hall | 2022-02-10 | 11 | -0/+132 |
| | | | | Fixes #3421 | ||||
* | Make validation independent of the build command | Rob Mensching | 2022-02-08 | 1 | -15/+0 |
| | | | | | | | In MSBuild this adds a new WindowsInstallerValidation target that automatically runs validation after a successful build. From the command-line the "wix msi" command gets a "validate" subcommand that will validate an MSI or MSM file. | ||||
* | 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 |
| | | | | | Make BOOTSTRAPPER_REQUEST_STATE_FORCE_ABSENT uninstall even if detected absent. Remove fPseudoBundle. |