Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always append Windows Installer logs in Burn. | Sean Hall | 2021-07-06 | 2 | -2/+2 |
| | | | | Fixes #4828 | ||||
* | Improve whitespace handling in Burn conditions. | Sean Hall | 2021-07-06 | 2 | -1/+3 |
| | | | | Fixes #4702 | ||||
* | See wixtoolset/Issues/4726. | Ron Martin | 2021-07-05 | 11 | -15/+338 |
| | | | | | | Implements actually failing and potentially failing tests for the proper enforcement of proper field widths for major an minor version numbers for advertised and unadvertised type ibraries. Implements the enforcement of proper field widths for major an minor version numbers for advertised and unadvertised type libraries. See wixtoolset/Issues/4726. | ||||
* | Fix errors in that cause format specifiers to appear in | Ron Martin | 2021-07-05 | 1 | -3/+3 |
| | | | | error messages rather than the intended data. | ||||
* | Fixes an error reported by Resharper. | Ron Martin | 2021-07-05 | 1 | -2/+2 |
| | |||||
* | Make the BA responsible for parsing restart prompt behavior. | Sean Hall | 2021-07-02 | 19 | -143/+180 |
| | | | | Fixes #4975 | ||||
* | Add bundle option for command line variables to always be uppercase. | Sean Hall | 2021-07-02 | 32 | -13/+454 |
| | | | | Fixes #3777 | ||||
* | Expose overridable variable APIs in balutil and Mba.Core. | Sean Hall | 2021-07-02 | 17 | -121/+539 |
| | | | | Fixes #4777 | ||||
* | Fix decompilation for TARGETDIR-rooted components. | Bob Arnson | 2021-06-29 | 4 | -9/+22 |
| | | | | Also ensure modularization Guid is decompiled. | ||||
* | Fix typos and whitespace. | Bob Arnson | 2021-06-28 | 3 | -6/+5 |
| | |||||
* | Fix build versioning to ignore tags. | Bob Arnson | 2021-06-28 | 1 | -0/+1 |
| | |||||
* | Use traversal projects to build libs in parallel. | Bob Arnson | 2021-06-28 | 4 | -32/+41 |
| | |||||
* | Apply shouldn't abort if restart's required when doing special actions. | Sean Hall | 2021-06-17 | 1 | -2/+2 |
| | | | | Fixes #5394 | ||||
* | Add Success page to prereq BA. | Sean Hall | 2021-06-17 | 28 | -50/+215 |
| | | | | | | | This was needed to explain to the user that a restart is required but not allowed. It also allows localizing the reboot prompt. Fixes #3957, #5395 | ||||
* | Fix prereq BA to not reload the bootstrapper if a restart is required. | Sean Hall | 2021-06-17 | 1 | -4/+5 |
| | | | | Fixes #5286 | ||||
* | Fix runtime parsing of ExePackage/@ExitCode for negative values. | Sean Hall | 2021-06-13 | 1 | -1/+1 |
| | | | | Fixes #4176 | ||||
* | Fix parsing large values for ChainPackage/@InstallSize. | Sean Hall | 2021-06-13 | 3 | -3/+7 |
| | | | | Fixes #4388 | ||||
* | Skip failing test. | Bob Arnson | 2021-06-09 | 1 | -1/+1 |
| | |||||
* | Fix building and perf for bundles with 1000s of package and BA payloads | Sean Hall | 2021-06-09 | 23 | -186/+317 |
| | | | | Fixes other half of #5300 | ||||
* | Show Burn splash screen earlier. | Sean Hall | 2021-06-09 | 9 | -23/+155 |
| | | | | | | Make the initial Burn process show the splash screen, and show it before parsing the manifest. Fixes half of #5300 | ||||
* | Update Burn command line parsing to handle unknown args separately. | Sean Hall | 2021-06-09 | 3 | -142/+181 |
| | | | | Parse whole command line in InitializeEngineState but store the indices of unknown args. This allows the engine earlier access to the configuration from the command line, while still allowing CoreInitialize to sanitize the command line before logging it. | ||||
* | Try to log Burn command line even if it was invalid. | Sean Hall | 2021-06-09 | 6 | -36/+111 |
| | |||||
* | Add a manual test bundle for testing BAFunctions and thmutil. | Sean Hall | 2021-06-04 | 29 | -0/+785 |
| | |||||
* | Fix bug where theme window didn't enlarge client area for default DPI. | Sean Hall | 2021-06-04 | 1 | -9/+33 |
| | |||||
* | Fix loading BAFunctions. | Sean Hall | 2021-06-04 | 3 | -23/+14 |
| | |||||
* | Support multiple thmutil in same process. | Sean Hall | 2021-06-04 | 1 | -15/+30 |
| | |||||
* | Add thmutil Image element to allow specifying multiple resolutions. | Sean Hall | 2021-06-04 | 2 | -25/+371 |
| | | | | | | Rename previous Image element to ImageListItem. Last partial fix for #6155 | ||||
* | Allow arbitrary strings for thmutil Font ids. | Sean Hall | 2021-06-04 | 2 | -16/+39 |
| | |||||
* | Require separate images for thmutil graphic Buttons and Progressbars. | Sean Hall | 2021-06-04 | 2 | -187/+389 |
| | |||||
* | Add THEME_IMAGE_REFERENCE to thmutil. | Sean Hall | 2021-06-04 | 2 | -70/+293 |
| | |||||
* | In thmutil when drawing images, use GDI+ and the actual dimensions. | Sean Hall | 2021-06-04 | 7 | -97/+259 |
| | | | | | Partial fix for #6155 Fixes #4106 | ||||
* | Enforce schema restrictions for numeric and image thmutil attributes. | Sean Hall | 2021-06-04 | 7 | -1633/+696 |
| | |||||
* | Require children of thmutil Billboard elements to be BillboardPanel. | Sean Hall | 2021-06-04 | 5 | -103/+180 |
| | |||||
* | Remove bundle platform warning. | Bob Arnson | 2021-06-03 | 3 | -15/+0 |
| | |||||
* | Add some 64-bit Burn tests. | Bob Arnson | 2021-06-02 | 11 | -3/+88 |
| | |||||
* | Make IgnoreRollbackError set HRESULT to S_OK. | Sean Hall | 2021-05-19 | 1 | -2/+2 |
| | |||||
* | Run the non-Tools tests in src\wix\test. | Sean Hall | 2021-05-19 | 3 | -2/+12 |
| | |||||
* | Try to make building Bal.wixext and IntegrationBurn faster. | Sean Hall | 2021-05-19 | 6 | -43/+33 |
| | |||||
* | Add InProgressDisplayName for bundles. | Sean Hall | 2021-05-19 | 28 | -170/+391 |
| | | | | #6296 | ||||
* | Start WiX Toolset v4-preview.1 | Rob Mensching | 2021-05-17 | 2 | -5/+5 |
| | |||||
* | WiX Toolset v4-preview.0v4.0.0-preview.0 | Rob Mensching | 2021-05-17 | 15 | -19/+38 |
| | |||||
* | Update package Cache attribute to new attribute values | Rob Mensching | 2021-05-17 | 24 | -129/+311 |
| | | | | Closes wixtoolset/issues#5125 | ||||
* | Sign and execute runtime tests only on master | Rob Mensching | 2021-05-17 | 1 | -4/+12 |
| | |||||
* | Enable enabling runtime tests | Rob Mensching | 2021-05-17 | 3 | -3/+7 |
| | |||||
* | Remove unused code | Rob Mensching | 2021-05-17 | 1 | -13/+0 |
| | |||||
* | Fix batch file command-line parsing | Rob Mensching | 2021-05-17 | 25 | -39/+25 |
| | |||||
* | Fix StrAllocString assertions. | Sean Hall | 2021-05-11 | 3 | -16/+22 |
| | |||||
* | Add tests for WixBA. | Sean Hall | 2021-05-11 | 16 | -149/+202 |
| | |||||
* | Move WixToolset.WixBA into test/burn and use new PackageReferences. | Sean Hall | 2021-05-11 | 21 | -2/+6 |
| | |||||
* | Update WixBA to Mba.Core 4.0.58. | Sean Hall | 2021-05-11 | 3 | -12/+58 |
| |