aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/WixTestTools/MSIExec.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix WcaErrorMessage `cArgs==-1` case.Bob Arnson2023-04-271-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.
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-081-1/+1
|
* Support add, modify and remove comments on user accountsRon Martin2022-10-211-1/+1
| | | | Fixes 5371
* 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 longPathAware to Burn manifest to support long paths.Sean Hall2022-06-271-4/+10
| | | | Fixes 3455
* Add UnsafeUninstall action.Sean Hall2022-02-221-0/+5
| | | | Fixes #6721
* Move Integration into testRob Mensching2021-05-051-0/+753