aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-25Integrate Symbol to TupleWithSection renameRob Mensching4-92/+91
2020-06-24Reference Media if DiskId is specified.Bob Arnson3-8/+8
2020-06-24Turn tests off in appveyor.yml since they're run in appveyor.cmdSean Hall1-0/+2
2020-06-23Move Windows Installer specific backend services to WindowsInstallerRob Mensching3-2/+18
2020-06-23Fix a couple simple mistakesRob Mensching2-2/+2
2020-06-23Remove obsolete inner text handlingRob Mensching12-409/+37
2020-06-23Move Component\Condition inner text to Condition attributeRob Mensching1-0/+3
2020-06-23Move Feature\Condition inner text to new Level elementRob Mensching1-0/+69
2020-06-23Move launch conditions to Launch elementRob Mensching1-0/+58
2020-06-23Move PermissionEx\Condition inner text to Condition attributeRob Mensching1-1/+4
2020-06-23Move Control\Condition inner text to appropriate Condition attributeRob Mensching1-0/+76
2020-06-23Move CustomAction script inner text to ScriptFile attributeRob Mensching3-48/+26
2020-06-23Moved more inner text to attributeRob Mensching3-137/+253
2020-06-23Introduce Message attribute to remove Error inner textRob Mensching2-5/+12
2020-06-23Introduce Value attribute on MultiString/MultiStringValue elementsRob Mensching5-70/+168
2020-06-22If no Media or MediaTemplate is present, default to a MediaTemplate.Bob Arnson27-37/+55
2020-06-22Add more tuples to ignore in GenerateManifestDataFromIRCommand.Sean Hall1-1/+9
2020-06-22Add BundleCustomDataRef element.Sean Hall3-9/+92
2020-06-19Restore Unreal to CustomTable.Sean Hall5-3/+49
2020-06-19Add more tuples to ignore in GenerateManifestDataFromIRCommand.Sean Hall2-0/+7
2020-06-19Implement BundleCustomData. Remove Unreal from CustomTable.Sean Hall9-379/+680
2020-06-19Update Example.Extension/ExampleWindowsInstallerBackendExtension.Sean Hall1-1/+1
2020-06-19Implement IBurnBackendHelper and TryAddTupleToDataManifest.Sean Hall8-153/+404
2020-06-17Remove unused reference to removed table.Bob Arnson1-1/+0
2020-06-17Change AssemblyNameReader to better match GetAsemblyIdentityFromFile()Rob Mensching1-1/+23
2020-06-16Update readme to better reflect purpose of this repositoryRob Mensching1-1/+1
2020-06-16Reorganize media assignment to correctly place facade order optimizationRob Mensching8-126/+208
2020-06-16Ensure cabinets are created in File.Sequence orderRob Mensching1-0/+1
2020-06-16Ensure unreal columns are not added to _Validation tableRob Mensching1-36/+34
2020-06-16Ignore WixBindUpdatedFilesRob Mensching1-0/+1
2020-06-15Update appveyor.cmd to not specify error code on early exit.Sean Hall1-6/+6
2020-06-13Implement simplified command and improved backend integrationRob Mensching8-94/+102
2020-06-13Remove use of remaining WixXxxRowsRob Mensching5-198/+159
2020-06-13Normalize commands to use constructorsRob Mensching3-52/+52
2020-06-13Move validate guids to a command and execute it earlierRob Mensching2-44/+68
2020-06-13Implement update control textRob Mensching3-45/+24
2020-06-12Remove obsolete global suppression fileRob Mensching1-24/+0
2020-06-12Fix custom table column values case in compiler and decompilerRob Mensching9-239/+429
2020-06-10 One shiny NuGet package, please and thank you.Bob Arnson1-1/+0
2020-06-10Do not create rows for internal-use-only tuplesRob Mensching1-1/+19
2020-06-10Remove dead codeRob Mensching2-1510/+0
2020-06-10Fix crossplat pathing and other small issues in extension cachingRob Mensching4-15/+11
2020-06-08Add forgotten ExtensionCache pack and publishRob Mensching1-0/+1
2020-06-08Add "extension" commandRob Mensching10-37/+753
2020-06-08Make commands async and internal processes cancelableRob Mensching13-45/+75
2020-06-08Integrate change to TryParseCommand and other code cleanupRob Mensching7-93/+50
2020-06-08Fix typo in class nameRob Mensching2-3/+3
2020-06-04Minor code cleanupRob Mensching4-37/+36
2020-06-04Drive merge process from tuples not rows and fix merge table suppressionRob Mensching3-98/+119
2020-06-04Correctly pass extension context when Id attribute is nullRob Mensching4-9/+9