aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing Shortcut/@Name and detect duplicate in GetMsiFilenameValue.Sean Hall2019-11-131-1/+1
* Ensure upgrade action properties are secure.Bob Arnson2019-11-081-0/+4
* Move creation of hidden properties...Bob Arnson2019-11-051-3/+12
* Update to WindowsInstallerData rename from DataRob Mensching2019-10-2617-85/+85
* Fix MsiAssembly table processingRob Mensching2019-10-262-2/+19
* Remove explicit intermediate file provided for testingRob Mensching2019-10-251-6/+0
* Update to WixOutput file structure to fix embedded file handlingRob Mensching2019-10-253-44/+75
* Fix custom tables, small fixes in linker and update latest DataRob Mensching2019-10-234-16/+352
* Better support all .NETs and remove unnecessary NuGet workaroundsRob Mensching2019-10-201-1/+1
* Small tuple based fixesRob Mensching2019-10-181-7/+43
* Several fixesRob Mensching2019-10-181-0/+4
* Fix reserve costRob Mensching2019-10-071-0/+4
* Write Font table correctlyRob Mensching2019-10-071-0/+8
* Fix Feature parentRob Mensching2019-10-071-0/+1
* Fix AppSearch related buildingRob Mensching2019-10-071-1/+5
* Implement Bundle buildRob Mensching2019-10-078-151/+41
* Fix Directory.DefaultDir handling when creating MSIRob Mensching2019-10-071-2/+2
* Fix relative action schedulingRob Mensching2019-10-071-127/+135
* Correctly lower _SummaryInformationRob Mensching2019-10-071-2/+6
* Shortcut ShowCmd is nullableRob Mensching2019-05-231-1/+1
* Update to latest Core.NativeRob Mensching2019-05-231-3/+1
* Integrate latest Data changes for FileTuple and AssemblyTupleRob Mensching2019-05-2314-126/+133
* Integrate short and source name changes to Directory and Shortcut tuplesRob Mensching2019-05-232-7/+38
* Adopt "Ref" as reference convention over "_"Rob Mensching2019-05-238-51/+49
* Correctly set nullable row columnsRob Mensching2019-05-231-1/+1
* Integrate latest changes to tuple definitionsRob Mensching2019-05-2321-193/+235
* Add Component/@Shared and fix UninstallWhenSupersededBob Arnson2019-05-141-2/+2
* IExtensionManager.Create renamed to IExtensionManager.GetServicesRob Mensching2019-05-122-4/+4
* Fix inscript CA bit handlingRob Mensching2019-05-121-3/+7
* Use new strongly typed tuplesRob Mensching2019-05-0835-1023/+1922
* Integrate interface-only WixToolset.Extensibility changeRob Mensching2019-03-018-21/+49
* Fix overridable actions being tagged as duplicates.Bob Arnson2019-01-161-1/+1
* Remove lingering uses of .resx from WixToolset.CoreRob Mensching2018-12-262-5/+5
* Add missing InstallInitialize in AdvtExecuteSequenceRob Mensching2018-12-261-1/+2
* Populate MsiAssemblyName tableRob Mensching2018-12-265-356/+303
* Clean and create export directory early.Bob Arnson2018-12-172-6/+6
* Correctly set paths for files extracted from .msms during decompilation.Bob Arnson2018-12-131-1/+1
* Optionally use IDecompileContext.CabinetExtractFolder to extract cabs.Bob Arnson2018-12-071-1/+1
* Let caller specify directory for files extracted by ExtractCabinetsCommand.Bob Arnson2018-12-072-9/+9
* Return object fields exported from unbinding in the decompile results.Bob Arnson2018-12-052-1/+13
* Extract files when using `IDecompileContext.TreatProductAsModule`.Bob Arnson2018-12-052-3/+6
* Explicitly mark bitness of entities that support 64-bit attribute.Bob Arnson2018-11-191-0/+13
* Update to DecompileResult move to XDocumentRob Mensching2018-11-031-5/+1
* Re-introduce "decompile" to backendRob Mensching2018-10-247-2849/+2787
* Update to fixed "binder" names in interfacesRob Mensching2018-10-246-9/+9
* Minor code clean up to match .editorconfigRob Mensching2018-10-244-243/+254
* Minor code cleanup/reorganizationRob Mensching2018-10-241-1/+1
* Extract interfaces for Preprocess/Compile/Link/Bind/etcRob Mensching2018-10-246-2/+22
* Track files to enable clean builds in MSBuildRob Mensching2018-08-119-62/+125
* Add CreateGuid() to IBackendHelper to make Uuid helper internalRob Mensching2018-08-012-4/+7