Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite Prereq tests after hardening and bypassing .NET GUI errors | Rob Mensching | 2025-02-11 | 10 | -60/+32 |
| | |||||
* | Emit deprecation warning for Heat. | Bob Arnson | 2025-01-23 | 1 | -1/+1 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/8913 | ||||
* | Rename "bundle id" concept to "bundle code" | Rob Mensching | 2024-12-30 | 10 | -25/+25 |
| | | | | | | | The "bundle id" always had more in common with the PackageCode from the Windows Installer. With the introduction of an actual Id attribute on the Bundle element, there is potential for confusion, so there is finally real motivation to rename "bundle id" to "bundle code". | ||||
* | Typos are bad; visible typos are an abomination. | Bob Arnson | 2024-11-10 | 2 | -2/+2 |
| | | | | At least one person makes the same typo almost-but-not-quite everywhere. | ||||
* | Update tests to use TestVersion property instead of generic Version property | Rob Mensching | 2024-04-25 | 104 | -204/+204 |
| | | | | | | | The MSBuild Version property is well-known and can be set by standard processes. That can cause problem in the tests where the version is explicitly set to validate WiX behaviors. So, we've switched to using the TestVersion property that will be specific for our testing purposes. | ||||
* | Report E_MOREDATA from Bal functions when string buffer too small | Rob Mensching | 2024-04-04 | 2 | -0/+36 |
| | | | | | | | | WiX v4 (and probably v3) standardized on the error code E_MOREDATA when string buffers were too small instead of E_INSUFFICIIENT_BUFFER. This fixes v5 to match in a few missing cases. Fixes 8094 | ||||
* | Simplify BootstrapperApplication header files | Rob Mensching | 2024-03-21 | 4 | -8/+5 |
| | | | | | Take this breaking change opportunity to simplify the header files used by BA devs. | ||||
* | Use WixBA in an upgrade. | Bob Arnson | 2024-03-18 | 4 | -0/+62 |
| | |||||
* | Move wixstdba functions to Bal.wixext build | Rob Mensching | 2024-03-07 | 7 | -8/+12 |
| | |||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 128 | -243/+245 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 23 | -119/+132 |
| | |||||
* | Allow MsiProperty/@Value to be an empty string. | Bob Arnson | 2024-02-17 | 1 | -0/+1 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7798. | ||||
* | ArpEntry reads QuietUninstallString or UninstallString, and uses ↵ | Nir Bar | 2023-12-24 | 2 | -0/+37 |
| | | | | UninstallArguments for the uninstall command line | ||||
* | Make the minimum supported .NET Framework v4.6.2 | Rob Mensching | 2023-12-19 | 6 | -7/+7 |
| | |||||
* | Correctly process build -outputType switch | Rob Mensching | 2023-09-05 | 6 | -10/+10 |
| | | | | | | Also add a few additional output types to built-in backends. Fixes 7708 | ||||
* | Improve logging to remove `(null)`. | Bob Arnson | 2023-06-13 | 2 | -0/+46 |
| | | | | | | Add detached container runtime test. Inspired by https://github.com/wixtoolset/issues/issues/7490. | ||||
* | Fix build failure when bundle has multiple RemoteBundle elements | Nir Bar | 2023-05-02 | 2 | -0/+37 |
| | |||||
* | Clean up generated files left in source tree. | Bob Arnson | 2023-05-02 | 2 | -0/+5 |
| | |||||
* | Tame some wild pointers. | Bob Arnson | 2023-05-01 | 1 | -1/+12 |
| | | | | | | Maybe Rust wouldn't be so bad... Fixes https://github.com/wixtoolset/issues/issues/7451. | ||||
* | Fix double-free bugs in thmutil. | Sean Hall | 2023-02-19 | 2 | -0/+54 |
| | | | | Fixes 7231 | ||||
* | Don't uninstall superseded MSI packages. | Sean Hall | 2023-01-19 | 1 | -1/+0 |
| | | | | 7147 | ||||
* | Add netfx:DotNetCoreSdkFeatureBandSearch. | Sean Hall | 2023-01-18 | 4 | -21/+34 |
| | | | | 7058 | ||||
* | Adding support for DotNetCoreSdkSearch and DotNetCoreSdkCompatibilityCheck | Staffan Gustafsson | 2023-01-18 | 3 | -0/+52 |
| | |||||
* | Small fixes found while updating XSDs | Rob Mensching | 2023-01-01 | 8 | -8/+8 |
| | |||||
* | Don't fail on bad/missing update feed URL. | Bob Arnson | 2022-12-15 | 2 | -1/+20 |
| | |||||
* | wixstdba should not change the action if not showing full UI. | Sean Hall | 2022-12-13 | 5 | -0/+63 |
| | | | | | | wixstdba should not block downgrading if run from an upgrade related bundle. Fixes 7081 | ||||
* | Parallelize building test code | Rob Mensching | 2022-11-13 | 1 | -10/+2 |
| | |||||
* | Automate the test for GetRelatedBundleVariable. | Sean Hall | 2022-11-10 | 14 | -59/+66 |
| | |||||
* | WIXFEAT-3704 - Allow access to persisted variables from related bundles | Jacob Hoover | 2022-11-10 | 8 | -0/+345 |
| | |||||
* | Add Netfx bundle extension and netfx:DotNetCoreSearch. | Sean Hall | 2022-10-10 | 8 | -3/+170 |
| | | | | | | Remove built-in .NET Core packages since they update too quickly. Fixes 6257 | ||||
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 2 | -3/+3 |
| | | | | Closes 6942 | ||||
* | Fix and reenable some skipped E2E Burn patching tests | Rob Mensching | 2022-09-23 | 1 | -8/+0 |
| | |||||
* | Add more burn E2E tests. | Sean Hall | 2022-09-15 | 6 | -2/+117 |
| | | | | | | | | Fix bug where first splash screen wasn't closed. Fix bug where billboard only started the first time. Fix bug where the restart status was lost when the exit code was an error. Fix bug where the hash byte array length was compared to the hash string length (string is twice as long). Fix bug where Burn didn't give update hash if the first byte was 0. | ||||
* | Support bundle updates in WixStdBA. | Bob Arnson | 2022-09-12 | 1 | -0/+2 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6894. | ||||
* | Move `Bundle/@CommandLineVariables` into Bal.wixext. | Sean Hall | 2022-09-09 | 5 | -5/+6 |
| | | | | Implements 6858 | ||||
* | Add WixCanRestart and make wixstdba elevate for restart when required. | Sean Hall | 2022-09-03 | 5 | -6/+92 |
| | | | | Fixes 5499 | ||||
* | Use elevated engine to make the restart request when it is available. | Sean Hall | 2022-09-03 | 4 | -33/+119 |
| | | | | Fixes 6145 | ||||
* | Restrict panels to static controls. | Bob Arnson | 2022-08-29 | 2 | -14/+42 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6635. | ||||
* | Update old test code to latest SWID tag spec | Rob Mensching | 2022-08-26 | 4 | -4/+12 |
| | | | | Fixes 6675 | ||||
* | Port EnableFeatureSelection tests from v3 repo, add a new one, fix them | Sean Hall | 2022-08-23 | 10 | -0/+153 |
| | | | | Fixes 4616 | ||||
* | Handle downgrade failure detection during Detect. | Bob Arnson | 2022-08-22 | 1 | -0/+15 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6537. | ||||
* | Allow wixstdba special controls to have declarative text. | Sean Hall | 2022-08-10 | 1 | -1/+1 |
| | | | | Fixes 6855 | ||||
* | Add ability to skip a local path candidate if it failed verification. | Sean Hall | 2022-08-03 | 2 | -0/+27 |
| | | | | Fixes 6818 | ||||
* | Handle suppressed Options button. | Bob Arnson | 2022-08-03 | 1 | -1/+1 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/5624. | ||||
* | Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targets | Rob Mensching | 2022-08-01 | 1 | -0/+1 |
| | | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838 | ||||
* | Add files-in-use task dialog. | Bob Arnson | 2022-07-25 | 2 | -0/+27 |
| | | | | | | | | Remove ErrorFailNoActionReboot loc string, now that XP is dead (RIP). Clean up some extra stuff, because I'm all up in the code. Resolves https://github.com/wixtoolset/issues/issues/6545. | ||||
* | Add WixInternalUIBootstrapperApplication as a new built-in BA. | Sean Hall | 2022-07-20 | 32 | -1/+1114 |
| | | | | Implements 6835 | ||||
* | Add longPathAware to Burn manifest to support long paths. | Sean Hall | 2022-06-27 | 4 | -1/+43 |
| | | | | Fixes 3455 | ||||
* | Allow BundlePackage to fallback to QuietUninstallString to uninstall. | Sean Hall | 2022-06-14 | 3 | -0/+46 |
| | | | | Partial implementation of 6756 | ||||
* | Add ability for non-vital cache package action. | Sean Hall | 2022-06-14 | 5 | -0/+77 |
| |