aboutsummaryrefslogtreecommitdiff
path: root/src/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add direct reference to System.Configuration.ConfigurationManagerRob Mensching2022-08-161-0/+1
| | | | | | | | MSBuild seems to have introduced a breaking change which requires referencing a later System.Configuration.ConfigurationManager for netcoreapp heat working with MSBuild. Fixes 6868
* Update heat to use StandardDirectory elementRob Mensching2022-08-1615-3996/+4210
| | | | Fixes 6631
* Improve command line error reporting and remove some unused errorsRob Mensching2022-08-151-1/+1
| | | | Fixes 6468
* Redesign command-line help to meet the needs of WiX v4Rob Mensching2022-08-153-23/+22
|
* Remove unused WixToolset.Core.Burn reference to shrink ~10MBRob Mensching2022-08-152-2/+0
|
* Use IFileOpenDialog instead of SHBrowseForFolder and GetOpenFileName.Sean Hall2022-08-101-18/+9
| | | | It is the recommended option since Vista and has better long path support.
* Simplify and fix incremental/clean in build cmdsRob Mensching2022-08-081-3/+4
| | | | Refining this pattern before spreading more widely.
* Add clean to api.cmd and minor clean-upRob Mensching2022-08-071-2/+2
|
* Create setup segment and WixAdditionalTools bundleRob Mensching2022-08-063-40/+1
| | | | | | | | | | | | | The setup segment is scheduled after building the shipping WiX files to use and include the current build's tooling. The WixAdditionalTools bundle currently only contains the ThmViewer package but may include additional tools in the future. At this time, the primary purpose is to produce a shipping MSI and bundle from the WiX v4 build process and dogfood the rest of the tooling. Closes 4919
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-0197-7/+89019
| | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838
* Add files-in-use task dialog.Bob Arnson2022-07-251-1/+1
| | | | | | | | Remove ErrorFailNoActionReboot loc string, now that XP is dead (RIP). Clean up some extra stuff, because I'm all up in the code. Resolves https://github.com/wixtoolset/issues/issues/6545.
* Rename "samples" segment to "tools"Rob Mensching2022-07-14103-0/+9940
This segment is a bit of a "miscellaneous section" in the WiX repo. As such it has been difficult to name. I originally eschewed the name "tools" because what is in the "wix" segment was once called "tools". However, now that wix.exe is firmly established as the entry point for WiX operations, I've become comfortable with its segment being named "wix". That meant "tools" was again available and "tools" better describes the content of this section.