Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Emit deprecation warning for Heat. | Bob Arnson | 2025-01-23 | 1 | -1/+1 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/8913 | ||||
* | Update tests to use TestVersion property instead of generic Version property | Rob Mensching | 2024-04-25 | 1 | -3/+3 |
| | | | | | | | 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. | ||||
* | Simplify BootstrapperApplication header files | Rob Mensching | 2024-03-21 | 1 | -2/+1 |
| | | | | | Take this breaking change opportunity to simplify the header files used by BA devs. | ||||
* | Move wixstdba functions to Bal.wixext build | Rob Mensching | 2024-03-07 | 2 | -2/+4 |
| | |||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 4 | -6/+6 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 5 | -19/+35 |
| | |||||
* | Clean up generated files left in source tree. | Bob Arnson | 2023-05-02 | 1 | -0/+4 |
| | |||||
* | Fix double-free bugs in thmutil. | Sean Hall | 2023-02-19 | 2 | -0/+54 |
| | | | | Fixes 7231 | ||||
* | Automate the test for GetRelatedBundleVariable. | Sean Hall | 2022-11-10 | 8 | -345/+0 |
| | |||||
* | WIXFEAT-3704 - Allow access to persisted variables from related bundles | Jacob Hoover | 2022-11-10 | 8 | -0/+345 |
| | |||||
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 1 | -2/+2 |
| | | | | Closes 6942 | ||||
* | Add more burn E2E tests. | Sean Hall | 2022-09-15 | 3 | -2/+12 |
| | | | | | | | | 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. | ||||
* | 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. | ||||
* | Allow wixstdba special controls to have declarative text. | Sean Hall | 2022-08-10 | 1 | -1/+1 |
| | | | | Fixes 6855 | ||||
* | 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 | ||||
* | Update Burn algorithm for picking elevated temp path to use SystemTemp. | Sean Hall | 2022-06-07 | 2 | -0/+33 |
| | |||||
* | Move infinite loop detection into the hosts. | Sean Hall | 2022-05-14 | 1 | -0/+2 |
| | | | | | | | Tell the BA during Destroy whether it will be reloaded, and let the BA decide then whether it's module should be unloaded. Show error when infinite prereq loop detected. Only clip the exit code if they're Win32 errors. Set related bundle type to none to avoid downgrades during preqba. | ||||
* | Only block shutdown during Apply. | Sean Hall | 2022-05-04 | 4 | -2/+76 |
| | |||||
* | Set each native library dependency version to the build version. | Sean Hall | 2022-04-19 | 1 | -2/+0 |
| | |||||
* | Fix themes to account for UnsafeUninstall action. | Sean Hall | 2022-03-16 | 1 | -6/+12 |
| | |||||
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 1 | -1/+9 |
| | | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files. | ||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 1 | -1/+0 |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | ||||
* | Move ImageList element back under Theme since it's not a control. | Sean Hall | 2021-11-10 | 2 | -10/+12 |
| | |||||
* | Go back to thmutil not interfering with wixstdba controls. | Sean Hall | 2021-11-10 | 1 | -1/+2 |
| | |||||
* | Avoid using control ids inside of thmutil. | Sean Hall | 2021-11-01 | 1 | -3/+8 |
| | |||||
* | Add CS_HREDRAW and CS_VREDRAW to fix painting issues when resizing. | Sean Hall | 2021-11-01 | 1 | -10/+4 |
| | |||||
* | Remove dutil types from BAFunctions. | Sean Hall | 2021-11-01 | 1 | -6/+6 |
| | |||||
* | Make thmutil automatically load controls during window creation. | Sean Hall | 2021-11-01 | 3 | -48/+234 |
| | | | | Add control loaded event. | ||||
* | Add more thmutil window messages to simplify handling control events. | Sean Hall | 2021-11-01 | 1 | -42/+28 |
| | |||||
* | Allow more customization of control ids in thmutil. | Sean Hall | 2021-11-01 | 4 | -10/+161 |
| | | | | | Allow BAFunctions to set control ids. Make sure control ids don't collide. | ||||
* | Fix building and perf for bundles with 1000s of package and BA payloads | Sean Hall | 2021-06-09 | 5 | -0/+145 |
| | | | | Fixes other half of #5300 | ||||
* | Add a manual test bundle for testing BAFunctions and thmutil. | Sean Hall | 2021-06-04 | 29 | -0/+785 |