aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/WixToolsetTest.BurnE2E/ExePackageTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support launching rundll32.exe as a safe executable if the dll it loads is ↵Nir Bar2025-06-181-7/+7
| | | | in a secure location
* Better .nupkg namesRob Mensching2024-03-071-1/+1
|
* ArpEntry reads QuietUninstallString or UninstallString, and uses ↵Nir Bar2023-12-241-0/+22
| | | | UninstallArguments for the uninstall command line
* Add more burn E2E tests.Sean Hall2022-09-151-0/+26
| | | | | | | | 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 ability for non-vital cache package action.Sean Hall2022-06-141-12/+105
|
* Implement ArpEntry flavored ExePackage.Sean Hall2022-06-131-0/+99
6772