aboutsummaryrefslogtreecommitdiff
path: root/src/api (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Process and return the failed version of reboot exit codes in Burn.Sean Hall2022-08-261-0/+2
* Fix building `ExePackage/@ExitCode` elements.Sean Hall2022-08-261-1/+1
* Allow customization of the .wixpdb output folderRob Mensching2022-08-251-2/+14
* Don't retry 1606 because are they ever transient?!Bob Arnson2022-08-171-1/+0
* Clean up error message when BA is missing.Bob Arnson2022-08-151-2/+2
* Improve command line error reporting and remove some unused errorsRob Mensching2022-08-152-198/+146
* Redesign command-line help to meet the needs of WiX v4Rob Mensching2022-08-158-34/+183
* Allow wixstdba special controls to have declarative text.Sean Hall2022-08-104-4/+4
* Preprocessor only fails if current document does not parseRob Mensching2022-08-101-0/+6
* Simplify and fix incremental/clean in build cmdsRob Mensching2022-08-081-3/+4
* Add intermediate folder and output path to all contextsRob Mensching2022-08-077-1/+62
* Add clean to api.cmd and minor clean-upRob Mensching2022-08-071-4/+30
* Implement cabinet spanningRob Mensching2022-08-051-6/+6
* Abstract file system to remove Core to Core.Native dependencyRob Mensching2022-08-051-0/+25
* Downgrade error to warning when search refs a reserved prefix variable.Sean Hall2022-08-023-4/+58
* Store list of persisted well-known variables in Burn.Sean Hall2022-08-022-24/+0
* Expose and use methods to parse attributes with Burn variable names.Sean Hall2022-07-214-1/+40
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-206-3/+90
* Support remote PayloadsRob Mensching2022-07-141-1/+1
* Remove RESX usage in WixToolset.DataRob Mensching2022-07-125-4274/+1
* Support bind variables in Package and Bundle versionsRob Mensching2022-07-102-7/+19
* Enable parsing invalid WixVersionsRob Mensching2022-07-072-29/+214
* Fix NCrunch projectsRob Mensching2022-07-072-6/+0
* Remove MsuPackage/@KB and Permanent attributesRob Mensching2022-06-291-9/+1
* Rename a few more cases where Product element should be PackageRob Mensching2022-06-291-8/+8
* Use dotnet test on C++/CLI test projects to get trx logs.Sean Hall2022-06-1613-10/+208
* Use WixAssert in more places.Sean Hall2022-06-151-1/+2
* Add ability for non-vital cache package action.Sean Hall2022-06-1411-14/+159
* Implement ArpEntry flavored ExePackage.Sean Hall2022-06-133-10/+90
* Update Burn algorithm for picking elevated temp path to use SystemTemp.Sean Hall2022-06-072-0/+4
* Keep track of when parts of verutil/WixVersions are missing.Sean Hall2022-05-175-17/+132
* Store the prefix character in VERUTIL_VERSION.Sean Hall2022-05-173-0/+9
* Move infinite loop detection into the hosts.Sean Hall2022-05-143-3/+33
* Update balutil and Bal.wixext to use more concise Exit* macros.Sean Hall2022-05-145-78/+41
* Add support for semver in bundles and dependenciesRob Mensching2022-05-103-12/+26
* Add WixVersion implementation to WixToolset.DataRob Mensching2022-05-103-0/+522
* Harvest BundlePackage payloads.Sean Hall2022-05-061-0/+16
* Only block shutdown during Apply.Sean Hall2022-05-0411-153/+0
* Add ability to disable file system redirection for File/DirectorySearchSean Hall2022-04-281-0/+17
* Add RepairCondition.Sean Hall2022-04-2313-5/+42
* Set each native library dependency version to the build version.Sean Hall2022-04-192-4/+4
* Add support for remote BundlePackagePayload.Sean Hall2022-04-131-1/+2
* Write EngineVersion, ProtocolVersion, and Win64 to the Burn manifest.Sean Hall2022-04-132-0/+16
* Change harvested symbols to ref the package payload for remote support.Sean Hall2022-04-136-20/+117
* Create Harvested*PackageSymbols.Sean Hall2022-04-134-0/+412
* Try to improve fields of bundle symbols.Sean Hall2022-04-1320-126/+709
* Only allow MsiPackage and MspPackage inside MSI transactions.Sean Hall2022-04-132-3/+27
* Detect related bundles for BundlePackages.Sean Hall2022-04-0117-96/+270
* Implement BundlePackage.Sean Hall2022-04-016-1/+170
* Implement IWindowsInstallerDecompileExtensionsRob Mensching2022-03-307-70/+313