Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 2 | -16/+1 | |
| | ||||||
* | Update hashes are now hex strings. | Bob Arnson | 2022-09-12 | 6 | -16/+10 | |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6901. | |||||
* | Move `Bundle/@CommandLineVariables` into Bal.wixext. | Sean Hall | 2022-09-09 | 6 | -65/+57 | |
| | | | | Implements 6858 | |||||
* | Supply hashes to BA if present in update feed. | Bob Arnson | 2022-08-31 | 9 | -6/+31 | |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6353. | |||||
* | Process and return the failed version of reboot exit codes in Burn. | Sean Hall | 2022-08-26 | 1 | -0/+2 | |
| | | | | | | (ERROR_FAIL_REBOOT_REQUIRED and ERROR_FAIL_REBOOT_INITIATED) Fixes 6762 | |||||
* | Fix building `ExePackage/@ExitCode` elements. | Sean Hall | 2022-08-26 | 1 | -1/+1 | |
| | ||||||
* | Allow customization of the .wixpdb output folder | Rob Mensching | 2022-08-25 | 1 | -2/+14 | |
| | | | | Fixes 6857 | |||||
* | Don't retry 1606 because are they ever transient?! | Bob Arnson | 2022-08-17 | 1 | -1/+0 | |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6856. | |||||
* | Clean up error message when BA is missing. | Bob Arnson | 2022-08-15 | 1 | -2/+2 | |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6852. | |||||
* | Improve command line error reporting and remove some unused errors | Rob Mensching | 2022-08-15 | 2 | -198/+146 | |
| | | | | Fixes 6468 | |||||
* | Redesign command-line help to meet the needs of WiX v4 | Rob Mensching | 2022-08-15 | 8 | -34/+183 | |
| | ||||||
* | Allow wixstdba special controls to have declarative text. | Sean Hall | 2022-08-10 | 4 | -4/+4 | |
| | | | | Fixes 6855 | |||||
* | Preprocessor only fails if current document does not parse | Rob Mensching | 2022-08-10 | 1 | -0/+6 | |
| | | | | | | | Previously, preprocessor would not return successfully processed files if an error was encountered with this file or any previous file. No the preprocessor will only fail if the current processed file generates any errors. | |||||
* | Simplify and fix incremental/clean in build cmds | Rob Mensching | 2022-08-08 | 1 | -3/+4 | |
| | | | | Refining this pattern before spreading more widely. | |||||
* | Add intermediate folder and output path to all contexts | Rob Mensching | 2022-08-07 | 7 | -1/+62 | |
| | | | | | | | Extensions sometimes need to generate files and lay them out relative to the final output path. Provide that context to all extensions so they can use the correct intermediate folder and output path. | |||||
* | Add clean to api.cmd and minor clean-up | Rob Mensching | 2022-08-07 | 1 | -4/+30 | |
| | ||||||
* | Implement cabinet spanning | Rob Mensching | 2022-08-05 | 1 | -6/+6 | |
| | | | | Completes 6368 | |||||
* | Abstract file system to remove Core to Core.Native dependency | Rob Mensching | 2022-08-05 | 1 | -0/+25 | |
| | | | | | | | | The only dependency Core had on Core.Native was for FileSystem which would be better served as an extensibility service everywhere anyway. This moves FileSystem to Core and exposes it via IFileSystem from Extensibility for use everywhere. Core now carries no native code dependencies. | |||||
* | Downgrade error to warning when search refs a reserved prefix variable. | Sean Hall | 2022-08-02 | 3 | -4/+58 | |
| | | | | The engine doesn't actually prevent external callers from setting variables that start with 'Wix'. | |||||
* | Store list of persisted well-known variables in Burn. | Sean Hall | 2022-08-02 | 2 | -24/+0 | |
| | | | | This allows it to reject Variables declared in the manifest that start with the reserved prefix 'Wix'. | |||||
* | Expose and use methods to parse attributes with Burn variable names. | Sean Hall | 2022-07-21 | 4 | -1/+40 | |
| | | | | Fixes 6819 | |||||
* | Add WixInternalUIBootstrapperApplication as a new built-in BA. | Sean Hall | 2022-07-20 | 6 | -3/+90 | |
| | | | | Implements 6835 | |||||
* | Support remote Payloads | Rob Mensching | 2022-07-14 | 1 | -1/+1 | |
| | | | | | Closes 5601 Closes 6802 | |||||
* | Remove RESX usage in WixToolset.Data | Rob Mensching | 2022-07-12 | 5 | -4274/+1 | |
| | | | | | Localizing all the messages is not a realistic goal in WiX so no need to manage the overhead related to RESX files. | |||||
* | Support bind variables in Package and Bundle versions | Rob Mensching | 2022-07-10 | 2 | -7/+19 | |
| | | | | Closes 6779 | |||||
* | Enable parsing invalid WixVersions | Rob Mensching | 2022-07-07 | 2 | -29/+214 | |
| | | | | Fixes 6775 | |||||
* | 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 | |
| | | | | | | | | | Windows no longer allows for the silent removal of MSUs which renders the KB and Permanent attributes irrelevant. This removes both. Fixes 6749 Fixes 6801 | |||||
* | 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 | |
| | | | | 6772 | |||||
* | 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 | |
| | | | | | | 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 | |
| |