Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A basic install / uninstall test for RemoveFoldersEx | Bevan Weiss | 2024-09-02 | 2 | -0/+28 |
| | | | | | | | | Contains no files etc to verify that Remove action can still occur without other elements bringing in the RemoveFiles Standard Action Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
* | Add basic test for Msmq install/uninstall. | Bevan Weiss | 2024-07-18 | 2 | -0/+30 |
| | | | | | | | | | Fix up lack of WIX CUSTOM_ACTION_DECORATION wrappers Add new RuntimeTest skipper for Server Features / Optional Features. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
* | Initialize WOW64 in TouchFile custom action | Rob Mensching | 2024-07-17 | 2 | -0/+14 |
| | | | | Fixes 8638 | ||||
* | Update tests to use TestVersion property instead of generic Version property | Rob Mensching | 2024-04-25 | 1 | -3/+3 |
| | | | | | | | The MSBuild Version property is well-known and can be set by standard processes. That can cause problem in the tests where the version is explicitly set to validate WiX behaviors. So, we've switched to using the TestVersion property that will be specific for our testing purposes. | ||||
* | Ensure elevated SFXCA uses Windows Installer cache and unelevated uses Temp ↵ | Rob Mensching | 2024-04-05 | 2 | -1/+43 |
| | | | | | | folder Fixes 8078 | ||||
* | Add a managed custom action E2E test | Rob Mensching | 2024-04-05 | 5 | -0/+99 |
| | |||||
* | Use the correct case for firewall attribute values | Rob Mensching | 2024-03-24 | 1 | -3/+3 |
| | |||||
* | Fix localization collation. | Bob Arnson | 2024-03-12 | 2 | -0/+27 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/8036. | ||||
* | Use camelCase attribute values. | Bob Arnson | 2024-02-27 | 2 | -5/+5 |
| | |||||
* | add firewall extension decompiler, make msi modifications work, add all ↵ | chris_bednarski | 2023-11-19 | 15 | -0/+296 |
| | | | | attributes | ||||
* | change firewall extension table name to Wix5FirewallException | chris_bednarski | 2023-11-19 | 4 | -0/+82 |
| | |||||
* | remove windows xp specific code from firewall extension | chris_bednarski | 2023-08-26 | 2 | -0/+48 |
| | |||||
* | use WcaGetRecordFormattedString to get firewall rule description | chris_bednarski | 2023-08-23 | 2 | -0/+63 |
| | |||||
* | add integration tests for the firewall extenstion | chris_bednarski | 2023-08-19 | 2 | -0/+36 |
| | |||||
* | Fix XmlConfig lookup logic. | Bob Arnson | 2023-04-27 | 3 | -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 Arnson | 2023-04-27 | 1 | -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 code | Rob Mensching | 2022-11-13 | 1 | -10/+2 |
| | |||||
* | Support add, modify and remove comments on user accounts | Ron Martin | 2022-10-21 | 13 | -5/+181 |
| | | | | Fixes 5371 | ||||
* | Port UtilExtension.UserTests from wix3. | Sean Hall | 2022-04-29 | 13 | -0/+268 |