aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/WixTestTools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix WcaErrorMessage `cArgs==-1` case.Bob Arnson2023-06-031-1/+1
| | | | | | | | | | - Count args before creating message record. - Document terminating NULL requirement. - Add terminating NULL in MessageExit* macros. - Enhance tests for problems encountered fixing this nightmare. Fixes https://github.com/wixtoolset/issues/issues/7422. Fixes https://github.com/wixtoolset/issues/issues/7444.
* Register the InstallDate in BurnRob Mensching2022-12-221-0/+4
| | | | Closes 7068
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-086-6/+6
|
* Support add, modify and remove comments on user accountsRon Martin2022-10-212-4/+39
| | | | Fixes 5371
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-031-1/+1
| | | | Closes 6942
* Add more burn E2E tests.Sean Hall2022-09-151-1/+7
| | | | | | | | 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.
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-201-4/+14
| | | | Implements 6835
* Add IsWixTestSupportProject property to prevent test project detection.Sean Hall2022-06-271-0/+1
|
* Add longPathAware to Burn manifest to support long paths.Sean Hall2022-06-273-6/+14
| | | | Fixes 3455
* Update some skipped tests to be dynamically skipped.Sean Hall2022-06-152-4/+16
|
* Allow BundlePackage to fallback to QuietUninstallString to uninstall.Sean Hall2022-06-141-2/+9
| | | | Partial implementation of 6756
* Implement ArpEntry flavored ExePackage.Sean Hall2022-06-135-104/+250
| | | | 6772
* Make PathGetSystemPath return an array of paths ordered by preference.Sean Hall2022-06-071-2/+10
|
* Fix StyleCop complaints.Ron Martin2022-06-031-14/+22
|
* Add option to hosts to always install prereqs.Sean Hall2022-05-141-0/+14
| | | | | | Add PrereqPackage to BundlePackage Implements 4718
* Add ability to skip tests at runtime, and skip long running cache testsSean Hall2022-05-132-0/+61
| | | | 6665
* Port UtilExtension.UserTests from wix3.Sean Hall2022-04-292-0/+350
|
* Make the estimated size in ARP a little more accurate.Sean Hall2022-04-231-2/+2
| | | | Fixes 4039
* Try to improve fields of bundle symbols.Sean Hall2022-04-131-3/+3
|
* Add option for BundlePackage to be hidden in ARP like MsiPackage.Sean Hall2022-04-052-1/+6
| | | | | | Requires support for this feature in the nested bundle. Simplest implementation of 4454
* Update PackageVerifier to calculate installed path of file.Sean Hall2022-04-011-10/+33
| | | | Fixes 6676
* Add UnsafeUninstall action.Sean Hall2022-02-222-0/+35
| | | | Fixes #6721
* Add failing dependency E2E tests.Sean Hall2022-01-211-0/+17
|
* Remove orphan compatible MSI packages.Sean Hall2022-01-161-2/+2
| | | | Reimplements #3190
* Try to get more helpful test failure messages.Sean Hall2022-01-012-2/+3
|
* Implement integrated build processRob Mensching2021-05-111-6/+6
|
* Move Integration into testRob Mensching2021-05-0512-0/+2132