aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Make Feature/@Absent and Feature/@AllowAdvertise consistentRob Mensching2020-07-012-0/+113
| | | | | | | | Conversion for wixtoolset/issues#5990
| * Make Publish/@Condition truly optionalRob Mensching2020-07-012-1/+56
| | | | | | | | There is a change to the Core to add the condition back
| * Convert Firewall/RemoteAddress inner text to Value attributeRob Mensching2020-07-012-1/+85
| |
| * Handle multiple Condition conversionsRob Mensching2020-06-272-9/+27
| |
| * Correctly detect wix4 for better conversionsRob Mensching2020-06-273-11/+69
| |
| * Add inner text conversions for Util.wixextRob Mensching2020-06-262-0/+87
| |
| * Ensure Include elements have correct namespaceRob Mensching2020-06-261-0/+67
| | | | | | | | Fixes wixtoolset/issues#5891
| * Skip v3 conversions when re-converting v4 codeRob Mensching2020-06-269-82/+107
| | | | | | | | | | Rename Wix3Converter to WixConverter as the class is used for all conversions.
| * The Great Tuple to Symbol File Rename (tm)Rob Mensching2020-06-252-0/+0
| |
| * The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-2511-313/+313
| |
| * Do *not* require XML declarationRob Mensching2020-06-2316-111/+58
| |
| * Remove explicit auto-GUIDsRob Mensching2020-06-237-7/+30
| |
| * Convert inner text to appropriate attributesRob Mensching2020-06-237-152/+886
| |
| * Replace the removed Gaming namespace with the missing Http namespace.Sean Hall2020-06-154-6/+7
| |
| * Consistently call IWixToolsetCoreServiceProvider a "coreProvider"Rob Mensching2020-06-131-3/+3
| |
| * Convert custom table Column Category and Modularize attributesRob Mensching2020-06-122-1/+103
| |
| * Extract common code to base class and use common mock messagingRob Mensching2020-06-123-74/+69
| |
| * Make convert code asyncRob Mensching2020-06-082-7/+11
| |
| * Migrate integration tests from Tools repoRob Mensching2020-06-0815-0/+843
| |
| * Expose converter as a command-line command for use by wix.exeRob Mensching2020-06-087-2/+378
| |
| * Handle util:PermissionEx/@InheritableSean Hall2020-05-231-1/+25
| |
| * Remove unused test data.Sean Hall2020-05-2310-527/+0
| |
| * Remove unused tuple references.Bob Arnson2020-05-081-4/+0
| |
| * Handle versioned extension ids.Bob Arnson2020-03-052-269/+311
| |
| * Don't mess with CDATA whitespace.Bob Arnson2019-12-112-3/+26
| |
| * When fixing namespaceless elements, fix the whole tree.Bob Arnson2019-11-042-1/+7
| |
| * Handle CustomTable/@BootstrapperApplicationData.Bob Arnson2019-11-012-265/+311
| |
| * Add namespace to <Include> elements.Bob Arnson2019-10-312-3/+34
| |
| * Update to latest DataRob Mensching2019-10-251-1/+1
| |
| * Better support all .NETsRob Mensching2019-10-203-2/+7
| |
| * Fix converter a bit moreRob Mensching2019-10-201-3/+5
| |
| * Create target-specific Tupleizer NuGet package.Bob Arnson2019-06-261-1/+2
| |
| * Fix keypath bug and overload resolution oddity.Bob Arnson2019-06-252-9/+9
| | | | | | | | | | | | | | - Ensure a component with directory keypath is accurately reflected in `ComponentTuple.KeyPathType`. - To ensure callers don't have to reference wix.dll, have separate static methods for converting a file or a live WiX v3 `Output` object.
| * Normalize RegLocator correctlyRob Mensching2019-06-241-0/+7
| |
| * Integrate latest Data changes for FileTuple and AssemblyTupleRob Mensching2019-05-232-63/+113
| |
| * Integrate latest changes to tuple definitionsRob Mensching2019-05-232-655/+1020
| |
| * Initial code commitRob Mensching2019-05-1524-0/+3015
| |
| * Add root configuration filesRob Mensching2019-05-157-0/+197
| |
| * Initialize repoRob Mensching2019-05-154-0/+373
|
* Merge CoreRob Mensching2021-05-11610-0/+80886
|\
| * Move Core into wixRob Mensching2021-04-29607-0/+98
| |
| * One shiny NuGet package, please and thank you.Sean Hall2021-04-291-0/+1
| |
| * Allow DownloadUrl on embedded payloads.Sean Hall2021-04-258-58/+110
| | | | | | | | #5253
| * Include LayoutOnly payloads in BootstrapperApplicationData.xml.Sean Hall2021-04-254-23/+91
| | | | | | | | #6399
| * Ignore Compressed attribute for payloads when authored into a containerSean Hall2021-04-254-2/+19
| | | | | | | | #6406
| * Block well known bundle ids in the compiler.Sean Hall2021-04-253-15/+38
| |
| * Perform more bundle validation during linking.Sean Hall2021-04-2524-115/+492
| | | | | | | | #5273, #6291, #6398
| * Assign authored payloads to authored containers during linking.Sean Hall2021-04-254-60/+120
| |
| * Add multiple attached containers error and empty container warning.Sean Hall2021-04-255-8/+41
| | | | | | | | #6144
| * Detect payload collisions.Sean Hall2021-04-2112-34/+281
| | | | | | | | #4574