aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-01Fix missing prefixes in IIS table names.Bob Arnson3-21/+21
Fixes https://github.com/wixtoolset/issues/issues/7120.
2023-01-01Small fixes found while updating XSDsRob Mensching13-14/+16
2022-12-28Fix decompiling UIRob Mensching5-66/+632
Fixes 7117
2022-12-25Handle case where TMP isn't REG_EXPAND_SZ.Bob Arnson1-0/+5
2022-12-22Fix RegistrySymbol creation helper for non-string typesRob Mensching8-89/+103
Fixes 7108
2022-12-22Register the InstallDate in BurnRob Mensching4-2/+24
Closes 7068
2022-12-22Correctly schedule custom actions in Merge ModulesRob Mensching5-1/+99
Fixes 7098
2022-12-21Get "real" Burn version for logging.Bob Arnson2-1/+4
Fixes https://github.com/wixtoolset/issues/issues/7082.
2022-12-21Fix up WixAdditionalTools metadataRob Mensching3-2/+4
2022-12-21Support ui:WixUI with WixUI_Common.Bob Arnson2-2/+10
It's not needed but we should support the consistency. Fixes https://github.com/wixtoolset/issues/issues/6998
2022-12-21Fix key table names in colum definitions.Bob Arnson6-36/+36
- Also fix typo. - Make WiX source file parseable.
2022-12-18Fix broken firewall direction.Bob Arnson3-16/+23
Fixes https://github.com/wixtoolset/issues/issues/7102.
2022-12-17Add relevant links to README badgesDaniel Chalmers1-3/+3
2022-12-16Start WiX Toolset v4-rc.2Rob Mensching1-1/+1
2022-12-16WiX Toolset v4-rc.1v4.0.0-rc.1Rob Mensching1-1/+1
2022-12-15Don't fail on bad/missing update feed URL.Bob Arnson4-1/+56
2022-12-14Add missing fallback TFMRob Mensching1-1/+1
2022-12-13Ensure engine inscribe path is different from the original engine pathRob Mensching2-6/+6
Fixes 7085
2022-12-13Slightly larger buffer when inscribing bundle plus minor code cleanupRob Mensching3-5/+5
2022-12-13Ignore references to v3 wix.dll that NCrunch thinks conflicts with v4 wix.dllRob Mensching2-0/+14
2022-12-13Sign WixAdditionalTools bundleRob Mensching2-0/+15
Fixes 7083
2022-12-13wixstdba should not change the action if not showing full UI.Sean Hall7-2/+93
wixstdba should not block downgrading if run from an upgrade related bundle. Fixes 7081
2022-12-12Use ConsoleWriteW in netcoresearch.exe.Sean Hall3-13/+10
2022-12-12Try to convert the MBA prereq magic variables to the new attributes.Sean Hall5-26/+210
Fixes 7026
2022-12-12Create ConversionState class for WixConverter to ensure state is reset.Sean Hall2-43/+93
2022-12-12Use MSI transaction end result to detect whether reboot is neededNir Bar17-155/+347
2022-12-12Add message for DoAction WixUI custom actions.Bob Arnson2-0/+47
2022-12-11Fix `wix extension list` always listing extensions as damagedRob Mensching2-7/+10
Fixes 7084
2022-12-11Update to latest GitHub action versionsRob Mensching1-3/+3
2022-12-11Set WiX Additional Tools update URLRob Mensching2-1/+5
Fixes 5367 Fixes 5292
2022-12-11Fix modularization of columnsRob Mensching7-360/+552
Most columns are correctly modularized by default and many specified a redundant modularization type. To make it clear where the exceptions are the redundancies were removed and the necessary exceptions put in place. Fixes 7074 Fixes 7077
2022-12-11Handle references to standard directoriesRob Mensching2-45/+136
Closes 7072
2022-12-11Remove double spaces after periods in textRob Mensching3-10/+10
2022-12-06Correctly harvest registry files with multiszRob Mensching10-30/+286
Fixes 7044
2022-12-06Automated code clean upRob Mensching4-73/+66
2022-12-06Allow quoted values in foreachRob Mensching2-226/+287
Fixes 7039
2022-12-06Remove DirectoryRef to TARGETDIRRob Mensching3-4/+117
Fixes 7061
2022-12-06Always reference net472 when it is to be referencedRob Mensching8-14/+7
2022-12-06Better solution to the UI custom action "problem."Bob Arnson12-97/+133
Add platform-specific fragments that are referenced by the compiler extension. That makes it easier to customize: Just copy the dialog set authoring and rename, like in v3.
2022-12-02Fixing spelling error in BuildCommandsStaffan Gustafsson1-1/+1
sourcefile was spelled sourcevile
2022-11-21Remove outdated error details about error 217Rob Mensching1-2/+2
Fixes 6449
2022-11-21Add additional AssetTargetFallbackRob Mensching4-2/+34
Fixes 7034
2022-11-21Handle spaces when finding path to executables in MSBuild taskRob Mensching4-5/+5
Fixes 7035
2022-11-21Improve file not found error messageRob Mensching6-14/+14
Fixes 2805
2022-11-21Log error when path to executable cannot be found in MSBuild tool taskRob Mensching2-13/+36
This is additional logging to try to track down the root cause of 7035.
2022-11-21Allow signing targets to be overridden in simple Sdk-style .wixprojRob Mensching7-98/+122
Moved the overridable signing targets (like SignMsi) to a new WixToolset.Signing.props that is included "at the very top of" a .wixproj using Sdk-style project. That way these signing targets can be overridden in the .wixproj. When the overridable signing targets were defined in WixToolset.Signing.targets, then it was necessary to use the more complex Sdk-style Import syntax to place the signing targets low enough in the .wixproj. Closes 7038
2022-11-21Add support for UTF-8 console and use it for passing smartcab pathsRob Mensching6-164/+321
Fixes 7024
2022-11-17Minor code clean upRob Mensching2-10/+6
2022-11-17Handle case where element has text and the target attributeRob Mensching2-6/+121
Fixes 7028
2022-11-17Fix culture on Sql.wixext de-de.wxlRob Mensching1-1/+1
Fixes 7033