| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Naked files generated their ids using the attributes that are common to
both naked and clothed files. But naked files also support @Subdirectory
to magic up a subdirectory in a specified directory (@Directory) or the
default INSTALLFOLDER. That subdirectory needs to factor in to the
generated file id (which is then used as the component id too).
Without it, generated ids for files with the same name but from
different @Subdirectory values would be duplicated. (Authored file ids
must also continue to be supported.)
Naked files now generate different file and component ids. :(
Fixes https://github.com/wixtoolset/issues/issues/8674
|
|
|
|
|
| |
Also, standardize .NET Core TFMs listed before .NET Framework TFMs for no
reason but to be consistent
|
|
|
|
|
|
|
|
| |
Magic files (naked `File`s and `Files`) that are direct children of a
`Module` need complex references from the generated component to that
module, to ensure that they're wired up correctly as module components.
Fixes https://github.com/wixtoolset/issues/issues/8860
|
|
|
|
|
|
| |
...harvesting files (as documented).
- Fixes https://github.com/wixtoolset/issues/issues/8585
|
| |
|
|
|
|
| |
- Fixes https://github.com/wixtoolset/issues/issues/8689
|
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/8632
Fixes https://github.com/wixtoolset/issues/issues/8199
|
|
|
|
|
|
| |
Also don't fail-fast when directory doesn't exist.
Fixes https://github.com/wixtoolset/issues/issues/8740.
|
|
|
|
|
|
|
|
| |
Add `WixUI/ExtendedPathValidation="yes"` to opt-in.
Removed the WIXUI_DONTVALIDATEPATH runtime opt-out.
Fixes https://github.com/wixtoolset/issues/issues/8718
Relies on https://github.com/wixtoolset/wix/pull/563
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/8580
|
|
|
|
| |
Fixes 8769
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/8125
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/8558
|
| |
|
|
|
|
| |
Fixes 8713
|
|
|
|
| |
Fixes 8673
|
|
|
|
| |
Fixes: wixtoolset/issues#8803
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Table names updated for Wix4 prefix.
Custom action names similarly updated.
Table names Wix4ComPlusUserInApplicationRole,
Wix4ComPlusGroupInApplicationRole and Wix4ComPlusApplicationRoleProperty
had to be shortened to fit within MSI 31 character table name limit.
Migrated from fixed GUID for RegistrationHelper to use CLSIDFromProgID in
an attempt to fix behaviour under .NET 4+ DLLs.
Added setting of Partition enable if a Partition is configured in authoring,
new Windows config has Partitions disabled by default, and they don't work
at all under Windows workstation (non-server) versions.
Added a new Runtime condition for `RequireWindowsServer` which will skip
execution of Runtime test on workstation/desktop OSes, since COM+ Partitions
only work correctly under Windows Server.
Quite a lot of basic typos fixed also.
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
|