aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Absorb Dependency.wixext into CoreRob Mensching2021-02-272-0/+123
| | | | Partly resolves wixtoolset/issues#5949
* Absorb Tag.wixext into Core as SoftwareTag elementRob Mensching2021-02-274-2/+146
| | | | Resolves wixtoolset/issues#5949
* Complete implementation of extension handling for finalized symbolsRob Mensching2021-02-271-36/+32
|
* Integrate the latest Extensibility changesRob Mensching2021-02-271-1/+1
|
* Implement IBackendHelper passthru in Burn and WindowsInstaller helpersRob Mensching2021-02-272-1/+28
|
* Checkks all custom actions for cycles. Version 3. Fixes wixtoolset/issues#6201Ronald Martin2021-02-191-15/+63
|
* Replace Win64 attribute with Bitness attributeRob Mensching2021-02-111-6/+6
| | | | Closes wixtoolset/#4707
* Add patch test from old repo and get it passing.Sean Hall2021-01-271-1/+1
| | | | Fixes #6341.
* Fix collection modified during enumeration bug.Sean Hall2021-01-261-1/+1
|
* Implement improved file sequence optimizationRob Mensching2021-01-062-8/+86
| | | | | | | | | | First ensures files are grouped by DiskId. Then files are sequenced by target directory order to optimize MSI installation behavior. Finally, files are alphabetized in the directory. Additional optimizations could be considered in the future from here. Fixes wixtoolset/issues#4409 Fixes wixtoolset/issues#4708
* Fix handling of duplicate directoriesRob Mensching2021-01-051-8/+8
|
* Add CanExtractBundleWithDetachedContainer test.Nir Bar2020-12-212-1/+10
|
* Enable XML doc.Sean Hall2020-12-1816-41/+48
|
* Fix merge module decompilation timing.Bob Arnson2020-12-121-7/+8
|
* Decompiling null GUID should set `Guid=""` to match.Bob Arnson2020-12-081-1/+1
|
* Update GitVersioning.Sean Hall2020-11-021-1/+1
|
* A bit of cleanup on now-defunct Product element references.Bob Arnson2020-10-281-0/+1
|
* Reorganize Product/Package to Package/SummaryInformation.Bob Arnson2020-10-243-57/+72
|
* Add CreateFolders standard action...Bob Arnson2020-10-121-0/+1
| | | | ...when there are Component symbols to install.
* Add the decompiled package's platform to the DecompileResult.Bob Arnson2020-10-082-25/+44
|
* Remove 32-bit ARM support.Bob Arnson2020-09-192-12/+0
|
* Replace BinaryKey with BinaryRef and FileKey with FileRef.Bob Arnson2020-09-061-2/+2
|
* Fix typo.Bob Arnson2020-09-011-1/+1
|
* A couple of minor decompiler fixes.Bob Arnson2020-08-261-2/+2
|
* Fixed custom action null column decompilation.Bob Arnson2020-08-241-1/+1
|
* Update decompiler to use XDocument rather than generated classes.Bob Arnson2020-08-244-5085/+3401
| | | | | - Use CompareXml for diffing. - Change CustomAction/@ScriptFile to @ScriptSourceFile.
* Only target all frameworks in ReleaseSean Hall2020-08-171-1/+2
|
* Fix Control symbol dehydration to MSI output.Bob Arnson2020-07-261-3/+4
|
* Support implicit standard directory reference and "3264" platform foldersRob Mensching2020-07-215-26/+154
| | | | Completes wixtoolset/issues#5798 and wixtoolset/issues#5835
* Update dependencies.Sean Hall2020-07-141-1/+1
|
* Improve compiler performance by removing regex and other string fixesRob Mensching2020-07-081-5/+6
|
* Move short filename generation to the WindowsInstallerBackendRob Mensching2020-07-081-6/+137
|
* Default Publish/@Condition to "1" in the WI backendRob Mensching2020-07-011-0/+15
|
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-2532-1209/+1209
|
* Move Windows Installer specific backend services to WindowsInstallerRob Mensching2020-06-232-0/+78
|
* Move CustomAction script inner text to ScriptFile attributeRob Mensching2020-06-232-4/+9
|
* If no Media or MediaTemplate is present, default to a MediaTemplate.Bob Arnson2020-06-221-0/+12
|
* Restore Unreal to CustomTable.Sean Hall2020-06-192-3/+1
|
* Implement BundleCustomData. Remove Unreal from CustomTable.Sean Hall2020-06-192-2/+4
|
* Remove unused reference to removed table.Bob Arnson2020-06-171-1/+0
|
* Change AssemblyNameReader to better match GetAsemblyIdentityFromFile()Rob Mensching2020-06-171-1/+23
|
* Reorganize media assignment to correctly place facade order optimizationRob Mensching2020-06-166-124/+135
|
* Ensure cabinets are created in File.Sequence orderRob Mensching2020-06-161-0/+1
|
* Ensure unreal columns are not added to _Validation tableRob Mensching2020-06-161-36/+34
|
* Ignore WixBindUpdatedFilesRob Mensching2020-06-161-0/+1
|
* Implement simplified command and improved backend integrationRob Mensching2020-06-133-13/+18
|
* Remove use of remaining WixXxxRowsRob Mensching2020-06-135-198/+159
|
* Normalize commands to use constructorsRob Mensching2020-06-133-52/+52
|
* Move validate guids to a command and execute it earlierRob Mensching2020-06-132-44/+68
|
* Implement update control textRob Mensching2020-06-132-43/+22
|