aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2022-11-17Fix build when Cultures is specifiedRob Mensching17-105/+216
Write the tests for the test data in the WixToolset.Sdk test and fix all the culture related bugs that fallout from that. Fixes 69999
2022-11-17Do not add .nupkg image to test projectsRob Mensching1-1/+1
2022-11-17Remove some build parallelization causing intermittent problemsRob Mensching1-2/+2
2022-11-17Expose bind variables from build command and via MSBuild WixVariables propertyRob Mensching27-123/+517
Also, resolves bind variables in path fields. Fixes 6995 and 7017
2022-11-16Warn about unsuffixed custom action ids.Bob Arnson2-1/+110
Fixes https://github.com/wixtoolset/issues/issues/7018.
2022-11-16Go back to separate .wixlibs for DifxApp.Bob Arnson12-91/+46
Fixes https://github.com/wixtoolset/issues/issues/7015.
2022-11-15Fix when xmlns placed directly on PermissionExRob Mensching4-18/+237
This is NOT recommended in v4 and its converter will move namespaces to the root element, but WiX v3 allowed it so we'll continued to do so in v4. Fixes 7010
2022-11-15Add missing IniFile createLine handlingRob Mensching4-0/+50
Fixes 7009
2022-11-14Fix Iis table definitions.Bob Arnson3-21/+38
Fixes https://github.com/wixtoolset/issues/issues/7014.
2022-11-13Parallelize building test codeRob Mensching4-24/+8
2022-11-13Fix typos in CreateItemAvoidingInferenceRob Mensching2-15/+12
Fixes 7000
2022-11-13Minimize calls into GitInfo by caching results during build_initRob Mensching64-77/+71
2022-11-12Start WiX Toolset v4-rc.1Rob Mensching2-1/+2
2022-11-11WiX Toolset v4-preview.1v4.0.0-preview.1Rob Mensching5-5/+15