aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correctly process build -outputType switchRob Mensching2023-09-056-10/+10
| | | | | | Also add a few additional output types to built-in backends. Fixes 7708
* Fix build failure when bundle has multiple RemoteBundle elementsNir Bar2023-06-032-0/+37
|
* Tame some wild pointers.Bob Arnson2023-06-031-1/+12
| | | | | | Maybe Rust wouldn't be so bad... Fixes https://github.com/wixtoolset/issues/issues/7451.
* Fix double-free bugs in thmutil.Sean Hall2023-02-192-0/+54
| | | | Fixes 7231
* Don't uninstall superseded MSI packages.Sean Hall2023-01-191-1/+0
| | | | 7147
* Add netfx:DotNetCoreSdkFeatureBandSearch.Sean Hall2023-01-184-21/+34
| | | | 7058
* Adding support for DotNetCoreSdkSearch and DotNetCoreSdkCompatibilityCheckStaffan Gustafsson2023-01-183-0/+52
|
* Small fixes found while updating XSDsRob Mensching2023-01-018-8/+8
|
* Don't fail on bad/missing update feed URL.Bob Arnson2022-12-152-1/+20
|
* wixstdba should not change the action if not showing full UI.Sean Hall2022-12-135-0/+63
| | | | | | wixstdba should not block downgrading if run from an upgrade related bundle. Fixes 7081
* Parallelize building test codeRob Mensching2022-11-131-10/+2
|
* Automate the test for GetRelatedBundleVariable.Sean Hall2022-11-1014-59/+66
|
* WIXFEAT-3704 - Allow access to persisted variables from related bundlesJacob Hoover2022-11-108-0/+345
|
* Add Netfx bundle extension and netfx:DotNetCoreSearch.Sean Hall2022-10-108-3/+170
| | | | | | Remove built-in .NET Core packages since they update too quickly. Fixes 6257
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-032-3/+3
| | | | Closes 6942
* Fix and reenable some skipped E2E Burn patching testsRob Mensching2022-09-231-8/+0
|
* Add more burn E2E tests.Sean Hall2022-09-156-2/+117
| | | | | | | | Fix bug where first splash screen wasn't closed. Fix bug where billboard only started the first time. Fix bug where the restart status was lost when the exit code was an error. Fix bug where the hash byte array length was compared to the hash string length (string is twice as long). Fix bug where Burn didn't give update hash if the first byte was 0.
* Support bundle updates in WixStdBA.Bob Arnson2022-09-121-0/+2
| | | | Fixes https://github.com/wixtoolset/issues/issues/6894.
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-095-5/+6
| | | | Implements 6858
* Add WixCanRestart and make wixstdba elevate for restart when required.Sean Hall2022-09-035-6/+92
| | | | Fixes 5499
* Use elevated engine to make the restart request when it is available.Sean Hall2022-09-034-33/+119
| | | | Fixes 6145
* Restrict panels to static controls.Bob Arnson2022-08-292-14/+42
| | | | Fixes https://github.com/wixtoolset/issues/issues/6635.
* Update old test code to latest SWID tag specRob Mensching2022-08-264-4/+12
| | | | Fixes 6675
* Port EnableFeatureSelection tests from v3 repo, add a new one, fix themSean Hall2022-08-2310-0/+153
| | | | Fixes 4616
* Handle downgrade failure detection during Detect.Bob Arnson2022-08-221-0/+15
| | | | Fixes https://github.com/wixtoolset/issues/issues/6537.
* Allow wixstdba special controls to have declarative text.Sean Hall2022-08-101-1/+1
| | | | Fixes 6855
* Add ability to skip a local path candidate if it failed verification.Sean Hall2022-08-032-0/+27
| | | | Fixes 6818
* Handle suppressed Options button.Bob Arnson2022-08-031-1/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/5624.
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-011-0/+1
| | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838
* Add files-in-use task dialog.Bob Arnson2022-07-252-0/+27
| | | | | | | | Remove ErrorFailNoActionReboot loc string, now that XP is dead (RIP). Clean up some extra stuff, because I'm all up in the code. Resolves https://github.com/wixtoolset/issues/issues/6545.
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-2032-1/+1114
| | | | Implements 6835
* Add longPathAware to Burn manifest to support long paths.Sean Hall2022-06-274-1/+43
| | | | Fixes 3455
* Allow BundlePackage to fallback to QuietUninstallString to uninstall.Sean Hall2022-06-143-0/+46
| | | | Partial implementation of 6756
* Add ability for non-vital cache package action.Sean Hall2022-06-145-0/+77
|
* Implement ArpEntry flavored ExePackage.Sean Hall2022-06-1310-1/+157
| | | | 6772
* Update Burn algorithm for picking elevated temp path to use SystemTemp.Sean Hall2022-06-072-0/+33
|
* Add option to hosts to always install prereqs.Sean Hall2022-05-1422-10/+557
| | | | | | Add PrereqPackage to BundlePackage Implements 4718
* Move infinite loop detection into the hosts.Sean Hall2022-05-141-0/+2
| | | | | | | Tell the BA during Destroy whether it will be reloaded, and let the BA decide then whether it's module should be unloaded. Show error when infinite prereq loop detected. Only clip the exit code if they're Win32 errors. Set related bundle type to none to avoid downgrades during preqba.
* Add support for semver in bundles and dependenciesRob Mensching2022-05-101-1/+1
| | | | | | | Take advantage of WixVersion/verutil functionality to support wider range of version numbers were possible in the WiX Toolset Completes 4666
* Only block shutdown during Apply.Sean Hall2022-05-044-2/+76
|
* Upgrade test BAs to net6.0 and use x64 bundles for ManagedHost tests.Sean Hall2022-04-197-25/+25
| | | | Fixes 6651
* Replace Dnc.Host with Dnc.HostGenerator to support linker trimming.Sean Hall2022-04-192-2/+2
|
* Set each native library dependency version to the build version.Sean Hall2022-04-191-2/+0
|
* Add option for BundlePackage to be hidden in ARP like MsiPackage.Sean Hall2022-04-051-0/+1
| | | | | | Requires support for this feature in the nested bundle. Simplest implementation of 4454
* Support v3 bundles in BundlePackage and "burn extract" command.Sean Hall2022-04-012-0/+32
|
* Detect related bundles for BundlePackages.Sean Hall2022-04-015-0/+48
|
* Implement BundlePackage.Sean Hall2022-04-012-0/+30
| | | | 3693
* Give BA process id and option to wait for cancelled process to exit.Sean Hall2022-03-192-0/+38
|
* Fix themes to account for UnsafeUninstall action.Sean Hall2022-03-161-6/+12
|
* Improve error reporting wrt ExePackage and MsuPackage attributesRob Mensching2022-03-011-1/+1
| | | | | | | | For example, DetectCondition is required when RepairArguments or UninstallArguments present and always recommended. Also, non-permanent ExePackages need UninstallArguments. The code was refactored to make it easier to reason over the different requirements for different package types.