aboutsummaryrefslogtreecommitdiff
path: root/src/engine/inc (unfollow)
Commit message (Collapse)AuthorFilesLines
6 hoursUpdate READMEs to include OSMFRob Mensching66-71/+1521
Fixes 7862 Fixes 8974
6 hoursUse "dev build" instead of "private build" to match documentationRob Mensching1-3/+3
Closes 9003
6 hoursClean RTF in OSMFEULA.RTFRob Mensching1-0/+0
26 hoursIssue 8993Christopher Painter1-1/+1
Fix Public Key for NetFx48Redist
31 hoursFix bad copyspaghetti in XSD.Bob Arnson1-1/+1
32 hoursSync IEngine.SetDownloadSource with native side.Bob Arnson7-8/+67
Fixes https://github.com/wixtoolset/issues/issues/9018
8 daysXSD changes to account for create Group modificationsBevan Weiss1-9/+43
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
8 daysRelatedBundle/@Id is deprecated.Bob Arnson1-1/+8
8 daysIis certstore more xsdBevan Weiss2-1/+12
Adds XSD for #597 And slight fix up for error message to capture new options --------- Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
10 daysAdd actions to BrowseDlg for WixUI_FeatureTree.Bob Arnson2-1/+6
Fixes https://github.com/wixtoolset/issues/issues/9009
2025-03-20Switch to MSTest built-in Test target.Bob Arnson20-38/+24
Prevents test run during VS build and shows failure details on console (no need to dig into TRX file).
2025-03-19Formalize official WiX build and update tags in nupkgsRob Mensching23-43/+75
2025-03-19Introduce the Open Source Maintenance Fee EULARob Mensching20-30/+375
This adds the EULA to all the binary releases Closes 8974
2025-03-19Harvesting no longer aborts if any exclusions reference missing foldersRob Mensching3-26/+66
Fixes 8989
2025-03-19Verify more detail of the harvesting warning messagesRob Mensching1-23/+32
2025-03-18add missing CustomTableSetting parameter in ConvertCommandPhilippNaused1-1/+1
2025-03-18Include the major version in the Package/@Id to install SxSRob Mensching1-1/+1
Addresses issue raised in 8992
2025-03-18LocUtil occasionally failed due to XmlInitializationRob Mensching3-60/+75
Split into separate classes to prevent potential parallelism race conditions.
2025-03-18Fix documentation links in XSDsRob Mensching2-12/+12
2025-03-18WiX v6 changes to the core schemaRob Mensching1-12/+42
2025-03-18WiX v6 changes to the UI extensionRob Mensching1-0/+8
2025-03-18Migrate XSDs from web projectRob Mensching18-0/+24625
This is the new home for the XSDs. Closer to the code to hopefully be kept better up to date as changes happen to the language.
2025-03-11Don't force x64 platform build.Bob Arnson1-1/+1
Fixes https://github.com/wixtoolset/issues/issues/8977
2025-03-10Set keypath when parsing naked File child elementsBob Arnson3-9/+6
Fixes https://github.com/wixtoolset/issues/issues/8976
2025-03-03Only referenced components get default feature.v6.0.0-rc.2Bob Arnson8-64/+43
Fixes https://github.com/wixtoolset/issues/issues/8882 Fixes https://github.com/wixtoolset/issues/issues/8939
2025-03-03Fix icon cannot show in tsakbar when using WixInternalUIBootstrapperApplicationueuuop85911-1/+1
2025-03-03Convert WixToolsetTest.Sdk to MSTest.***Bob Arnson10-136/+138
***Does not include a full conversion to traversal projects. The wix segment already uses traversal projects extensively so there isn't a significant per win, especially compared to the effort required...but MSTest's method-level parallelism cuts test run time in half (~60->~30).
2025-03-03Convert tools\ to MSTest and traversal projects.Bob Arnson10-86/+113
2025-03-03Convert ext\ to MSTest and traversal projects.Bob Arnson96-767/+3204
- Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage
2025-03-03Support non-SNI SSL certificates in Http extensionBob Arnson19-404/+672
Implements https://github.com/wixtoolset/issues/issues/7622
2025-03-03Skip Decompile roundtrip test for Msmq (it will require more timeBevan Weiss2-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>
2025-03-03Msmq decompile test revealed some latent issues with the Wix6GroupBevan Weiss1-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>
2025-03-03Add a basic unit test for the round msmq decompiler round trip.Bevan Weiss5-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>
2025-03-03Fix up missing 'Wix4' prefixes on MSMQ Permission tables.Bevan Weiss6-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>
2025-02-28From wixtoolset/wix3/pull/535Bevan Weiss25-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>
2025-02-28util: correct usage of NetLocalGroupGetInfo in GroupExecuteBevan Weiss1-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>
2025-02-13Target in-service .NET Framework versions.Bob Arnson1-1/+1
2025-02-12Update CI build to follow SomeVerv6.0.0-rc.1Rob Mensching1-21/+24
2025-02-12Skip `CanChangeCommentOfExistingNonDomainGroup` test due to CI failuresRob Mensching1-1/+1
2025-02-12Backward compatible GUID generationRob Mensching10-5/+357
Plus, validation to ensure GUID generation does not drift again in the future. Fixes 8663
2025-02-12Ensure user and group integration tests always clean up after themselves.Rob Mensching2-277/+383
Fixes 8940
2025-02-12Ignore IDL generated headerRob Mensching1-0/+1
2025-02-11Update README to include new dependency on ATLRob Mensching1-0/+1
2025-02-11Keep Group symbol fields and attributes unnestedRob Mensching4-74/+74
2025-02-11Fix ups for Domain Group creation / removal.Bevan Weiss7-12/+45
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
2025-02-11Re-align enumeration values to those for User account modifications.Bevan Weiss3-78/+78
Since there's no reason to not have them identical where practical. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
2025-02-11Group creation and update PR nits and feedback fixesRob Mensching5-26/+26
2025-02-11Add/Remove Group Membership rollback handled.Bevan Weiss17-134/+346
Fixups to a few test cases. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
2025-02-11Split into domain vs local CAsBevan Weiss5-12/+66
2025-02-11Additional languages addedBevan Weiss3-0/+12
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>