| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2021-12-08 | Remove MEND. | Sean Hall | 5 | -27/+1 | |
| 2021-12-08 | Add ability to customize file versioning rules for MsiPackage and MspPackage. | Sean Hall | 20 | -118/+250 | |
| Fixes #5911 | |||||
| 2021-12-06 | More VS2022 fixes. | Sean Hall | 10 | -10/+15 | |
| Update v4.0 projects to target v4.7.2. Skip all Bal managed host tests for now. Remove ToolsVersion from DTF test projects. Remove Microsoft.NETFramework.ReferenceAssemblies from Directory.Packages.props. | |||||
| 2021-12-03 | If there isn't enough disk space, skip the 5GB test | Rob Mensching | 1 | -6/+19 | |
| 2021-12-03 | Handle unexpected BOM when reading from stdin in wixnative.exe | Rob Mensching | 7 | -29/+57 | |
| In certain cases, the encoding of stdin/stdout can be changed in Windows to cause a BOM to be added on the first read of stdin. To handle the unexpected BOM, the first line read from stdin is now a "preamble" where the last character is expected to be a ":". We use the last character because a multibyte BOM value may appear before it. Also updated SAL annotations to resolve IDE warnings. | |||||
| 2021-12-03 | Do not use kernel32.dll as test file | Rob Mensching | 10 | -9/+10 | |
| 2021-12-03 | Enhance error reporting when running wixnative.exe | Rob Mensching | 2 | -4/+45 | |
| 2021-12-03 | Always populate bind variables for file version and language | Rob Mensching | 3 | -15/+61 | |
| Always populating the values (using "" for null) makes it easier to diagnose when you finally get the bind variable syntax correct. Previously, incorrect syntax and not having a value both resulted in errors. | |||||
| 2021-12-01 | Only build mbanative for latest toolset. | Sean Hall | 2 | -8/+9 | |
| This allows using Appveyor's latest VS2019 image. | |||||
| 2021-11-29 | Fixes required to get build working using MSBuild64 from VS2022 | Rob Mensching | 2 | -2/+2 | |
| 2021-11-10 | ListView controls can have a different image list for different modes. | Sean Hall | 1 | -3/+3 | |
| 2021-11-10 | Move ImageList element back under Theme since it's not a control. | Sean Hall | 3 | -14/+16 | |
| 2021-11-10 | Go back to thmutil not interfering with wixstdba controls. | Sean Hall | 9 | -29/+61 | |
| 2021-11-10 | Enable warning to detect hidden base class functions | Sean Hall | 3 | -3/+5 | |
| 2021-11-03 | Use special Appveyor image vs2019-16-11-2. | Sean Hall | 1 | -1/+1 | |
| 2021-11-03 | Follow up for multiple attached container support | Sean Hall | 19 | -158/+276 | |
| * validate cContainers * use previous embeddedid format and use intermediate folder when extracting attached containers * remove special cases for 0 byte containers in BurnCommon classes and Insignia * don't hardcode max containers * reduce properties in BurnCommon * add e2e test #6144 | |||||
| 2021-11-02 | Support multiple attached containers | Nir Bar | 16 | -100/+170 | |
| See https://github.com/wixtoolset/issues/issues/6144 | |||||
| 2021-11-01 | Use DefDlgProc in thmutil. | Sean Hall | 1 | -9/+25 | |
| #5927 | |||||
| 2021-11-01 | Avoid using control ids inside of thmutil. | Sean Hall | 14 | -551/+845 | |
| 2021-11-01 | Add CS_HREDRAW and CS_VREDRAW to fix painting issues when resizing. | Sean Hall | 6 | -38/+46 | |
| 2021-11-01 | Remove dutil types from BAFunctions. | Sean Hall | 8 | -47/+40 | |
| 2021-11-01 | Make thmutil automatically load controls during window creation. | Sean Hall | 14 | -231/+542 | |
| Add control loaded event. | |||||
| 2021-11-01 | Add more thmutil window messages to simplify handling control events. | Sean Hall | 9 | -213/+564 | |
| 2021-11-01 | Allow more customization of control ids in thmutil. | Sean Hall | 13 | -48/+374 | |
| Allow BAFunctions to set control ids. Make sure control ids don't collide. | |||||
| 2021-11-01 | Build thmviewer. | Sean Hall | 5 | -26/+57 | |
| 2021-11-01 | Seal previously publicized classes | Hank McCord | 20 | -20/+20 | |
| 2021-11-01 | Publicize heat extensions, harvesters and mutators | Hank McCord | 20 | -43/+43 | |
| 2021-11-01 | Fix heat not using passed in extensions | Hank McCord | 1 | -1/+9 | |
| Fixes: wixtoolset/issues#6564 | |||||
| 2021-11-01 | Add ability to skip running vsdevcmd.bat. | Sean Hall | 2 | -1/+15 | |
| 2021-10-20 | Import vsdevcmd environment variables if missing during build | Rob Mensching | 2 | -9/+21 | |
| 2021-10-19 | Formatting fixes to YAML files | Rob Mensching | 2 | -6/+8 | |
| 2021-10-19 | Minor build improvements to reduce output | Rob Mensching | 2 | -10/+10 | |
