| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/8977
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/8976
|
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/8882
Fixes https://github.com/wixtoolset/issues/issues/8939
|
| |
|
|
|
|
|
|
|
| |
***Does not include a full conversion to traversal projects. The wix
segment already uses traversal projects extensively so there isn't a
significant per win, especially compared to the effort required...but
MSTest's method-level parallelism cuts test run time in half (~60->~30).
|
| |
|
|
|
|
|
|
|
|
| |
- 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>
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Plus, validation to ensure GUID generation does not drift again in the future.
Fixes 8663
|
|
|
|
| |
Fixes 8940
|
| |
|
| |
|
| |
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
| |
Fixups to a few test cases.
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
|
| |
|
|
|
|
| |
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
Local group membership Add/Remove working, however with
BUILTIN local system groups .NET doesn't appear to locate them as either
groups nor basic security Principals. Still needs work to fix the test
for nested groups. Ideally with some way to test for domain groups.
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
|
|
|
|
| |
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
|
| |
|
| |
|
|
|
|
| |
Fixes 8914
|
|
|
|
|
|
|
| |
Clean up the base working folder *after* the elevated engine is shutdown to
prevent the scheduling of PendingFileRenameOptions during clean up.
Fixes 8053
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Windows Sandbox.
This is potentially a Windows OS bug (it was from a Windows Insider build),
however shows that it's possible in the Firewall API to have multiple rules
which differ only in their Grouping.
So the testbench should consider different Grouping as making for a unique
firewall rule.
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
|
|
|
|
| |
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
|
|
|
|
|
|
| |
Fixes wixtoolset/issues#1520
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
|
| |
|
|
|
|
|
|
|
| |
Sequence and SetProperty elements
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/8913
|
| |
|
|
|
|
|
|
|
| |
The "bundle id" always had more in common with the PackageCode from the Windows
Installer. With the introduction of an actual Id attribute on the Bundle
element, there is potential for confusion, so there is finally real motivation
to rename "bundle id" to "bundle code".
|
|
|
|
| |
Completes 8584
|
|
|
|
| |
Fixes 8101
|
|
|
|
|
|
| |
Windows Installer uses LocalAppDataFolder\Programs as the replacement for
ProgramFilesFolder when installing per-user in a dual-mode package. Add a
standard directory in WiX to match it for use by default INSTALLFOLDER.
|
| |
|
|
|
|
| |
Fixes 8528
|
| |
|