Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-02-04 | Ensure Class element without Context does not crash compiler | Rob Mensching | 3 | -71/+126 | |
2022-02-03 | Error on invalid Control/@Type attribute values | Rob Mensching | 4 | -45/+58 | |
2022-02-03 | Minor code cleanup | Rob Mensching | 2 | -4/+3 | |
2022-02-03 | Centralize UI tests to UIFixture | Rob Mensching | 3 | -52/+69 | |
2022-02-03 | Fix feature/component mapping verification | Rob Mensching | 3 | -7/+69 | |
2022-02-03 | Ensure CreateManifestResourceNams is always run when compiling | Rob Mensching | 1 | -0/+1 | |
2022-02-03 | Small bits of code clean-up | Rob Mensching | 3 | -48/+27 | |
2022-02-03 | Remove helper files | Rob Mensching | 5 | -16263/+0 | |
2022-02-01 | Don't uninstall package during rollback if there are dependents. | Sean Hall | 2 | -32/+181 | |
2022-02-01 | Remove some assumptions in dependency planning. | Sean Hall | 7 | -210/+158 | |
* A package might be installed even if it was already present. * A package might be uninstalled even if it was already absent. * The bundle might not actually be uninstalled even if the planned action was uninstall. Fixes #6510 | |||||
2022-02-01 | Plan each dependency provider dependent individually. | Sean Hall | 9 | -109/+195 | |
Refactoring for #6510 | |||||
2022-02-01 | Plan each dependency provider individually. | Sean Hall | 9 | -113/+187 | |
Refactoring for #6510 | |||||
2022-02-01 | Remove orphan package providers when unregistering the bundle. | Sean Hall | 4 | -15/+60 | |
Fixes #3850 | |||||
2022-02-01 | The bundle provider's presence needs to follow ARP registration. | Sean Hall | 12 | -253/+233 | |
2022-01-30 | Add platform-specific CAs and compiler extension. | Bob Arnson | 16 | -140/+195 | |
https://github.com/wixtoolset/issues/issues/5933 | |||||
2022-01-30 | Add compiler extension to handle platforms. | Bob Arnson | 27 | -106/+327 | |
Custom actions to print EULA and validate install directories are defined in WixUIExtension compiler extension, to handle platform-specific custom actions referred to from `DoAction` control events. This is the least-worst solution, given the `DoAction` approach used in the WixUI authoring and anyone customizing a WixUI set. | |||||
2022-01-30 | Fix LogInitalize signature. | Bob Arnson | 2 | -2/+2 | |
2022-01-27 | Fix NoWarn being overridden and use PackageReference for TestSupport. | Sean Hall | 27 | -78/+13 | |
2022-01-21 | Add failing dependency E2E tests. | Sean Hall | 26 | -11/+399 | |
2022-01-21 | Use IgnoreLanguage as workaround for #6705. | Sean Hall | 5 | -2/+14 | |
2022-01-21 | Support harvesting dependency providers from v3 and v4 MSIs. | Sean Hall | 1 | -2/+8 | |
2022-01-21 | Only packages with no dependency providers get a generated one. | Sean Hall | 3 | -17/+31 | |
2022-01-21 | Fix some minor bugs. | Sean Hall | 3 | -23/+23 | |
2022-01-20 | Update ReadMe.md with build information | Mark Stega | 1 | -0/+50 | |
2022-01-17 | Standardize .vcxproj on v143 like rest of build | Rob Mensching | 4 | -16/+16 | |
2022-01-16 | Add BOOTSTRAPPER_REQUEST_STATE_FORCE_PRESENT. | Sean Hall | 12 | -46/+308 | |
Make BOOTSTRAPPER_REQUEST_STATE_FORCE_ABSENT uninstall even if detected absent. Remove fPseudoBundle. | |||||
2022-01-16 | Make Burn require a non-empty KB for MsuPackages to be uninstallable. | Sean Hall | 3 | -8/+20 | |
2022-01-16 | Update Burn to handle ExePackages that don't support uninstalling. | Sean Hall | 4 | -20/+43 | |
Partial fix for #6459 | |||||
2022-01-16 | Rename fUninstallable to fPermanent. | Sean Hall | 10 | -17/+17 | |
Refactoring for #6459 | |||||
2022-01-16 | Remove orphan compatible MSI packages. | Sean Hall | 43 | -84/+1964 | |
Reimplements #3190 | |||||
2022-01-16 | Refactor some dependency detection. | Sean Hall | 14 | -60/+97 | |
* Run DependencyDetect earlier * Do package dependency checking during each package/related bundle | |||||
2022-01-16 | Fix 32/64-bit bitness handling in Burn and BUtil. | Bob Arnson | 14 | -197/+180 | |
- Take advantage of RegOpenEx. - Always look for related bundles in both 32 and 64 hives. - BundleEnumRelatedBundle requires caller to specify bitness. | |||||
2022-01-13 | Small Microsoft.Common.targets integration improvements | Rob Mensching | 2 | -20/+21 | |
2022-01-13 | Support ImportBefore/ImportAfter to wix.targets | Rob Mensching | 2 | -0/+20 | |
2022-01-13 | Add WixVersion and WixMajorMinorVersion properties to wix.targets | Rob Mensching | 3 | -0/+24 | |
2022-01-13 | Move PublishDir into WixToolset.Sdk project to reuse for NuspecBasePath | Rob Mensching | 2 | -2/+3 | |
2022-01-10 | Rename wix.signing.targets to WixToolset.Signing.targets | Rob Mensching | 3 | -2/+2 | |
2022-01-10 | Inscribe no longer a global backend concept | Rob Mensching | 10 | -194/+1 | |
The support steps around signing are specialized for each output type. Trying to normalize the process across backends was not a fruitful endeavor. | |||||
2022-01-10 | Include "wix.exe" package in clean | Rob Mensching | 1 | -0/+1 | |
2022-01-10 | Remove compile/lib/link specific switches | Rob Mensching | 1 | -42/+10 | |
2022-01-10 | Some code clean up | Rob Mensching | 3 | -4/+2 | |
2022-01-10 | MSBuild tests enhanced to test signing | Rob Mensching | 5 | -9/+89 | |
2022-01-10 | Re-enable signing targets | Rob Mensching | 2 | -2/+6 | |
2022-01-10 | Support "inscribing" Burn bundles | Rob Mensching | 17 | -54/+639 | |
2022-01-10 | Modernize GetCabList and GetLooseFileList tasks | Rob Mensching | 3 | -116/+78 | |
2022-01-10 | Introduce "msi inscribe" command and use it in wix.signing.targets | Rob Mensching | 10 | -31/+376 | |
2022-01-10 | Extract running wix.exe in task to WixExeBaseTask class | Rob Mensching | 3 | -4/+14 | |
2022-01-10 | Centralize common command-line switches parsing | Rob Mensching | 11 | -163/+177 | |
2022-01-10 | Add registry bitness to RegUtil and BUtil. | Bob Arnson | 6 | -138/+219 | |
Fixes https://github.com/wixtoolset/issues/issues/6669. Fixes https://github.com/wixtoolset/issues/issues/6670. | |||||
2022-01-09 | Handle 32-bit related-bundle registration... | Bob Arnson | 4 | -32/+105 | |
...from 64-bit bundles. |