aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn (follow)
Commit message (Expand)AuthorAgeFilesLines
* Report E_MOREDATA from Bal functions when string buffer too smallRob Mensching2024-04-043-0/+53
* Simplify BootstrapperApplication header filesRob Mensching2024-03-214-8/+5
* Use WixBA in an upgrade.Bob Arnson2024-03-185-2/+79
* Fix localization collation.Bob Arnson2024-03-121-0/+6
* Move wixstdba functions to Bal.wixext buildRob Mensching2024-03-077-8/+12
* Better .nupkg namesRob Mensching2024-03-07155-294/+272
* Move the BootstrapperApplication out of procRob Mensching2024-03-0641-254/+269
* Allow MsiProperty/@Value to be an empty string.Bob Arnson2024-02-172-1/+2
* ArpEntry reads QuietUninstallString or UninstallString, and uses UninstallArg...Nir Bar2023-12-243-0/+59
* Make the minimum supported .NET Framework v4.6.2Rob Mensching2023-12-1913-17/+17
* Pretty up build outputRob Mensching2023-12-161-2/+2
* add firewall extension decompiler, make msi modifications work, add all attri...chris_bednarski2023-11-191-3/+5
* Correctly process build -outputType switchRob Mensching2023-09-056-10/+10
* remove windows xp specific code from firewall extensionchris_bednarski2023-08-261-1/+7
* use WcaGetRecordFormattedString to get firewall rule descriptionchris_bednarski2023-08-233-3/+12
* add integration tests for the firewall extenstionchris_bednarski2023-08-194-0/+646
* feat(build): update xunit to version 2.5.0, fix occasional test timeoutchris_bednarski2023-07-191-1/+1
* Improve logging to remove `(null)`.Bob Arnson2023-06-133-0/+63
* Obsolete removed PackageState.Cached valueRob Mensching2023-05-301-1/+1
* Fix build failure when bundle has multiple RemoteBundle elementsNir Bar2023-05-023-0/+47
* Clean up generated files left in source tree.Bob Arnson2023-05-022-0/+5
* Tame some wild pointers.Bob Arnson2023-05-011-1/+12
* Fix WcaErrorMessage `cArgs==-1` case.Bob Arnson2023-04-271-1/+1
* Catch a few left over references to v4Rob Mensching2023-04-181-2/+2
* Fix double-free bugs in thmutil.Sean Hall2023-02-192-0/+54
* Don't uninstall superseded MSI packages.Sean Hall2023-01-191-1/+0
* Add netfx:DotNetCoreSdkFeatureBandSearch.Sean Hall2023-01-184-21/+34
* Adding support for DotNetCoreSdkSearch and DotNetCoreSdkCompatibilityCheckStaffan Gustafsson2023-01-183-0/+52
* Improve test coverage for recent Burn changes.Sean Hall2023-01-141-1/+8
* Small fixes found while updating XSDsRob Mensching2023-01-018-8/+8
* Register the InstallDate in BurnRob Mensching2022-12-222-0/+11
* Don't fail on bad/missing update feed URL.Bob Arnson2022-12-153-1/+41
* wixstdba should not change the action if not showing full UI.Sean Hall2022-12-136-0/+90
* Parallelize building test codeRob Mensching2022-11-132-12/+4
* Automate the test for GetRelatedBundleVariable.Sean Hall2022-11-1015-59/+97
* WIXFEAT-3704 - Allow access to persisted variables from related bundlesJacob Hoover2022-11-108-0/+345
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-0813-13/+13
* Add queutil so Burn can manage its own queue of BA requested actions.Sean Hall2022-10-251-1/+1
* Support add, modify and remove comments on user accountsRon Martin2022-10-212-4/+39
* Add Netfx bundle extension and netfx:DotNetCoreSearch.Sean Hall2022-10-108-3/+170
* Run tests in bulk to improve performanceRob Mensching2022-10-041-1/+1
* Make all test roll forwardRob Mensching2022-10-031-1/+0
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-038-11/+11
* Implement transform decompiling and use it in patch filter testsRob Mensching2022-09-271-1/+1
* Fix and reenable some skipped E2E Burn patching testsRob Mensching2022-09-232-13/+5
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-231-6/+1
* Ignore cache bundle failure if it already exists in the package cache.Sean Hall2022-09-151-2/+31
* Add more burn E2E tests.Sean Hall2022-09-159-3/+186
* Support bundle updates in WixStdBA.Bob Arnson2022-09-122-1/+3
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-096-8/+13