aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix prereq BA to not reload the bootstrapper if a restart is required.Sean Hall2021-06-171-4/+5
* Fix runtime parsing of ExePackage/@ExitCode for negative values.Sean Hall2021-06-131-1/+1
* Fix parsing large values for ChainPackage/@InstallSize.Sean Hall2021-06-133-3/+7
* Skip failing test.Bob Arnson2021-06-091-1/+1
* Fix building and perf for bundles with 1000s of package and BA payloadsSean Hall2021-06-0922-186/+315
* Show Burn splash screen earlier.Sean Hall2021-06-099-23/+155
* Update Burn command line parsing to handle unknown args separately.Sean Hall2021-06-093-142/+181
* Try to log Burn command line even if it was invalid.Sean Hall2021-06-096-36/+111
* Add a manual test bundle for testing BAFunctions and thmutil.Sean Hall2021-06-0429-0/+785
* Fix bug where theme window didn't enlarge client area for default DPI.Sean Hall2021-06-041-9/+33
* Fix loading BAFunctions.Sean Hall2021-06-043-23/+14
* Support multiple thmutil in same process.Sean Hall2021-06-041-15/+30
* Add thmutil Image element to allow specifying multiple resolutions.Sean Hall2021-06-042-25/+371
* Allow arbitrary strings for thmutil Font ids.Sean Hall2021-06-042-16/+39
* Require separate images for thmutil graphic Buttons and Progressbars.Sean Hall2021-06-042-187/+389
* Add THEME_IMAGE_REFERENCE to thmutil.Sean Hall2021-06-042-70/+293
* In thmutil when drawing images, use GDI+ and the actual dimensions.Sean Hall2021-06-047-97/+259
* Enforce schema restrictions for numeric and image thmutil attributes.Sean Hall2021-06-047-1633/+696
* Require children of thmutil Billboard elements to be BillboardPanel.Sean Hall2021-06-045-103/+180
* Remove bundle platform warning.Bob Arnson2021-06-033-15/+0
* Add some 64-bit Burn tests.Bob Arnson2021-06-0211-3/+88
* Make IgnoreRollbackError set HRESULT to S_OK.Sean Hall2021-05-191-2/+2
* Run the non-Tools tests in src\wix\test.Sean Hall2021-05-193-2/+12
* Try to make building Bal.wixext and IntegrationBurn faster.Sean Hall2021-05-196-43/+33
* Add InProgressDisplayName for bundles.Sean Hall2021-05-1928-170/+391
* Start WiX Toolset v4-preview.1Rob Mensching2021-05-171-1/+1
* WiX Toolset v4-preview.0v4.0.0-preview.0Rob Mensching2021-05-1714-18/+33
* Update package Cache attribute to new attribute valuesRob Mensching2021-05-1724-129/+311
* Enable enabling runtime testsRob Mensching2021-05-173-3/+7
* Remove unused codeRob Mensching2021-05-171-13/+0
* Fix batch file command-line parsingRob Mensching2021-05-1725-39/+25
* Fix StrAllocString assertions.Sean Hall2021-05-113-16/+22
* Add tests for WixBA.Sean Hall2021-05-1116-149/+202
* Move WixToolset.WixBA into test/burn and use new PackageReferences.Sean Hall2021-05-1121-2/+6
* Update WixBA to Mba.Core 4.0.58.Sean Hall2021-05-113-12/+58
* Update WixBA to Mba.Core 4.0.49.Sean Hall2021-05-112-3/+3
* Update WixBA to Mba.Core 4.0.44.Sean Hall2021-05-112-1/+19
* Update WixBA to Mba.Core 4.0.40.Sean Hall2021-05-113-6/+6
* Update WixBA to Mba.Core 4.0.35.Sean Hall2021-05-113-10/+10
* Update WixBA to Mba.Core 4.0.26.Sean Hall2021-05-114-76/+19
* Update WixBA to Mba.Core 4.0.13.Sean Hall2021-05-1110-15/+7
* Update WixBA to Mba.Core 4.0.9.Sean Hall2021-05-1111-7/+15
* WIXFEAT:3815 - use interfaces added in BootstrapperCore.Sean Hall2021-05-116-22/+32
* WIXFEAT:3815 - Create WixBAFactory to address changes in BootstrapperCore.Sean Hall2021-05-116-5/+26
* Integrate into latest v4 (2019/02/15).Sean Hall2021-05-1120-44/+179
* Import WixBA from old v4 repoSean Hall2021-05-1120-0/+2636
* Fix Net48Web hash.Sean Hall2021-05-111-1/+1
* Use balutil methods in Engine.cs to avoid size_t ugliness.Sean Hall2021-05-1111-201/+466
* Put back the rollback cache package functionality and fix its bugs.Sean Hall2021-05-1118-220/+189
* Cache packages that will be present for CACHE/INSTALL overall actions.Sean Hall2021-05-1115-31/+76