Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make sure error codes are translated correctly for per-machine packages. | Sean Hall | 2022-08-26 | 14 | -165/+554 | |
| | ||||||
* | Fix building `ExePackage/@ExitCode` elements. | Sean Hall | 2022-08-26 | 7 | -4/+121 | |
| | ||||||
* | Error on non-embedded explicit container payloads. | Bob Arnson | 2022-08-26 | 7 | -37/+38 | |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6845. | |||||
* | Move WiX .wixpdbs to pdbs folder so they are included in archives | Rob Mensching | 2022-08-25 | 2 | -10/+6 | |
| | ||||||
* | Allow customization of the .wixpdb output folder | Rob Mensching | 2022-08-25 | 18 | -37/+303 | |
| | | | | Fixes 6857 | |||||
* | Port EnableFeatureSelection tests from v3 repo, add a new one, fix them | Sean Hall | 2022-08-23 | 13 | -5/+288 | |
| | | | | Fixes 4616 | |||||
* | Handle downgrade failure detection during Detect. | Bob Arnson | 2022-08-22 | 2 | -16/+43 | |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6537. | |||||
* | Use a dedicated pipe for redirecting logging from the elevated process. | Sean Hall | 2022-08-19 | 12 | -99/+335 | |
| | | | | Fixes 6869 | |||||
* | Create log for elevated process. | Sean Hall | 2022-08-19 | 3 | -0/+22 | |
| | ||||||
* | Fix bug in IsWuRebootPending where it uninitialized COM on failure. | Sean Hall | 2022-08-19 | 1 | -2/+7 | |
| | | | | Fixes other half of 6870 | |||||
* | Resume automatic updates as part of ApplyUninitialize. | Sean Hall | 2022-08-19 | 3 | -13/+20 | |
| | | | | Fixes first half of 6870 | |||||
* | Use conditional text rather than controls. | Bob Arnson | 2022-08-18 | 2 | -4/+8 | |
| | ||||||
* | 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. | |||||
* | Add direct reference to System.Configuration.ConfigurationManager | Rob Mensching | 2022-08-16 | 2 | -0/+2 | |
| | | | | | | | | MSBuild seems to have introduced a breaking change which requires referencing a later System.Configuration.ConfigurationManager for netcoreapp heat working with MSBuild. Fixes 6868 | |||||
* | Update heat to use StandardDirectory element | Rob Mensching | 2022-08-16 | 16 | -3996/+4211 | |
| | | | | Fixes 6631 | |||||
* | Clean up error message when BA is missing. | Bob Arnson | 2022-08-15 | 4 | -14/+47 | |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6852. | |||||
* | Improve command line error reporting and remove some unused errors | Rob Mensching | 2022-08-15 | 21 | -426/+432 | |
| | | | | Fixes 6468 | |||||
* | Redesign command-line help to meet the needs of WiX v4 | Rob Mensching | 2022-08-15 | 38 | -363/+685 | |
| | ||||||
* | Ensure command-line error prevents execution of command | Rob Mensching | 2022-08-15 | 1 | -0/+6 | |
| | | | | Fixes 6683 | |||||
* | Normalize wix pdbs zip name to place $(Version) consistently | Rob Mensching | 2022-08-15 | 1 | -1/+1 | |
| | ||||||
* | Remove unused WixToolset.Core.Burn reference to shrink ~10MB | Rob Mensching | 2022-08-15 | 2 | -2/+0 | |
| | ||||||
* | Fix architectures when generating metadata | Rob Mensching | 2022-08-15 | 2 | -22/+2 | |
| | ||||||
* | Fix some errors new to .NET SDK 6.0.400. | Bob Arnson | 2022-08-14 | 2 | -7/+0 | |
| | ||||||
* | Fix OnExecuteMsiMessage to return chosen result. | Bob Arnson | 2022-08-14 | 1 | -5/+19 | |
| | ||||||
* | Allow wixstdba special controls to have declarative text. | Sean Hall | 2022-08-10 | 8 | -114/+141 | |
| | | | | Fixes 6855 | |||||
* | Use IFileOpenDialog instead of SHBrowseForFolder and GetOpenFileName. | Sean Hall | 2022-08-10 | 5 | -70/+234 | |
| | | | | It is the recommended option since Vista and has better long path support. | |||||
* | Prevent crash when Bundle has SWID Tag but child MSI does not | Rob Mensching | 2022-08-10 | 3 | -6/+57 | |
| | | | | Fixes 6854 | |||||
* | Improve error messages for remote payloads | Rob Mensching | 2022-08-10 | 4 | -5/+47 | |
| | ||||||
* | Preprocessor only fails if current document does not parse | Rob Mensching | 2022-08-10 | 5 | -15/+41 | |
| | | | | | | | 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. | |||||
* | Skip logging errors in some places when they are due to missing files or ↵ | Sean Hall | 2022-08-09 | 24 | -425/+438 | |
| | | | | | | registry keys or values. Related to 6696 | |||||
* | Simplify and fix incremental/clean in build cmds | Rob Mensching | 2022-08-08 | 3 | -9/+12 | |
| | | | | Refining this pattern before spreading more widely. | |||||
* | Generate metadata needed to populate update feed | Rob Mensching | 2022-08-08 | 10 | -11/+224 | |
| | | | | Step towards completing 5367 | |||||
* | Remove unnecessary empty MediaTemplate | Rob Mensching | 2022-08-07 | 1 | -1/+0 | |
| | ||||||
* | Add intermediate folder and output path to all contexts | Rob Mensching | 2022-08-07 | 15 | -15/+115 | |
| | | | | | | | 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 | 2 | -6/+32 | |
| | ||||||
* | Use DefaultProjectTypeGuid in WiX SDK | Rob Mensching | 2022-08-06 | 2 | -1/+1 | |
| | | | | | | | | It isn't documented but other SDK projects use DefaultProjectTypeGuid not ProjectTypeGuids to provide the project type. The project type is used in .sln files and .wixproj cannot be added to .sln without a ProjectTypeGuids property or the SDK providing DefaultProjectTypeGuid so we provide the default here. | |||||
* | Add InstallerPlatform as define constant for .wixprojs | Rob Mensching | 2022-08-06 | 1 | -0/+1 | |
| | ||||||
* | Create setup segment and WixAdditionalTools bundle | Rob Mensching | 2022-08-06 | 14 | -12/+184 | |
| | | | | | | | | | | | | | The setup segment is scheduled after building the shipping WiX files to use and include the current build's tooling. The WixAdditionalTools bundle currently only contains the ThmViewer package but may include additional tools in the future. At this time, the primary purpose is to produce a shipping MSI and bundle from the WiX v4 build process and dogfood the rest of the tooling. Closes 4919 | |||||
* | Improve exception messages and minor code clean up | Rob Mensching | 2022-08-06 | 3 | -7/+11 | |
| | ||||||
* | Update Serbian locale name. | Bob Arnson | 2022-08-06 | 1 | -0/+0 | |
| | | | | https://github.com/wixtoolset/issues/issues/6742 | |||||
* | Implement cabinet spanning | Rob Mensching | 2022-08-05 | 21 | -439/+688 | |
| | | | | Completes 6368 | |||||
* | Remove unused resetacls from wixnative | Rob Mensching | 2022-08-05 | 4 | -62/+0 | |
| | ||||||
* | Add TestData.CreateFile and dedupe TestSupport code from Core.Native tests | Rob Mensching | 2022-08-05 | 7 | -152/+36 | |
| | ||||||
* | Very minor code cleanup | Rob Mensching | 2022-08-05 | 3 | -5/+2 | |
| | ||||||
* | Abstract file system to remove Core to Core.Native dependency | Rob Mensching | 2022-08-05 | 19 | -93/+143 | |
| | | | | | | | | 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. | |||||
* | Update to darice.cub v10.0.22621.0. | Bob Arnson | 2022-08-05 | 4 | -3/+114 | |
| | | | | https://github.com/wixtoolset/issues/issues/6567 | |||||
* | Add ability to skip a local path candidate if it failed verification. | Sean Hall | 2022-08-03 | 14 | -30/+444 | |
| | | | | Fixes 6818 | |||||
* | Fix converting empty inner text. | Sean Hall | 2022-08-03 | 9 | -4/+178 | |
| | | | | Add failing test for commented inner text. | |||||
* | Handle suppressed Options button. | Bob Arnson | 2022-08-03 | 4 | -4/+7 | |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/5624. | |||||
* | Make the clean room process replace the splash screen with its own. | Sean Hall | 2022-08-03 | 3 | -2/+21 | |
| | | | | | | This is required to get Windows to automatically transfer foreground focus so that the BA's window or the elevation prompt is automatically activated. Fixes 6836 |