aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-13Fix parsing large values for ChainPackage/@InstallSize.Sean Hall3-3/+7
2021-06-09Skip failing test.Bob Arnson1-1/+1
2021-06-09Fix building and perf for bundles with 1000s of package and BA payloadsSean Hall23-186/+317
2021-06-09Show Burn splash screen earlier.Sean Hall9-23/+155
2021-06-09Update Burn command line parsing to handle unknown args separately.Sean Hall3-142/+181
2021-06-09Try to log Burn command line even if it was invalid.Sean Hall6-36/+111
2021-06-04Add a manual test bundle for testing BAFunctions and thmutil.Sean Hall29-0/+785
2021-06-04Fix bug where theme window didn't enlarge client area for default DPI.Sean Hall1-9/+33
2021-06-04Fix loading BAFunctions.Sean Hall3-23/+14
2021-06-04Support multiple thmutil in same process.Sean Hall1-15/+30
2021-06-04Add thmutil Image element to allow specifying multiple resolutions.Sean Hall2-25/+371
2021-06-04Allow arbitrary strings for thmutil Font ids.Sean Hall2-16/+39
2021-06-04Require separate images for thmutil graphic Buttons and Progressbars.Sean Hall2-187/+389
2021-06-04Add THEME_IMAGE_REFERENCE to thmutil.Sean Hall2-70/+293
2021-06-04In thmutil when drawing images, use GDI+ and the actual dimensions.Sean Hall7-97/+259
2021-06-04Enforce schema restrictions for numeric and image thmutil attributes.Sean Hall7-1633/+696
2021-06-04Require children of thmutil Billboard elements to be BillboardPanel.Sean Hall5-103/+180
2021-06-03Remove bundle platform warning.Bob Arnson3-15/+0
2021-06-02Add some 64-bit Burn tests.Bob Arnson11-3/+88
2021-05-19Make IgnoreRollbackError set HRESULT to S_OK.Sean Hall1-2/+2
2021-05-19Run the non-Tools tests in src\wix\test.Sean Hall3-2/+12
2021-05-19Try to make building Bal.wixext and IntegrationBurn faster.Sean Hall6-43/+33
2021-05-19Add InProgressDisplayName for bundles.Sean Hall28-170/+391
2021-05-17Start WiX Toolset v4-preview.1Rob Mensching2-5/+5
2021-05-17WiX Toolset v4-preview.0v4.0.0-preview.0Rob Mensching15-19/+38
2021-05-17Update package Cache attribute to new attribute valuesRob Mensching24-129/+311
2021-05-17Sign and execute runtime tests only on masterRob Mensching1-4/+12
2021-05-17Enable enabling runtime testsRob Mensching3-3/+7
2021-05-17Remove unused codeRob Mensching1-13/+0
2021-05-17Fix batch file command-line parsingRob Mensching25-39/+25
2021-05-11Fix StrAllocString assertions.Sean Hall3-16/+22
2021-05-11Add tests for WixBA.Sean Hall16-149/+202
2021-05-11Move WixToolset.WixBA into test/burn and use new PackageReferences.Sean Hall21-2/+6
2021-05-11Update WixBA to Mba.Core 4.0.58.Sean Hall3-12/+58
2021-05-11Update WixBA to Mba.Core 4.0.49.Sean Hall2-3/+3
2021-05-11Update WixBA to Mba.Core 4.0.44.Sean Hall2-1/+19
2021-05-11Update WixBA to Mba.Core 4.0.40.Sean Hall3-6/+6
2021-05-11Update WixBA to Mba.Core 4.0.35.Sean Hall3-10/+10
2021-05-11Update WixBA to Mba.Core 4.0.26.Sean Hall4-76/+19
2021-05-11Update WixBA to Mba.Core 4.0.13.Sean Hall10-15/+7
2021-05-11Update WixBA to Mba.Core 4.0.9.Sean Hall11-7/+15
2021-05-11WIXFEAT:3815 - use interfaces added in BootstrapperCore.Sean Hall6-22/+32
2021-05-11WIXFEAT:3815 - Create WixBAFactory to address changes in BootstrapperCore.Sean Hall6-5/+26
2021-05-11Integrate into latest v4 (2019/02/15).Sean Hall20-44/+179
2021-05-11Import WixBA from old v4 repoSean Hall20-0/+2636
2021-05-11Fix Net48Web hash.Sean Hall1-1/+1
2021-05-11Use balutil methods in Engine.cs to avoid size_t ugliness.Sean Hall11-201/+466
2021-05-11Put back the rollback cache package functionality and fix its bugs.Sean Hall18-220/+189
2021-05-11Cache packages that will be present for CACHE/INSTALL overall actions.Sean Hall15-31/+76
2021-05-11Bring back Burn's implementation of signature verification.Sean Hall6-3/+164