Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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'. | |||||
* | 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 | 1 | -0/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | Some test improvements. | Sean Hall | 2022-07-01 | 8 | -37/+114 | |
| | ||||||
* | Rename RemotePayloadFixture to BurnRemotePayloadFixture in CoreIntegration | Rob Mensching | 2022-06-29 | 1 | -1/+1 | |
| | ||||||
* | Rename CompilerErrors.IllegalName to CompilerErrors.IllegalTagName | Rob Mensching | 2022-06-29 | 2 | -3/+3 | |
| | ||||||
* | Properly validate bundle variable names | Rob Mensching | 2022-06-29 | 10 | -25/+122 | |
| | | | | Fixes 6743 | |||||
* | Add test to verify variable syntax is allowed in ifdefs | Rob Mensching | 2022-06-29 | 1 | -0/+159 | |
| | | | | Closes 5259 | |||||
* | Remove MsuPackage/@KB and Permanent attributes | Rob Mensching | 2022-06-29 | 14 | -39/+130 | |
| | | | | | | | | | 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 | |||||
* | Remote payloads using certificate verification cannot use hash | Rob Mensching | 2022-06-29 | 21 | -95/+439 | |
| | | | | Fixes 6745 | |||||
* | Add NCrunch project for WixToolset.Core.TestPackage | Rob Mensching | 2022-06-29 | 2 | -7/+5 | |
| | | | | | | Since WixToolset.Core.TestPackage reference an Xunit assembly, NCrunch thinks the project is a test project by default. It is actually just a test helper project so inform NCrunch as such. | |||||
* | Set MsiPackage/@Visible='yes' when Permanent='yes' | Rob Mensching | 2022-06-29 | 3 | -1/+64 | |
| | | | | Fixes 6764 | |||||
* | Enforce Windows Installer limits | Rob Mensching | 2022-06-29 | 5 | -0/+184 | |
| | | | | Fixes 702 | |||||
* | Rename a few more cases where Product element should be Package | Rob Mensching | 2022-06-29 | 2 | -11/+11 | |
| | ||||||
* | Make Burn ignore unknown embedded messages. | Sean Hall | 2022-06-29 | 6 | -22/+58 | |
| | ||||||
* | Add embedded test. | Sean Hall | 2022-06-29 | 11 | -33/+248 | |
| | ||||||
* | Add AppWaitForSingleObject/MultipleObjects, ThreadWaitForCompletion. | Sean Hall | 2022-06-29 | 26 | -149/+380 | |
| | ||||||
* | Upgrade xunit.runner.visualstudio from V2.4.1 to V2.4.5 in native projs | Sean Hall | 2022-06-29 | 3 | -3/+3 | |
| | ||||||
* | Fix E2E test exception. | Ron Martin | 2022-06-29 | 1 | -1/+1 | |
| | | | | Upgrade xunit.runner.visualstudio from V2.4.1 to V2.4.5. | |||||
* | Add IsWixTestSupportProject property to prevent test project detection. | Sean Hall | 2022-06-27 | 5 | -1/+13 | |
| | ||||||
* | Add longPathAware to Burn manifest to support long paths. | Sean Hall | 2022-06-27 | 41 | -392/+1890 | |
| | | | | Fixes 3455 | |||||
* | Add LoadSystemApiSet. | Sean Hall | 2022-06-27 | 2 | -13/+87 | |
| | ||||||
* | Move LoadSystemLibrary and LoadSystemLibraryWithPath into apputil. | Sean Hall | 2022-06-27 | 7 | -105/+137 | |
| | ||||||
* | Burn can only log errors while logutil is initialized and not closed. | Sean Hall | 2022-06-27 | 2 | -43/+41 | |
| | ||||||
* | Require \r\n in ConsoleReadW | Sean Hall | 2022-06-27 | 1 | -1/+1 | |
| |