| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/9318
|
| |
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/9321
|
| |
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/9308
|
| |
|
|
| |
VS2022/v143 toolsets are no longer required.
|
| | |
|
| | |
|
| |
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/9234
Fixes https://github.com/wixtoolset/issues/issues/9235
|
| |
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/8958
|
| | |
|
| |
|
|
| |
Resolves 9196
|
| |
|
|
| |
Fixes 8941 (hopefully)
|
| |
|
|
| |
Fixes 6423
|
| |
|
|
| |
Fixes 6423
|
| |
|
|
| |
Fixes 8104
|
| |
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/6620
|
| |
|
|
|
|
| |
Disabling display skips showing the "Files In Use" dialog and returning
a result as if the user had chosen to ignore the dialog and reboot in
the case of files that were unable to be replaced.
|
| |
|
|
| |
Modernize projects against new .slnx expecations as well.
|
| |
|
|
|
|
| |
(e.g. FileSearch, DirectorySearch, RegistrySearch)
Signed-off-by: Raul Metsma <raul@metsma.ee>
|
| |
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/2165
|
| |
|
|
|
|
|
| |
This commit moves to the modern CompareStringOrdinal() for all case-sensitve
uses of CompareString() with the invariant locale.
Resolves 6947
|
| |
|
|
|
|
|
| |
This commit moves to the modern CompareStringOrdinal() for all case-insensitve
uses of CompareString() with the invariant locale.
Partially resolves 6947
|
| |
|
|
| |
Fixes 9172
|
| |
|
|
|
| |
.NET 6 was deprecated so move to .NET 8 and possibly .NET 10 after it
releases.
|
| | |
|
| |
|
|
|
|
|
| |
- Move ext tests to targets for better MSBuild scheduling.
- Parallelize long-running tests.
- Disable Firewall ICEs for dev builds; they're redundant with
round-tripping and ICEs are mutex'd to make them painfully serial.
|
| | |
|
| |
|
|
| |
Implements https://github.com/wixtoolset/issues/issues/9049
|
| |
|
|
|
|
| |
Also fix Firewall decompiler to decompile all possible Firewall tables.
Fixes https://github.com/wixtoolset/issues/issues/9070
|
| | |
|
| |
|
|
|
| |
Fixes 7862
Fixes 8974
|
| |
|
|
| |
Fix Public Key for NetFx48Redist
|
| |
|
|
|
|
|
|
| |
Adds XSD for #597
And slight fix up for error message to capture new options
---------
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
|
| |
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/9009
|
| |
|
|
|
| |
Prevents test run during VS build and shows failure details on console
(no need to dig into TRX file).
|
| | |
|
| |
|
|
|
|
| |
This adds the EULA to all the binary releases
Closes 8974
|
| |
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/8977
|
| | |
|
| |
|
|
|
|
|
|
| |
- Move ext\ unit tests to MSTest.
- MSBuildify ext projects with MSTest execution.
- Fork test support projects for MSTest:
- WixInternal.TestSupport
- WixInternal.Core.TestPackage
|
| |
|
|
| |
Implements https://github.com/wixtoolset/issues/issues/7622
|
| |
|
|
|
|
|
|
|
|
| |
to investigate Wix4Group / Wix6Group decompiler interactions).
Fix up Msmq Util dependency by bringing it into Build explicitly, as per
NetFx extension.
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
|
| |
|
|
|
|
|
|
| |
Decompiler not being broad enough in where it looks for indexes.
Carry forward both Group and Wix4Group just for good measure.
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
|
| |
|
|
|
|
|
| |
Needed fix up for Group decompiler to work correctly, adding to Index,
and fixing where the Group name column is located.
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
|
| |
|
|
|
|
|
|
| |
And updated decompiler to Wix4 table names etc in line with firewall CA.
Fixes wixtoolset/issues#8902
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
Lines in WixUI are too short for standard dialog widths. Increase them by
3 pixels.
Fixes wixtoolset/issues#2691
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
|
| |
|
|
|
|
|
|
|
| |
Microsoft documentation doesn't list Level 0 as being a valid group info
level to request for NetLocalGroupGetInfo. So we should only be requesting
Level 1 instead.
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
|
| | |
|
| |
|
|
| |
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
|
| |
|
|
|
|
| |
Since there's no reason to not have them identical where practical.
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
|
| | |
|