| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `Files` file harvesting. | Bob Arnson | 2024-02-26 | 4 | -1/+91 |
* | Support naked files. | Bob Arnson | 2024-01-08 | 1 | -0/+5 |
* | Remove warning for `Wix` bundle variable prefix. | Bob Arnson | 2024-01-01 | 1 | -1/+1 |
* | Rename IWindowsInstallerDecompileContext... | Bob Arnson | 2023-12-31 | 1 | -1/+1 |
* | Add a warning that VBScript is deprecated. | Bob Arnson | 2023-12-30 | 1 | -0/+6 |
* | Add default major upgrade. | Bob Arnson | 2023-12-30 | 3 | -1/+28 |
* | Implement default-feature feature. | Bob Arnson | 2023-12-26 | 2 | -0/+19 |
* | ArpEntry reads QuietUninstallString or UninstallString, and uses UninstallArg... | Nir Bar | 2023-12-24 | 1 | -0/+17 |
* | Make the minimum supported .NET Framework v4.6.2 | Rob Mensching | 2023-12-19 | 2 | -4/+4 |
* | Improve error reporting of duplicate symbols | Rob Mensching | 2023-12-16 | 1 | -17/+0 |
* | Introducing the WiX Standard Library | Rob Mensching | 2023-12-16 | 6 | -48/+257 |
* | Initial support for virtual symbols. | Rob Mensching | 2023-12-16 | 4 | -149/+184 |
* | Link localizations from WixExtensions the same as sections | Rob Mensching | 2023-12-16 | 5 | -12/+78 |
* | Pretty up build output | Rob Mensching | 2023-12-16 | 1 | -1/+1 |
* | Build tweaks to support VS 17.8... | Bob Arnson | 2023-12-04 | 1 | -0/+1 |
* | Correctly handle top-level AppId element | Rob Mensching | 2023-11-07 | 1 | -1/+1 |
* | Avoid use of Encoding.WindowsCodePage | Rob Mensching | 2023-11-07 | 1 | -3/+3 |
* | Introduce a new phase in the build pipeline. | Bob Arnson | 2023-10-28 | 4 | -1/+110 |
* | Remove unused symbol `Version`. | Bob Arnson | 2023-09-12 | 1 | -2/+0 |
* | Correctly process build -outputType switch | Rob Mensching | 2023-09-05 | 1 | -0/+5 |
* | Fix the use of ModuleSubstitution table | Rob Mensching | 2023-08-07 | 1 | -1/+1 |
* | Fix out of date references to Product in warnings | Rob Mensching | 2023-07-19 | 1 | -12/+12 |
* | Ensure extensions get the same decompiler helper. | Bob Arnson | 2023-07-13 | 2 | -4/+6 |
* | Partial fix for the weirdly broken... | Bob Arnson | 2023-07-13 | 1 | -1/+2 |
* | Update WindowsInstallerStandard.cs ordered sequence | Jesper Hansen | 2023-06-13 | 1 | -147/+115 |
* | Downgrade bad ProductVersion error to warning. | Bob Arnson | 2023-05-31 | 2 | -6/+11 |
* | Obsolete removed PackageState.Cached value | Rob Mensching | 2023-05-30 | 1 | -5/+6 |
* | Fix build failure when bundle has multiple RemoteBundle elements | Nir Bar | 2023-05-02 | 1 | -1/+1 |
* | Remove obsolete Product OutputType | Rob Mensching | 2023-03-14 | 1 | -4/+0 |
* | Warn on mismatched output times and validate only Windows Installer databases | Rob Mensching | 2023-03-09 | 1 | -2/+2 |
* | WindowsVolume is not a standard directory | Rob Mensching | 2023-02-22 | 1 | -1/+0 |
* | Fix a couple of attributes mentioned in messages. | Bob Arnson | 2023-02-20 | 1 | -3/+3 |
* | Elevate known cab failures to messages. | Bob Arnson | 2023-02-10 | 1 | -2/+2 |
* | Fix ComponentGroupSymbol fields | Rob Mensching | 2023-02-09 | 1 | -6/+14 |
* | Some small SAL annotation fixups | Rob Mensching | 2023-02-09 | 2 | -11/+11 |
* | Warn when using `embedded` as the pdbType and fallback to `full` | Rob Mensching | 2023-01-19 | 1 | -0/+5 |
* | Finish the XML documentation in WixToolset.Mba.Core. | Sean Hall | 2023-01-19 | 14 | -624/+555 |
* | Add netfx:DotNetCoreSdkFeatureBandSearch. | Sean Hall | 2023-01-18 | 1 | -43/+0 |
* | Fix two kinds of typos. | Bob Arnson | 2023-01-18 | 1 | -1/+1 |
* | Fix RegistrySymbol creation helper for non-string types | Rob Mensching | 2022-12-22 | 1 | -2/+15 |
* | Use MSI transaction end result to detect whether reboot is needed | Nir Bar | 2022-12-12 | 8 | -82/+173 |
* | Fix modularization of columns | Rob Mensching | 2022-12-11 | 1 | -248/+248 |
* | Remove outdated error details about error 217 | Rob Mensching | 2022-11-21 | 1 | -2/+2 |
* | Improve file not found error message | Rob Mensching | 2022-11-21 | 1 | -6/+6 |
* | Expose bind variables from build command and via MSBuild WixVariables property | Rob Mensching | 2022-11-17 | 3 | -12/+22 |
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 4 | -4/+0 |
* | Add GetRelatedBundleVariable to managed IBootstrapperEngine. | Sean Hall | 2022-11-10 | 5 | -0/+47 |
* | WIXFEAT-3704 - Allow access to persisted variables from related bundles | Jacob Hoover | 2022-11-10 | 8 | -0/+178 |
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 10 | -15/+15 |
* | Ensure all published .nupkgs have an icon | Rob Mensching | 2022-11-08 | 4 | -4/+12 |