aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Redesign command-line help to meet the needs of WiX v4Rob Mensching2022-08-1538-363/+685
* Ensure command-line error prevents execution of commandRob Mensching2022-08-151-0/+6
* Normalize wix pdbs zip name to place $(Version) consistentlyRob Mensching2022-08-151-1/+1
* Remove unused WixToolset.Core.Burn reference to shrink ~10MBRob Mensching2022-08-152-2/+0
* Fix architectures when generating metadataRob Mensching2022-08-152-22/+2
* Fix some errors new to .NET SDK 6.0.400.Bob Arnson2022-08-142-7/+0
* Fix OnExecuteMsiMessage to return chosen result.Bob Arnson2022-08-141-5/+19
* Allow wixstdba special controls to have declarative text.Sean Hall2022-08-108-114/+141
* Use IFileOpenDialog instead of SHBrowseForFolder and GetOpenFileName.Sean Hall2022-08-105-70/+234
* Prevent crash when Bundle has SWID Tag but child MSI does notRob Mensching2022-08-103-6/+57
* Improve error messages for remote payloadsRob Mensching2022-08-104-5/+47
* Preprocessor only fails if current document does not parseRob Mensching2022-08-105-15/+41
* Skip logging errors in some places when they are due to missing files or regi...Sean Hall2022-08-0924-425/+438
* Simplify and fix incremental/clean in build cmdsRob Mensching2022-08-083-9/+12
* Generate metadata needed to populate update feedRob Mensching2022-08-0810-11/+224
* Remove unnecessary empty MediaTemplateRob Mensching2022-08-071-1/+0
* Add intermediate folder and output path to all contextsRob Mensching2022-08-0715-15/+115
* Add clean to api.cmd and minor clean-upRob Mensching2022-08-072-6/+32
* Use DefaultProjectTypeGuid in WiX SDKRob Mensching2022-08-062-1/+1
* Add InstallerPlatform as define constant for .wixprojsRob Mensching2022-08-061-0/+1
* Create setup segment and WixAdditionalTools bundleRob Mensching2022-08-0614-12/+184
* Improve exception messages and minor code clean upRob Mensching2022-08-063-7/+11
* Update Serbian locale name.Bob Arnson2022-08-061-0/+0
* Implement cabinet spanningRob Mensching2022-08-0521-439/+688
* Remove unused resetacls from wixnativeRob Mensching2022-08-054-62/+0
* Add TestData.CreateFile and dedupe TestSupport code from Core.Native testsRob Mensching2022-08-057-152/+36
* Very minor code cleanupRob Mensching2022-08-053-5/+2
* Abstract file system to remove Core to Core.Native dependencyRob Mensching2022-08-0519-93/+143
* Update to darice.cub v10.0.22621.0.Bob Arnson2022-08-054-3/+114
* Add ability to skip a local path candidate if it failed verification.Sean Hall2022-08-0314-30/+444
* Fix converting empty inner text.Sean Hall2022-08-039-4/+178
* Handle suppressed Options button.Bob Arnson2022-08-034-4/+7
* Make the clean room process replace the splash screen with its own.Sean Hall2022-08-033-2/+21
* Update expected message in CanLoadFDDx86EarliestCoreMBA.Sean Hall2022-08-031-1/+2
* Downgrade error to warning when search refs a reserved prefix variable.Sean Hall2022-08-0215-35/+333
* Store list of persisted well-known variables in Burn.Sean Hall2022-08-0230-133/+316
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-01124-777/+991
* Very minor clean up to global build scriptsRob Mensching2022-08-011-0/+1
* Workaround duplicate analyzers in .NET Core BAs.Sean Hall2022-08-011-0/+11
* Don't show FilesInUse dialogs if loc strings are missing.Sean Hall2022-07-254-75/+140
* Add dialog for non-RM FilesInUse and Netfx FilesInUse.Sean Hall2022-07-253-28/+246
* Use radio buttons in FilesInUse task dialog.Sean Hall2022-07-251-25/+30
* Add files-in-use task dialog.Bob Arnson2022-07-2510-24/+214
* Remove support for uninstalling MSU package.Sean Hall2022-07-215-99/+12
* Ignore WixFragment symbol in GenerateManifestDataFromIRCommand.Sean Hall2022-07-212-1/+2
* Expose and use methods to parse attributes with Burn variable names.Sean Hall2022-07-2115-48/+117
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-2092-151/+3352
* Improve DTF samples.Sean Hall2022-07-209-43/+100
* Rename "samples" segment to "tools"Rob Mensching2022-07-14104-34/+34
* Support remote PayloadsRob Mensching2022-07-1410-22/+164