Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-01-11 | Add more .nupkgs to clean | Rob Mensching | 1 | -0/+5 | |
2023-01-11 | Correctly convert Controls with multiple Conditions with same action | Rob Mensching | 2 | -1/+54 | |
Fixes 7142 | |||||
2023-01-11 | VSExtension cleanup: | Bob Arnson | 11 | -48/+88 | |
- Add ARM64-specific custom action. - Remove "naked" `CustomActionRef`s. - Clean up `wix convert` behavior: - Remove `PropertyRef`s for properties CA always sets. Fixes https://github.com/wixtoolset/issues/issues/7100. Fixes https://github.com/wixtoolset/issues/issues/7153. | |||||
2023-01-10 | Stop Richedit control from scrolling during load. | Bob Arnson | 1 | -1/+1 | |
Fixes https://github.com/wixtoolset/issues/issues/7113. | |||||
2023-01-04 | Fix build badge | Rob Mensching | 1 | -1/+1 | |
2023-01-01 | Fix missing prefixes in IIS table names. | Bob Arnson | 3 | -21/+21 | |
Fixes https://github.com/wixtoolset/issues/issues/7120. | |||||
2023-01-01 | Small fixes found while updating XSDs | Rob Mensching | 13 | -14/+16 | |
2022-12-28 | Fix decompiling UI | Rob Mensching | 5 | -66/+632 | |
Fixes 7117 | |||||
2022-12-25 | Handle case where TMP isn't REG_EXPAND_SZ. | Bob Arnson | 1 | -0/+5 | |
2022-12-22 | Fix RegistrySymbol creation helper for non-string types | Rob Mensching | 8 | -89/+103 | |
Fixes 7108 | |||||
2022-12-22 | Register the InstallDate in Burn | Rob Mensching | 4 | -2/+24 | |
Closes 7068 | |||||
2022-12-22 | Correctly schedule custom actions in Merge Modules | Rob Mensching | 5 | -1/+99 | |
Fixes 7098 | |||||
2022-12-21 | Get "real" Burn version for logging. | Bob Arnson | 2 | -1/+4 | |
Fixes https://github.com/wixtoolset/issues/issues/7082. | |||||
2022-12-21 | Fix up WixAdditionalTools metadata | Rob Mensching | 3 | -2/+4 | |
2022-12-21 | Support ui:WixUI with WixUI_Common. | Bob Arnson | 2 | -2/+10 | |
It's not needed but we should support the consistency. Fixes https://github.com/wixtoolset/issues/issues/6998 | |||||
2022-12-21 | Fix key table names in colum definitions. | Bob Arnson | 6 | -36/+36 | |
- Also fix typo. - Make WiX source file parseable. | |||||
2022-12-18 | Fix broken firewall direction. | Bob Arnson | 3 | -16/+23 | |
Fixes https://github.com/wixtoolset/issues/issues/7102. | |||||
2022-12-17 | Add relevant links to README badges | Daniel Chalmers | 1 | -3/+3 | |
2022-12-16 | Start WiX Toolset v4-rc.2 | Rob Mensching | 1 | -1/+1 | |
2022-12-16 | WiX Toolset v4-rc.1v4.0.0-rc.1 | Rob Mensching | 1 | -1/+1 | |
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 | |
Fixes 7085 | |||||
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 | |
Fixes 7083 | |||||
2022-12-13 | wixstdba should not change the action if not showing full UI. | Sean Hall | 7 | -2/+93 | |
wixstdba should not block downgrading if run from an upgrade related bundle. Fixes 7081 | |||||
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 | |
Fixes 7026 | |||||
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 | |
Fixes 7084 | |||||
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 | |
Fixes 5367 Fixes 5292 | |||||
2022-12-11 | Fix modularization of columns | Rob Mensching | 7 | -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-11 | Handle references to standard directories | Rob Mensching | 2 | -45/+136 | |
Closes 7072 | |||||
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 | |
Fixes 7044 | |||||
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 | |
Fixes 7039 | |||||
2022-12-06 | Remove DirectoryRef to TARGETDIR | Rob Mensching | 3 | -4/+117 | |
Fixes 7061 | |||||
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 | |
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-02 | Fixing spelling error in BuildCommands | Staffan Gustafsson | 1 | -1/+1 | |
sourcefile was spelled sourcevile | |||||
2022-11-21 | Remove outdated error details about error 217 | Rob Mensching | 1 | -2/+2 | |
Fixes 6449 | |||||
2022-11-21 | Add additional AssetTargetFallback | Rob Mensching | 4 | -2/+34 | |
Fixes 7034 | |||||
2022-11-21 | Handle spaces when finding path to executables in MSBuild task | Rob Mensching | 4 | -5/+5 | |
Fixes 7035 | |||||
2022-11-21 | Improve file not found error message | Rob Mensching | 6 | -14/+14 | |
Fixes 2805 | |||||
2022-11-21 | Log error when path to executable cannot be found in MSBuild tool task | Rob Mensching | 2 | -13/+36 | |
This is additional logging to try to track down the root cause of 7035. |