aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-29Add test to verify variable syntax is allowed in ifdefsRob Mensching1-0/+159
Closes 5259
2022-06-29Remove MsuPackage/@KB and Permanent attributesRob Mensching14-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
2022-06-29Remote payloads using certificate verification cannot use hashRob Mensching21-95/+439
Fixes 6745
2022-06-29Add NCrunch project for WixToolset.Core.TestPackageRob Mensching2-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.
2022-06-29Set MsiPackage/@Visible='yes' when Permanent='yes'Rob Mensching3-1/+64
Fixes 6764
2022-06-29Enforce Windows Installer limitsRob Mensching5-0/+184
Fixes 702
2022-06-29Rename a few more cases where Product element should be PackageRob Mensching2-11/+11
2022-06-29Make Burn ignore unknown embedded messages.Sean Hall6-22/+58
2022-06-29Add embedded test.Sean Hall11-33/+248
2022-06-29Add AppWaitForSingleObject/MultipleObjects, ThreadWaitForCompletion.Sean Hall26-149/+380
2022-06-29Upgrade xunit.runner.visualstudio from V2.4.1 to V2.4.5 in native projsSean Hall3-3/+3
2022-06-29Fix E2E test exception.Ron Martin1-1/+1
Upgrade xunit.runner.visualstudio from V2.4.1 to V2.4.5.
2022-06-27Add IsWixTestSupportProject property to prevent test project detection.Sean Hall5-1/+13
2022-06-27Add longPathAware to Burn manifest to support long paths.Sean Hall41-392/+1890
Fixes 3455
2022-06-27Add LoadSystemApiSet.Sean Hall2-13/+87
2022-06-27Move LoadSystemLibrary and LoadSystemLibraryWithPath into apputil.Sean Hall7-105/+137
2022-06-27Burn can only log errors while logutil is initialized and not closed.Sean Hall2-43/+41
2022-06-27Require \r\n in ConsoleReadWSean Hall1-1/+1