aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
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
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
2022-12-13wixstdba should not change the action if not showing full UI.Sean Hall7-2/+93
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
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
2022-12-11Update to latest GitHub action versionsRob Mensching1-3/+3
2022-12-11Set WiX Additional Tools update URLRob Mensching2-1/+5
2022-12-11Fix modularization of columnsRob Mensching7-360/+552
2022-12-11Handle references to standard directoriesRob Mensching2-45/+136
2022-12-11Remove double spaces after periods in textRob Mensching3-10/+10
2022-12-06Correctly harvest registry files with multiszRob Mensching10-30/+286
2022-12-06Automated code clean upRob Mensching4-73/+66
2022-12-06Allow quoted values in foreachRob Mensching2-226/+287
2022-12-06Remove DirectoryRef to TARGETDIRRob Mensching3-4/+117
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
2022-12-02Fixing spelling error in BuildCommandsStaffan Gustafsson1-1/+1
2022-11-21Remove outdated error details about error 217Rob Mensching1-2/+2
2022-11-21Add additional AssetTargetFallbackRob Mensching4-2/+34
2022-11-21Handle spaces when finding path to executables in MSBuild taskRob Mensching4-5/+5
2022-11-21Improve file not found error messageRob Mensching6-14/+14
2022-11-21Log error when path to executable cannot be found in MSBuild tool taskRob Mensching2-13/+36
2022-11-21Allow signing targets to be overridden in simple Sdk-style .wixprojRob Mensching7-98/+122
2022-11-21Add support for UTF-8 console and use it for passing smartcab pathsRob Mensching6-164/+321
2022-11-17Minor code clean upRob Mensching2-10/+6
2022-11-17Handle case where element has text and the target attributeRob Mensching2-6/+121
2022-11-17Fix culture on Sql.wixext de-de.wxlRob Mensching1-1/+1
2022-11-17Fix build when Cultures is specifiedRob Mensching17-105/+216
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
2022-11-16Warn about unsuffixed custom action ids.Bob Arnson2-1/+110
2022-11-16Go back to separate .wixlibs for DifxApp.Bob Arnson12-91/+46
2022-11-15Fix when xmlns placed directly on PermissionExRob Mensching4-18/+237
2022-11-15Add missing IniFile createLine handlingRob Mensching4-0/+50
2022-11-14Fix Iis table definitions.Bob Arnson3-21/+38
2022-11-13Parallelize building test codeRob Mensching4-24/+8
2022-11-13Fix typos in CreateItemAvoidingInferenceRob Mensching2-15/+12
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
2022-11-10Automate the test for GetRelatedBundleVariable.Sean Hall15-59/+97