Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Update expected message in CanLoadFDDx86EarliestCoreMBA. | Sean Hall | 2022-08-03 | 1 | -1/+2 |
| | |||||
* | Downgrade error to warning when search refs a reserved prefix variable. | Sean Hall | 2022-08-02 | 15 | -35/+333 |
| | | | | 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 | 30 | -133/+316 |
| | | | | This allows it to reject Variables declared in the manifest that start with the reserved prefix 'Wix'. | ||||
* | Enable manual build | Rob Mensching | 2022-08-01 | 1 | -0/+4 |
| | |||||
* | Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targets | Rob Mensching | 2022-08-01 | 124 | -777/+991 |
| | | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838 | ||||
* | Very minor clean up to global build scripts | Rob Mensching | 2022-08-01 | 2 | -2/+2 |
| | |||||
* | Workaround duplicate analyzers in .NET Core BAs. | Sean Hall | 2022-08-01 | 1 | -0/+11 |
| | | | | Related to 6843 | ||||
* | Don't show FilesInUse dialogs if loc strings are missing. | Sean Hall | 2022-07-25 | 4 | -75/+140 |
| | | | | This allows all flavors of wixstdba to conditionally support them. | ||||
* | Add dialog for non-RM FilesInUse and Netfx FilesInUse. | Sean Hall | 2022-07-25 | 3 | -28/+246 |
| | | | | Fixes 5208 | ||||
* | Use radio buttons in FilesInUse task dialog. | Sean Hall | 2022-07-25 | 1 | -25/+30 |
| | |||||
* | Add files-in-use task dialog. | Bob Arnson | 2022-07-25 | 10 | -24/+214 |
| | | | | | | | | Remove ErrorFailNoActionReboot loc string, now that XP is dead (RIP). Clean up some extra stuff, because I'm all up in the code. Resolves https://github.com/wixtoolset/issues/issues/6545. | ||||
* | Remove support for uninstalling MSU package. | Sean Hall | 2022-07-21 | 5 | -99/+12 |
| | | | | Fixes 6749 | ||||
* | Ignore WixFragment symbol in GenerateManifestDataFromIRCommand. | Sean Hall | 2022-07-21 | 2 | -1/+2 |
| | |||||
* | Expose and use methods to parse attributes with Burn variable names. | Sean Hall | 2022-07-21 | 15 | -48/+117 |
| | | | | Fixes 6819 | ||||
* | Add WixInternalUIBootstrapperApplication as a new built-in BA. | Sean Hall | 2022-07-20 | 92 | -151/+3352 |
| | | | | Implements 6835 | ||||
* | Improve DTF samples. | Sean Hall | 2022-07-20 | 9 | -43/+100 |
| | |||||
* | Rename "samples" segment to "tools" | Rob Mensching | 2022-07-14 | 104 | -34/+34 |
| | | | | | | | | | | This segment is a bit of a "miscellaneous section" in the WiX repo. As such it has been difficult to name. I originally eschewed the name "tools" because what is in the "wix" segment was once called "tools". However, now that wix.exe is firmly established as the entry point for WiX operations, I've become comfortable with its segment being named "wix". That meant "tools" was again available and "tools" better describes the content of this section. | ||||
* | Support remote Payloads | Rob Mensching | 2022-07-14 | 10 | -22/+164 |
| | | | | | Closes 5601 Closes 6802 | ||||
* | Add tests to validate Variable name validation | Rob Mensching | 2022-07-12 | 2 | -0/+96 |
| | | | | Closes #6819 | ||||
* | Remove RESX usage in WixToolset.Data | Rob Mensching | 2022-07-12 | 7 | -4276/+3 |
| | | | | | 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 | 22 | -72/+380 |
| | | | | Closes 6779 | ||||
* | Search for WiX Extensions with `.wixext.dll` | Rob Mensching | 2022-07-10 | 1 | -1/+1 |
| | | | | | | Previous search of just `.dll` will catches too many assemblies that are not extensions. The WiX v4 convention of `.wixext.dll` narrows down to much more concise list of assemblies. | ||||
* | Build DTF E2E tests, not just restore them | Rob Mensching | 2022-07-10 | 1 | -1/+1 |
| | |||||
* | Add retries to several file system operations | Rob Mensching | 2022-07-07 | 3 | -9/+106 |
| | | | | Closes #6815 | ||||
* | 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 |
| | |||||
* | Detect when Restore is required for a .wixproj to build | Rob Mensching | 2022-07-06 | 1 | -1/+23 |
| | | | | Closes 6701 | ||||
* | Add missing Binary simple reference for UI.wixext dll. | Sean Hall | 2022-07-05 | 2 | -25/+125 |
| | |||||
* | Use bundle's default CacheId instead of hash in certificate CacheId. | Sean Hall | 2022-07-01 | 9 | -50/+188 |
| |