| Commit message (Expand) | Author | Files | Lines |
2022-12-15 | Don't fail on bad/missing update feed URL. | Bob Arnson | 4 | -1/+56 |
2022-12-14 | Add missing fallback TFM | Rob Mensching | 1 | -1/+1 |
2022-12-13 | Ensure engine inscribe path is different from the original engine path | Rob Mensching | 2 | -6/+6 |
2022-12-13 | Slightly larger buffer when inscribing bundle plus minor code cleanup | Rob Mensching | 3 | -5/+5 |
2022-12-13 | Ignore references to v3 wix.dll that NCrunch thinks conflicts with v4 wix.dll | Rob Mensching | 2 | -0/+14 |
2022-12-13 | Sign WixAdditionalTools bundle | Rob Mensching | 2 | -0/+15 |
2022-12-13 | wixstdba should not change the action if not showing full UI. | Sean Hall | 7 | -2/+93 |
2022-12-12 | Use ConsoleWriteW in netcoresearch.exe. | Sean Hall | 3 | -13/+10 |
2022-12-12 | Try to convert the MBA prereq magic variables to the new attributes. | Sean Hall | 5 | -26/+210 |
2022-12-12 | Create ConversionState class for WixConverter to ensure state is reset. | Sean Hall | 2 | -43/+93 |
2022-12-12 | Use MSI transaction end result to detect whether reboot is needed | Nir Bar | 17 | -155/+347 |
2022-12-12 | Add message for DoAction WixUI custom actions. | Bob Arnson | 2 | -0/+47 |
2022-12-11 | Fix `wix extension list` always listing extensions as damaged | Rob Mensching | 2 | -7/+10 |
2022-12-11 | Update to latest GitHub action versions | Rob Mensching | 1 | -3/+3 |
2022-12-11 | Set WiX Additional Tools update URL | Rob Mensching | 2 | -1/+5 |
2022-12-11 | Fix modularization of columns | Rob Mensching | 7 | -360/+552 |
2022-12-11 | Handle references to standard directories | Rob Mensching | 2 | -45/+136 |
2022-12-11 | Remove double spaces after periods in text | Rob Mensching | 3 | -10/+10 |
2022-12-06 | Correctly harvest registry files with multisz | Rob Mensching | 10 | -30/+286 |
2022-12-06 | Automated code clean up | Rob Mensching | 4 | -73/+66 |
2022-12-06 | Allow quoted values in foreach | Rob Mensching | 2 | -226/+287 |
2022-12-06 | Remove DirectoryRef to TARGETDIR | Rob Mensching | 3 | -4/+117 |
2022-12-06 | Always reference net472 when it is to be referenced | Rob Mensching | 8 | -14/+7 |
2022-12-06 | Better solution to the UI custom action "problem." | Bob Arnson | 12 | -97/+133 |
2022-12-02 | Fixing spelling error in BuildCommands | Staffan Gustafsson | 1 | -1/+1 |
2022-11-21 | Remove outdated error details about error 217 | Rob Mensching | 1 | -2/+2 |
2022-11-21 | Add additional AssetTargetFallback | Rob Mensching | 4 | -2/+34 |
2022-11-21 | Handle spaces when finding path to executables in MSBuild task | Rob Mensching | 4 | -5/+5 |
2022-11-21 | Improve file not found error message | Rob Mensching | 6 | -14/+14 |
2022-11-21 | Log error when path to executable cannot be found in MSBuild tool task | Rob Mensching | 2 | -13/+36 |
2022-11-21 | Allow signing targets to be overridden in simple Sdk-style .wixproj | Rob Mensching | 7 | -98/+122 |
2022-11-21 | Add support for UTF-8 console and use it for passing smartcab paths | Rob Mensching | 6 | -164/+321 |
2022-11-17 | Minor code clean up | Rob Mensching | 2 | -10/+6 |
2022-11-17 | Handle case where element has text and the target attribute | Rob Mensching | 2 | -6/+121 |
2022-11-17 | Fix culture on Sql.wixext de-de.wxl | Rob Mensching | 1 | -1/+1 |
2022-11-17 | Fix build when Cultures is specified | Rob Mensching | 17 | -105/+216 |
2022-11-17 | Do not add .nupkg image to test projects | Rob Mensching | 1 | -1/+1 |
2022-11-17 | Remove some build parallelization causing intermittent problems | Rob Mensching | 1 | -2/+2 |
2022-11-17 | Expose bind variables from build command and via MSBuild WixVariables property | Rob Mensching | 27 | -123/+517 |
2022-11-16 | Warn about unsuffixed custom action ids. | Bob Arnson | 2 | -1/+110 |
2022-11-16 | Go back to separate .wixlibs for DifxApp. | Bob Arnson | 12 | -91/+46 |
2022-11-15 | Fix when xmlns placed directly on PermissionEx | Rob Mensching | 4 | -18/+237 |
2022-11-15 | Add missing IniFile createLine handling | Rob Mensching | 4 | -0/+50 |
2022-11-14 | Fix Iis table definitions. | Bob Arnson | 3 | -21/+38 |
2022-11-13 | Parallelize building test code | Rob Mensching | 4 | -24/+8 |
2022-11-13 | Fix typos in CreateItemAvoidingInference | Rob Mensching | 2 | -15/+12 |
2022-11-13 | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 64 | -77/+71 |
2022-11-12 | Start WiX Toolset v4-rc.1 | Rob Mensching | 2 | -1/+2 |
2022-11-11 | WiX Toolset v4-preview.1v4.0.0-preview.1 | Rob Mensching | 5 | -5/+15 |
2022-11-10 | Automate the test for GetRelatedBundleVariable. | Sean Hall | 15 | -59/+97 |