aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-14Rename "samples" segment to "tools"Rob Mensching104-34/+34
2022-07-14Support remote PayloadsRob Mensching10-22/+164
2022-07-12Add tests to validate Variable name validationRob Mensching2-0/+96
2022-07-12Remove RESX usage in WixToolset.DataRob Mensching7-4276/+3
2022-07-10Support bind variables in Package and Bundle versionsRob Mensching22-72/+380
2022-07-10Search for WiX Extensions with `.wixext.dll`Rob Mensching1-1/+1
2022-07-10Build DTF E2E tests, not just restore themRob Mensching1-1/+1
2022-07-07Add retries to several file system operationsRob Mensching3-9/+106
2022-07-07Enable parsing invalid WixVersionsRob Mensching2-29/+214
2022-07-07Fix NCrunch projectsRob Mensching2-6/+0
2022-07-06Detect when Restore is required for a .wixproj to buildRob Mensching1-1/+23
2022-07-05Add missing Binary simple reference for UI.wixext dll.Sean Hall2-25/+125
2022-07-01Use bundle's default CacheId instead of hash in certificate CacheId.Sean Hall9-50/+188
2022-07-01Some test improvements.Sean Hall8-37/+114
2022-06-29Rename RemotePayloadFixture to BurnRemotePayloadFixture in CoreIntegrationRob Mensching1-1/+1
2022-06-29Rename CompilerErrors.IllegalName to CompilerErrors.IllegalTagNameRob Mensching2-3/+3
2022-06-29Properly validate bundle variable namesRob Mensching10-25/+122
2022-06-29Add test to verify variable syntax is allowed in ifdefsRob Mensching1-0/+159
2022-06-29Remove MsuPackage/@KB and Permanent attributesRob Mensching14-39/+130
2022-06-29Remote payloads using certificate verification cannot use hashRob Mensching21-95/+439
2022-06-29Add NCrunch project for WixToolset.Core.TestPackageRob Mensching2-7/+5
2022-06-29Set MsiPackage/@Visible='yes' when Permanent='yes'Rob Mensching3-1/+64
2022-06-29Enforce Windows Installer limitsRob Mensching5-0/+184
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
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
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