aboutsummaryrefslogtreecommitdiff
path: root/src/wix/WixToolset.Core/CompilerCore.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Better date/time checking/error message.HEADmainBob Arnson11 days1-0/+5
| | | | Fixes https://github.com/wixtoolset/issues/issues/9120
* Support loc strings for Directory/@ShortName.Bob Arnson2024-02-171-1/+3
| | | | Fixes https://github.com/wixtoolset/issues/issues/7935.
* Fix RegistrySymbol creation helper for non-string typesRob Mensching2022-12-221-2/+2
| | | | Fixes 7108
* Loc files were still using inner text, stop doing thatRob Mensching2022-10-311-0/+5
| | | | Fixes 6970
* Fix building `ExePackage/@ExitCode` elements.Sean Hall2022-08-261-0/+11
|
* Expose and use methods to parse attributes with Burn variable names.Sean Hall2022-07-211-12/+5
| | | | Fixes 6819
* Properly validate bundle variable namesRob Mensching2022-06-291-6/+11
| | | | Fixes 6743
* Add support for semver in bundles and dependenciesRob Mensching2022-05-101-21/+1
| | | | | | | Take advantage of WixVersion/verutil functionality to support wider range of version numbers were possible in the WiX Toolset Completes 4666
* Add support for remote BundlePackagePayload.Sean Hall2022-04-131-2/+3
|
* Change IParseHelper to not be an IBundleValidator.Sean Hall2022-03-161-3/+6
|
* Enhance bundle backend validation.Sean Hall2022-03-161-171/+2
|
* Add WixBundleCommandLineAction, don't set dynamic variables at startup.Sean Hall2022-03-161-0/+1
| | | | Fixes 6736
* Add NativeMachine to Burn and WIX_NATIVE_MACHINE to UtilExtensionEric StJohn2021-08-301-0/+1
|
* Move Core into wixRob Mensching2021-04-291-0/+1166