aboutsummaryrefslogtreecommitdiff
path: root/src/test/msi/TestData (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ensure elevated SFXCA uses Windows Installer cache and unelevated uses Temp ↵Rob Mensching2024-04-052-1/+43
| | | | | | folder Fixes 8078
* Add a managed custom action E2E testRob Mensching2024-04-055-0/+99
|
* Use the correct case for firewall attribute valuesRob Mensching2024-03-241-3/+3
|
* Fix localization collation.Bob Arnson2024-03-122-0/+27
| | | | Fixes https://github.com/wixtoolset/issues/issues/8036.
* Use camelCase attribute values.Bob Arnson2024-02-272-5/+5
|
* add firewall extension decompiler, make msi modifications work, add all ↵chris_bednarski2023-11-1915-0/+296
| | | | attributes
* change firewall extension table name to Wix5FirewallExceptionchris_bednarski2023-11-194-0/+82
|
* remove windows xp specific code from firewall extensionchris_bednarski2023-08-262-0/+48
|
* use WcaGetRecordFormattedString to get firewall rule descriptionchris_bednarski2023-08-232-0/+63
|
* add integration tests for the firewall extenstionchris_bednarski2023-08-192-0/+36
|
* Fix XmlConfig lookup logic.Bob Arnson2023-04-273-0/+44
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7377. Requires fix for https://github.com/wixtoolset/issues/issues/7444.
* Fix WcaErrorMessage `cArgs==-1` case.Bob Arnson2023-04-271-0/+2
| | | | | | | | | | - 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.
* Parallelize building test codeRob Mensching2022-11-131-10/+2
|
* Support add, modify and remove comments on user accountsRon Martin2022-10-2113-5/+181
| | | | Fixes 5371
* Port UtilExtension.UserTests from wix3.Sean Hall2022-04-2913-0/+268