aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-09Schedule SetDirectory after CostFinalize by defaultRob Mensching1-1/+1
Type 35 CustomActions cannot modify directories until after the Directory table has been processed by CostFinalize. Fixes 7183
2023-02-09Add test to validate bracketed non-Property reference in Property valueRob Mensching1-0/+1
2023-02-09Fix ComponentGroupSymbol fieldsRob Mensching4-8/+25
2023-02-09Some small SAL annotation fixupsRob Mensching4-15/+15
2023-02-08Change wixiuiba to request FORCE_PRESENT instead of REPAIR.Sean Hall1-1/+1
Sending REINSTALL on the command line doesn't allow the maintenance dialog to be shown. Fixes 7184
2023-02-04Add keyColumn definition to _User of Wix4FileSharePermissionsfyodorkor1-1/+1
2023-02-01Fix CustomActionData names.Bob Arnson13-70/+17
Fixes https://github.com/wixtoolset/issues/issues/7189. Also: - Clean up duplicate caDecor.h. - Clean up use of CUSTOM_ACTION_DECORATION.
2023-02-01Make sizes for XMLConfig and ElementID columns the same s72Fyodor Koryazhkin1-1/+1
2023-01-31As promised, remove CAQuietExec*.Bob Arnson2-51/+0
2023-01-30Remove WixToolset.Dnc.HostGenerator workaround.Bob Arnson1-11/+0
Fixes https://github.com/wixtoolset/issues/issues/6843.
2023-01-30Fix wrong DllEntry for WixRegisterRestartResourcesNir Bar1-1/+1
2023-01-23Remove use of AppVeyorRob Mensching5-121/+4
WiX v4 standardized on GitHub Actions for the build process. AppVeyor served us well and provides a great service for free. But since we moved to GitHub Actions let's not burn cycles on their build machines. Closes 7175
2023-01-20Display error correctly with multiple properties in a Property valueRob Mensching3-1/+41
Fixes 7173
2023-01-20Start WiX Toolset v4-rc.3Rob Mensching1-1/+1
2023-01-20WiX Toolset v4-rc.2v4.0.0-rc.2Rob Mensching1-1/+1
2023-01-19Warn when using `embedded` as the pdbType and fallback to `full`Rob Mensching2-1/+15
Fixes 7152
2023-01-19Don't uninstall superseded MSI packages.Sean Hall3-5/+93
7147
2023-01-19Finish the XML documentation in WixToolset.Mba.Core.Sean Hall14-624/+555
4623
2023-01-18Improve error messages from BalBurnBackendExtension.Sean Hall6-33/+105
2023-01-18Add netfx:DotNetCoreSdkFeatureBandSearch.Sean Hall25-428/+745
7058
2023-01-18Adding support for DotNetCoreSdkSearch and DotNetCoreSdkCompatibilityCheckStaffan Gustafsson19-119/+770
2023-01-18Fix two kinds of typos.Bob Arnson1-1/+1
2023-01-16Add TargetFrameworks to ProjectReference to ease handling multi-framework ↵Rob Mensching12-115/+242
projects Closes 7149
2023-01-16Remove extension data after extensions get PreDecompileTables callbackRob Mensching5-17/+104
Also update Util.wixext decompiler extension to handle the new elements that compile into CustomActions with no additional table data. These exposed the weakness in the decompiler where extension data was removed before extensions got a chance to pre-decompile. Fixes 7151
2023-01-15Write an error when the .NET Core BA is missing the BAFactoryAssembly.Sean Hall4-2/+52
7166
2023-01-15Add Name to Payloads created during directory harvesting.Sean Hall4-2/+43
7161
2023-01-15Implement SourceDir substitution for Payloads.Sean Hall2-0/+115
7160
2023-01-14Improve test coverage for recent Burn changes.Sean Hall2-2/+9
7068, PR 318
2023-01-14Expose QueryNativeMachine.Bob Arnson1-0/+1
Fixes https://github.com/wixtoolset/issues/issues/7158.
2023-01-12Add support for ALLUSERS=2 with Scope=perUserOrMachineRob Mensching5-1/+133
Fixes 7137
2023-01-12Fix compiler to handle util:ServiceConfig absent reset period and start delayRob Mensching3-2/+46
Fixes 7150
2023-01-12Ensure a CustomAction source is providedRob Mensching2-10/+17
Fixes 7139
2023-01-11Minor code clean upRob Mensching1-9/+9
2023-01-11Remove support for importing WixToolset.Sdk via PackageReferenceRob Mensching16-173/+27
The WixToolset.Sdk is an MSBuild project SDK. It should be imported using the Sdk.props. Allowing it to be imported via PackageReference is unnecessary and creates double import problems. Prevent such imports to point WiX users that don't understand the new MSBuild functionality in the right direction. Fixes 7148
2023-01-11Customize project references to not attempt assembly reference resolutionRob Mensching2-31/+29
Fixes 7132
2023-01-11Add more .nupkgs to cleanRob Mensching1-0/+5
2023-01-11Correctly convert Controls with multiple Conditions with same actionRob Mensching2-1/+54
Fixes 7142
2023-01-11VSExtension cleanup:Bob Arnson11-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-10Stop Richedit control from scrolling during load.Bob Arnson1-1/+1
Fixes https://github.com/wixtoolset/issues/issues/7113.
2023-01-04Fix build badgeRob Mensching1-1/+1
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