aboutsummaryrefslogtreecommitdiff
path: root/src/ext (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't force x64 platform build.HEADmainBob Arnson4 days1-1/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/8977
* Fix icon cannot show in tsakbar when using WixInternalUIBootstrapperApplicationueuuop859112 days1-1/+1
|
* Convert ext\ to MSTest and traversal projects.Bob Arnson12 days59-764/+597
| | | | | | | | - Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage
* Support non-SNI SSL certificates in Http extensionBob Arnson12 days19-404/+672
| | | | Implements https://github.com/wixtoolset/issues/issues/7622
* Skip Decompile roundtrip test for Msmq (it will require more timeBevan Weiss12 days2-10/+23
| | | | | | | | | | to investigate Wix4Group / Wix6Group decompiler interactions). Fix up Msmq Util dependency by bringing it into Build explicitly, as per NetFx extension. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Msmq decompile test revealed some latent issues with the Wix6GroupBevan Weiss12 days1-3/+9
| | | | | | | | Decompiler not being broad enough in where it looks for indexes. Carry forward both Group and Wix4Group just for good measure. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Add a basic unit test for the round msmq decompiler round trip.Bevan Weiss12 days5-22/+59
| | | | | | | Needed fix up for Group decompiler to work correctly, adding to Index, and fixing where the Group name column is located. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Fix up missing 'Wix4' prefixes on MSMQ Permission tables.Bevan Weiss12 days6-110/+236
| | | | | | | | And updated decompiler to Wix4 table names etc in line with firewall CA. Fixes wixtoolset/issues#8902 Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* From wixtoolset/wix3/pull/535Bevan Weiss2025-02-2825-42/+42
| | | | | | | | | | | Lines in WixUI are too short for standard dialog widths. Increase them by 3 pixels. Fixes wixtoolset/issues#2691 Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* util: correct usage of NetLocalGroupGetInfo in GroupExecuteBevan Weiss2025-02-281-8/+8
| | | | | | | | | Microsoft documentation doesn't list Level 0 as being a valid group info level to request for NetLocalGroupGetInfo. So we should only be requesting Level 1 instead. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Keep Group symbol fields and attributes unnestedRob Mensching2025-02-114-74/+74
|
* Fix ups for Domain Group creation / removal.Bevan Weiss2025-02-115-8/+39
| | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Re-align enumeration values to those for User account modifications.Bevan Weiss2025-02-113-78/+78
| | | | | | Since there's no reason to not have them identical where practical. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Group creation and update PR nits and feedback fixesRob Mensching2025-02-113-21/+20
|
* Add/Remove Group Membership rollback handled.Bevan Weiss2025-02-113-78/+211
| | | | | | Fixups to a few test cases. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Split into domain vs local CAsBevan Weiss2025-02-114-9/+64
|
* Additional languages addedBevan Weiss2025-02-113-0/+12
| | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Group Add/Remove working.Bevan Weiss2025-02-1116-265/+707
| | | | | | | | | | Local group membership Add/Remove working, however with BUILTIN local system groups .NET doesn't appear to locate them as either groups nor basic security Principals. Still needs work to fix the test for nested groups. Ideally with some way to test for domain groups. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* CreateGroups additionsBevan Weiss2025-02-1135-136/+1984
| | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* IIS Ext: Add support for more certificate storesBevan Weiss2025-02-114-1/+36
| | | | | | Fixes wixtoolset/issues#1520 Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Emit deprecation warning for Heat.Bob Arnson2025-01-231-1/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/8913
* Reference `Error` strings in Sql.Bob Arnson2025-01-212-1/+3
|
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-303-23/+23
| | | | | | | The "bundle id" always had more in common with the PackageCode from the Windows Installer. With the introduction of an actual Id attribute on the Bundle element, there is potential for confusion, so there is finally real motivation to rename "bundle id" to "bundle code".
* Drop CA path validation in WixUI by default.Bob Arnson2024-12-2612-96/+126
| | | | | | | | Add `WixUI/ExtendedPathValidation="yes"` to opt-in. Removed the WIXUI_DONTVALIDATEPATH runtime opt-out. Fixes https://github.com/wixtoolset/issues/issues/8718 Relies on https://github.com/wixtoolset/wix/pull/563
* Replace EULA printing custom action with MsiPrint.Bob Arnson2024-12-2614-608/+18
| | | | Fixes https://github.com/wixtoolset/issues/issues/8580
* Use ExePayloadRef for PrimaryPayloadId and SecondaryPayloadIdAndrij Abyzov2024-12-262-2/+54
| | | | Fixes 8673
* Fix up COM+ to be back in working order under Wix4+Bevan Weiss2024-12-2615-120/+203
| | | | | | | | | | | | | | | | | | | | | Table names updated for Wix4 prefix. Custom action names similarly updated. Table names Wix4ComPlusUserInApplicationRole, Wix4ComPlusGroupInApplicationRole and Wix4ComPlusApplicationRoleProperty had to be shortened to fit within MSI 31 character table name limit. Migrated from fixed GUID for RegistrationHelper to use CLSIDFromProgID in an attempt to fix behaviour under .NET 4+ DLLs. Added setting of Partition enable if a Partition is configured in authoring, new Windows config has Partitions disabled by default, and they don't work at all under Windows workstation (non-server) versions. Added a new Runtime condition for `RequireWindowsServer` which will skip execution of Runtime test on workstation/desktop OSes, since COM+ Partitions only work correctly under Windows Server. Quite a lot of basic typos fixed also. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Additional (automated) translations for Lithuanian, Russian and ChineseBevan Weiss2024-09-283-0/+3
| | | | | | (Simplified). Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Error message for 'logon as service' is not currently localised.Bevan Weiss2024-09-289-1/+15
| | | | | | | | Added translations in line with existing translations. I'm sure they'll suffice for now, Google translate makes sense of them anyway. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Update thumbprints and download links to target latest .NET packagesChaojie2024-09-284-11/+11
|
* Fix up small inaccuracy in logged error message.Bevan Weiss2024-09-021-1/+13
| | | | | | | | | | | | When ::GetFileAttributesW returns 0xFFFFFFFF it means 'Invalid File/Folder' So we should return a matching error message. To avoid confusing invalid paths with junctions (in error message) Unfortunately the constant for this is not defined. So just define it here as though it would be. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* A basic install / uninstall test for RemoveFoldersExBevan Weiss2024-09-021-1/+1
| | | | | | | | 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 Weiss2024-07-182-4/+6
| | | | | | | | | 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 actionRob Mensching2024-07-171-0/+38
| | | | Fixes 8638
* Fix faulty memory access in Util's User custom actionsRob Mensching2024-07-155-120/+95
| | | | | | | | Generally, clean up the handling of getting the domain from a server name by centralizing and simplifying it behind an improved GetDomainFromServerName() based on the buggy GetServerName(). Fixes 8576
* Fix missing WixToolset.Firewall.wixext versionRob Mensching2024-07-122-4/+0
| | | | Fixes 8624
* Added missing localization files from wix3Rami2024-07-041-0/+32
|
* Added missing localization files from wix3Rami2024-07-042-0/+64
|
* Add a IUIBA edge-case test and clean up a bit.Bob Arnson2024-06-104-7/+120
|
* Build native code with VC v143 toolset only.Bob Arnson2024-06-101-3/+3
| | | | | | v143 output is compatible back to VS2017 (at least). Fixes https://github.com/wixtoolset/issues/issues/8211.
* Add UTF-8, no-prefix, and Unicode characters.Bob Arnson2024-04-282-4/+6
|
* Update to wixext folder to v6Rob Mensching2024-04-251-1/+1
|
* Move to ReleaseFlow and SomeVerRob Mensching2024-04-251-2/+2
|
* NuGet package readmes (4/n)Bob Arnson2024-04-044-0/+25
| | | | See https://github.com/wixtoolset/issues/issues/7862.
* Fix the upper bound version in native nupkg referencesRob Mensching2024-04-021-2/+2
| | | | Fixes 8091
* Use the correct case for firewall attribute valuesRob Mensching2024-03-242-5/+11
|
* Don't follow junctions when recursing directories.Rob Mensching2024-03-221-2/+10
| | | | | | | | | | | | | | When deleting directories recursively, an elevated custom action following junctions in a user-writable location could recurse into any directory, including some that you might not want to be deleted. Therefore, avoid recursing into directories that are actually junctions (aka "reparse points"). This applies to: - The RemoveFoldersEx custom action (which doesn't actually do deletions but would instruct elevated MSI to delete on your behalf). - DTF's custom action runner.
* Simplify BootstrapperApplication header filesRob Mensching2024-03-219-47/+20
| | | | | Take this breaking change opportunity to simplify the header files used by BA devs.
* Fix Profile column definition.Bob Arnson2024-03-183-5/+6
| | | | | | It's a formatted field but was too short. Fixes https://github.com/wixtoolset/issues/issues/8043.
* Ensure virtual symbols are included when overridden but not referencedRob Mensching2024-03-081-6/+6
|