index
:
wix
bob/EnsureTableStandardActions
bob/Fixes.240629
bob/HttpNonSniSslCerts
bob/MSTestTraversal
bob/MagicFilesinRootModules8860
bob/ScopeMessages
bob/WixUIOptInPathValidate_8718
bob/WixUIPrintEulaMsiPrint
bob/wixbug8674
bob/wixbug_8585
bob/wixbug_8689
bob/wixbug_8740
main
robmen/build-cleanup
robmen/package-id-bundle-code
robmen/peruser-installfolder
robmen/xsds
A mirror of https://github.com/wixtoolset/wix.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
burn
/
WixToolsetTest.BurnE2E
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite Prereq tests after hardening and bypassing .NET GUI errors
Rob Mensching
2025-02-11
1
-173
/
+39
*
Add trx logging for individual runtests.cmd.
Bob Arnson
2024-06-19
1
-1
/
+1
*
Report E_MOREDATA from Bal functions when string buffer too small
Rob Mensching
2024-04-04
1
-0
/
+17
*
Use WixBA in an upgrade.
Bob Arnson
2024-03-18
1
-2
/
+17
*
Better .nupkg names
Rob Mensching
2024-03-07
12
-13
/
+13
*
Move the BootstrapperApplication out of proc
Rob Mensching
2024-03-06
4
-15
/
+17
*
Allow MsiProperty/@Value to be an empty string.
Bob Arnson
2024-02-17
1
-1
/
+1
*
ArpEntry reads QuietUninstallString or UninstallString, and uses UninstallArg...
Nir Bar
2023-12-24
1
-0
/
+22
*
Improve logging to remove `(null)`.
Bob Arnson
2023-06-13
1
-0
/
+17
*
Fix build failure when bundle has multiple RemoteBundle elements
Nir Bar
2023-05-02
1
-0
/
+10
*
Catch a few left over references to v4
Rob Mensching
2023-04-18
1
-2
/
+2
*
Improve test coverage for recent Burn changes.
Sean Hall
2023-01-14
1
-1
/
+8
*
Register the InstallDate in Burn
Rob Mensching
2022-12-22
1
-0
/
+7
*
Don't fail on bad/missing update feed URL.
Bob Arnson
2022-12-15
1
-0
/
+21
*
wixstdba should not change the action if not showing full UI.
Sean Hall
2022-12-13
1
-0
/
+27
*
Automate the test for GetRelatedBundleVariable.
Sean Hall
2022-11-10
1
-0
/
+31
*
Separate WixInternal content from official WixToolset namespace
Rob Mensching
2022-11-08
7
-7
/
+7
*
Add queutil so Burn can manage its own queue of BA requested actions.
Sean Hall
2022-10-25
1
-1
/
+1
*
Make all test roll forward
Rob Mensching
2022-10-03
1
-1
/
+0
*
Standardize on .NET 6 as the minimum for .NET Core platform.
Rob Mensching
2022-10-03
1
-1
/
+1
*
Implement transform decompiling and use it in patch filter tests
Rob Mensching
2022-09-27
1
-1
/
+1
*
Fix and reenable some skipped E2E Burn patching tests
Rob Mensching
2022-09-23
1
-5
/
+5
*
Centralize test project configuration with IsWixTestProject
Rob Mensching
2022-09-23
1
-6
/
+1
*
Ignore cache bundle failure if it already exists in the package cache.
Sean Hall
2022-09-15
1
-2
/
+31
*
Add more burn E2E tests.
Sean Hall
2022-09-15
2
-0
/
+62
*
Move `Bundle/@CommandLineVariables` into Bal.wixext.
Sean Hall
2022-09-09
1
-3
/
+7
*
Update old test code to latest SWID tag spec
Rob Mensching
2022-08-26
1
-5
/
+8
*
Port EnableFeatureSelection tests from v3 repo, add a new one, fix them
Sean Hall
2022-08-23
1
-0
/
+124
*
Use a dedicated pipe for redirecting logging from the elevated process.
Sean Hall
2022-08-19
2
-1
/
+6
*
Add TestData.CreateFile and dedupe TestSupport code from Core.Native tests
Rob Mensching
2022-08-05
1
-1
/
+1
*
Add ability to skip a local path candidate if it failed verification.
Sean Hall
2022-08-03
2
-1
/
+145
*
Make the clean room process replace the splash screen with its own.
Sean Hall
2022-08-03
1
-1
/
+1
*
Add files-in-use task dialog.
Bob Arnson
2022-07-25
1
-0
/
+20
*
Add WixInternalUIBootstrapperApplication as a new built-in BA.
Sean Hall
2022-07-20
1
-0
/
+144
*
Add longPathAware to Burn manifest to support long paths.
Sean Hall
2022-06-27
2
-0
/
+309
*
Update some skipped tests to be dynamically skipped.
Sean Hall
2022-06-15
1
-6
/
+14
*
Allow BundlePackage to fallback to QuietUninstallString to uninstall.
Sean Hall
2022-06-14
1
-0
/
+112
*
Add ability for non-vital cache package action.
Sean Hall
2022-06-14
2
-12
/
+120
*
Implement ArpEntry flavored ExePackage.
Sean Hall
2022-06-13
6
-2
/
+135
*
Make PathGetSystemPath return an array of paths ordered by preference.
Sean Hall
2022-06-07
1
-0
/
+68
*
Add option to hosts to always install prereqs.
Sean Hall
2022-05-14
1
-4
/
+221
*
Move infinite loop detection into the hosts.
Sean Hall
2022-05-14
1
-2
/
+4
*
Add ability to skip tests at runtime, and skip long running cache tests
Sean Hall
2022-05-13
22
-158
/
+118
*
Add support for semver in bundles and dependencies
Rob Mensching
2022-05-10
1
-0
/
+19
*
Always reset the system component status when registering the bundle.
Sean Hall
2022-04-23
1
-2
/
+2
*
Make the estimated size in ARP a little more accurate.
Sean Hall
2022-04-23
5
-9
/
+44
*
Upgrade dnchost's nethost dependency to .NET 6.0.4.
Sean Hall
2022-04-20
1
-1
/
+5
*
Add option for BundlePackage to be hidden in ARP like MsiPackage.
Sean Hall
2022-04-05
1
-4
/
+46
*
Use Burn's parent switch with BundlePackages.
Sean Hall
2022-04-01
2
-0
/
+11
*
Support v3 bundles in BundlePackage and "burn extract" command.
Sean Hall
2022-04-01
1
-0
/
+12
[next]