Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-01-22 | Fix crash when CloseApplications_X64 closes Electron app | Andrzej Wojtas | 1 | -1/+1 | |
2024-01-20 | Fixes wixtoolset/issues#5220: Automatically add logging flag for any burn ↵ | Nir Bar | 6 | -1/+102 | |
ExePackage, BundlePackage, and related bundles | |||||
2024-01-19 | Clean up TouchFile. | Bob Arnson | 2 | -6/+6 | |
2024-01-11 | Correctly prefix the functions exposed from burnpipe.h | Rob Mensching | 10 | -115/+115 | |
2024-01-11 | Update Burn to use pipeutil for low-level pipe operations | Rob Mensching | 8 | -328/+86 | |
2024-01-11 | Add pipeutil to dutil | Rob Mensching | 12 | -7/+570 | |
Plus a couple small clean-ups in a couple of dutil files. | |||||
2024-01-11 | Rename inter-Burn communication related pipe file | Rob Mensching | 5 | -4/+4 | |
When BootstrapperApplications move out of proc there will be another set of pipes in Burn that behave differently from the inter-Burn communication pipes that exist now. So renaming the existing pipe related files now to better reflect that it is related to Burn talking to Burn when elevated or embedded. | |||||
2024-01-08 | Support naked files. | Bob Arnson | 27 | -120/+751 | |
Implements https://github.com/wixtoolset/issues/issues/7696. `File` elements can appear where `Component` elements do in WiX v4. The compiler generates an appropriate per-file component. Naked files under `Directory`, `DirectoryRef`, `Fragment`, `StandardDirectory`, or `Package` elements are included in a package via the [default-feature feature](https://github.com/wixtoolset/issues/issues/7581). Naked files appearing under `ComponentGroup`, `Feature`, `FeatureRef`, and `FeatureGroup` generate the component and the reference to the parent element. Components and naked Files default to being installed to INSTALLFOLDER (including a default INSTALLFOLDER if one isn't otherwise authored). | |||||
2024-01-01 | Remove warning for `Wix` bundle variable prefix. | Bob Arnson | 8 | -97/+50 | |
It's a bit overzealous. Fixes https://github.com/wixtoolset/issues/issues/7579. | |||||
2023-12-31 | Use `/DEPENDENTLOADFLAG` to tell the loader... | Bob Arnson | 1 | -0/+1 | |
...to load DLLs from System32 only. (Belt and suspenders to current approaches.) See https://devblogs.microsoft.com/oldnewthing/20230328-00/?p=107978. Fixes https://github.com/wixtoolset/issues/issues/7319. | |||||
2023-12-31 | Remove bundle container signing support. | Bob Arnson | 2 | -29/+2 | |
It was never implemented and ass-u-mes containers are cabs, which hopefully won't be the case forever. Fixes https://github.com/wixtoolset/issues/issues/7490. | |||||
2023-12-31 | Rename IWindowsInstallerDecompileContext... | Bob Arnson | 6 | -19/+11 | |
...TreatProductAsModule to KeepModularizationIds to better describe what it does. Fixes https://github.com/wixtoolset/issues/issues/7607. | |||||
2023-12-30 | Add a warning that VBScript is deprecated. | Bob Arnson | 4 | -0/+66 | |
2023-12-30 | Add default major upgrade. | Bob Arnson | 9 | -5/+164 | |
Add Package/@UpgradeStrategy to allow `none` to suppress major upgrade. Implements https://github.com/wixtoolset/issues/issues/7605. Requires https://github.com/wixtoolset/wix/pull/435. | |||||
2023-12-30 | Provide a default INSTALLFOLDER. | Bob Arnson | 6 | -40/+157 | |
If INSTALLFOLDER is referenced and not defined, define one with reasonable default values. Implements WIP https://github.com/wixtoolset/issues/issues/7588. | |||||
2023-12-26 | Implement default-feature feature. | Bob Arnson | 9 | -8/+250 | |
Use the WiX stdlib. See WIP at wixtoolset/issues#7581. | |||||
2023-12-24 | ArpEntry reads QuietUninstallString or UninstallString, and uses ↵ | Nir Bar | 8 | -29/+135 | |
UninstallArguments for the uninstall command line | |||||
2023-12-19 | Make the minimum supported .NET Framework v4.6.2 | Rob Mensching | 39 | -58/+57 | |
2023-12-18 | Update Build Requirements | Christopher Painter | 1 | -2/+6 | |
Issue 7388 Update README.md Add .NET 6.0 to list of components | |||||
2023-12-16 | Enhance error message. | Bob Arnson | 1 | -1/+1 | |
2023-12-16 | Improve error reporting of duplicate symbols | Rob Mensching | 12 | -78/+251 | |
Virtual symbols provide more interesting ways to have (and avoid) conflicts. Adding additional messages and cleaning up the existing messages should help users know what options they have to address conflicts. This also puts all the conflict resolution in ReportConflictingSymbolsCommand instead of spreading it across reference resolution as well. | |||||
2023-12-16 | Introducing the WiX Standard Library | Rob Mensching | 18 | -267/+292 | |
Completes 7914 | |||||
2023-12-16 | Initial support for virtual symbols. | Rob Mensching | 27 | -200/+621 | |
Completes 7913 | |||||
2023-12-16 | Link localizations from WixExtensions the same as sections | Rob Mensching | 41 | -121/+237 | |
2023-12-16 | Pretty up build output | Rob Mensching | 24 | -51/+51 | |
2023-12-16 | Fix build script to correctly reference wix5 | Rob Mensching | 1 | -1/+1 | |
2023-12-16 | Update to xunit 2.5.1 | Rob Mensching | 4 | -20/+20 | |
2023-12-12 | Resolve issues with inner text | cpuwzd | 2 | -98/+625 | |
Fixes wixtoolset/issues#7739 | |||||
2023-12-04 | Build tweaks to support VS 17.8... | Bob Arnson | 6 | -4/+19 | |
...because SemVer is just a suggestion. - Also fix missing NuGet cleanup. - And update NuGet^2 packages because v6.3.1 has vulnerabilities. | |||||
2023-11-19 | Remove the deprecated DifxApp WiX extension. | Bob Arnson | 27 | -703/+0 | |
Per https://wixtoolset.org/docs/releasenotes/#deprecations-and-deletions. | |||||
2023-11-19 | Clean up. | Bob Arnson | 2 | -7/+1 | |
2023-11-19 | add firewall extension decompiler, make msi modifications work, add all ↵ | chris_bednarski | 35 | -347/+3356 | |
attributes | |||||
2023-11-19 | change firewall extension table name to Wix5FirewallException | chris_bednarski | 15 | -67/+552 | |
2023-11-13 | Return intermediate even if compiler encounters error | Rob Mensching | 1 | -1/+1 | |
Fixes 7854 | |||||
2023-11-07 | Include duplicated inline directory symbols referenced in subsequent sections | Rob Mensching | 7 | -52/+108 | |
Due to the handling of redundant symbols, which are only used by inline directory syntax, the symbols were only defined in the first section encountered by the linker. Fix that so at most one duplicated inline directory symbol is included when referenced. Fixes 7840 | |||||
2023-11-07 | Fix duplication of AdditionalOptions being added to command-line | Rob Mensching | 5 | -9/+0 | |
Fixes 7837 | |||||
2023-11-07 | Correctly handle top-level AppId element | Rob Mensching | 5 | -35/+97 | |
Fixes 7738 | |||||
2023-11-07 | Avoid use of Encoding.WindowsCodePage | Rob Mensching | 4 | -4/+62 | |
Fixes 7612 | |||||
2023-10-28 | Introduce a new phase in the build pipeline. | Bob Arnson | 14 | -7/+253 | |
A useful point in the build pipeline is after all the files in the project have been compiled but before they've been linked. The WiX core and extensions can operate on symbols across the project but without operating at the source-code level. This phase is currently named "optimize," after a moderately-similar phase in other compiler architectures. The name is, for now, a stake in the ground and a better alternate is welcome. | |||||
2023-10-13 | Random typo fix. | Bob Arnson | 1 | -6/+6 | |
2023-10-13 | Add cert and x64 tests. | Bob Arnson | 3 | -17/+41 | |
2023-10-03 | DotNetCompatibilityCheck: If running NetCoreCheck.exe fails with error code ↵ | apacker1 | 1 | -5/+13 | |
ERROR_EXE_MACHINE_TYPE_MISMATCH or ERROR_BAD_EXE_FORMAT then don't abort the installation, just set the property to 13. Fixes issue #7737 | |||||
2023-09-13 | Update to latest signing infrastructure | Rob Mensching | 5 | -48/+38 | |
Fixes 7546 | |||||
2023-09-12 | add FIREWALL_EXCEPTION_ATTRIBUTES struct | chris_bednarski | 1 | -109/+89 | |
2023-09-12 | Remove unused symbol `Version`. | Bob Arnson | 10 | -20/+0 | |
2023-09-05 | Correctly process build -outputType switch | Rob Mensching | 14 | -14/+73 | |
Also add a few additional output types to built-in backends. Fixes 7708 | |||||
2023-08-26 | remove windows xp specific code from firewall extension | chris_bednarski | 5 | -438/+102 | |
2023-08-26 | add firewall extension decompiler | chris_bednarski | 5 | -81/+164 | |
2023-08-23 | use WcaGetRecordFormattedString to get firewall rule description | chris_bednarski | 7 | -4/+153 | |
2023-08-19 | add integration tests for the firewall extenstion | chris_bednarski | 9 | -0/+898 | |