Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't fail on bad/missing update feed URL. | Bob Arnson | 2022-12-15 | 1 | -0/+15 |
| | |||||
* | wixstdba should not change the action if not showing full UI. | Sean Hall | 2022-12-13 | 1 | -2/+3 |
| | | | | | | wixstdba should not block downgrading if run from an upgrade related bundle. Fixes 7081 | ||||
* | Use ConsoleWriteW in netcoresearch.exe. | Sean Hall | 2022-12-12 | 1 | -8/+1 |
| | |||||
* | Try to convert the MBA prereq magic variables to the new attributes. | Sean Hall | 2022-12-12 | 2 | -3/+3 |
| | | | | Fixes 7026 | ||||
* | Better solution to the UI custom action "problem." | Bob Arnson | 2022-12-06 | 12 | -97/+133 |
| | | | | | | Add platform-specific fragments that are referenced by the compiler extension. That makes it easier to customize: Just copy the dialog set authoring and rename, like in v3. | ||||
* | Fix culture on Sql.wixext de-de.wxl | Rob Mensching | 2022-11-17 | 1 | -1/+1 |
| | | | | Fixes 7033 | ||||
* | Go back to separate .wixlibs for DifxApp. | Bob Arnson | 2022-11-16 | 11 | -90/+44 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7015. | ||||
* | Fix when xmlns placed directly on PermissionEx | Rob Mensching | 2022-11-15 | 2 | -18/+27 |
| | | | | | | | | This is NOT recommended in v4 and its converter will move namespaces to the root element, but WiX v3 allowed it so we'll continued to do so in v4. Fixes 7010 | ||||
* | Fix Iis table definitions. | Bob Arnson | 2022-11-14 | 2 | -21/+20 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7014. | ||||
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 37 | -37/+4 |
| | |||||
* | WiX Toolset v4-preview.1v4.0.0-preview.1 | Rob Mensching | 2022-11-11 | 1 | -1/+1 |
| | |||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 36 | -54/+54 |
| | |||||
* | Ensure all published .nupkgs have an icon | Rob Mensching | 2022-11-08 | 3 | -9/+11 |
| | |||||
* | Very minor cleanup | Rob Mensching | 2022-11-08 | 4 | -12/+12 |
| | |||||
* | Loc files were still using inner text, stop doing that | Rob Mensching | 2022-10-31 | 121 | -25660/+26567 |
| | | | | Fixes 6970 | ||||
* | Remove support for .NET Core 3.x from dnchost. | Sean Hall | 2022-10-25 | 6 | -384/+19 |
| | | | | Related to 6942 | ||||
* | Add NetFx .NET compatibility check for MSI (#262) | StefanStojanovic | 2022-10-25 | 12 | -3/+490 |
| | | | | | | | | | | | Adds new custom element in NetFx extension for running NetCoreCheck.exe tool from within the MSI installer - `<netfx:DotNetCompatibilityCheck />`. The checks are run before evaluating launch conditions, so their results can be used in those conditions. There is no limitation on the number of checks that can be run, so installer may query various runtimes on different platforms and versions and with different roll forward policies. Fixes https://github.com/wixtoolset/issues/issues/6264 | ||||
* | Fix a couple minor bug in when adding/removing user comments | Rob Mensching | 2022-10-21 | 2 | -63/+62 |
| | | | | Plus some code clean up so error reporting is consistent. | ||||
* | Support add, modify and remove comments on user accounts | Ron Martin | 2022-10-21 | 12 | -133/+521 |
| | | | | Fixes 5371 | ||||
* | Update build dependencies and normalize more projects | Rob Mensching | 2022-10-19 | 16 | -36/+30 |
| | |||||
* | Name the bind path item group "BindPath" in MSBuild | Rob Mensching | 2022-10-15 | 3 | -8/+8 |
| | | | | Closes 6959 | ||||
* | Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"s | Rob Mensching | 2022-10-15 | 42 | -324/+158 |
| | | | | Fixes 6944 | ||||
* | Add Netfx bundle extension and netfx:DotNetCoreSearch. | Sean Hall | 2022-10-10 | 45 | -146/+1395 |
| | | | | | | Remove built-in .NET Core packages since they update too quickly. Fixes 6257 | ||||
* | Modernize Util.wixext build | Rob Mensching | 2022-10-04 | 3 | -6/+35 |
| | |||||
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 19 | -19/+19 |
| | | | | Closes 6942 | ||||
* | Fix UICompiler custom actions duplication | StefanStojanovic | 2022-09-28 | 1 | -25/+35 |
| | | | | | | | For each ui:WixUI tag found, UICompiler adds PrintEula and ValidatePath custom actions. This causes problems with duplicate symbols if 2 or more such tags are used. This change makes sure that UI custom actions are added only once in total. | ||||
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 18 | -140/+17 |
| | |||||
* | Add WixUI/@InstallDirectory to simplify authoring. | Bob Arnson | 2022-09-22 | 3 | -3/+19 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6926. | ||||
* | Support bundle updates in WixStdBA. | Bob Arnson | 2022-09-12 | 8 | -2/+148 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6894. | ||||
* | Move `Bundle/@CommandLineVariables` into Bal.wixext. | Sean Hall | 2022-09-09 | 8 | -11/+150 |
| | | | | Implements 6858 | ||||
* | Add WixCanRestart and make wixstdba elevate for restart when required. | Sean Hall | 2022-09-03 | 1 | -7/+56 |
| | | | | Fixes 5499 | ||||
* | Process and return the failed version of reboot exit codes in Burn. | Sean Hall | 2022-08-26 | 2 | -4/+4 |
| | | | | | | (ERROR_FAIL_REBOOT_REQUIRED and ERROR_FAIL_REBOOT_INITIATED) Fixes 6762 | ||||
* | Allow customization of the .wixpdb output folder | Rob Mensching | 2022-08-25 | 1 | -1/+1 |
| | | | | Fixes 6857 | ||||
* | Handle downgrade failure detection during Detect. | Bob Arnson | 2022-08-22 | 1 | -16/+28 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6537. | ||||
* | Use conditional text rather than controls. | Bob Arnson | 2022-08-18 | 2 | -4/+8 |
| | |||||
* | Fix OnExecuteMsiMessage to return chosen result. | Bob Arnson | 2022-08-14 | 1 | -5/+19 |
| | |||||
* | Allow wixstdba special controls to have declarative text. | Sean Hall | 2022-08-10 | 1 | -26/+27 |
| | | | | Fixes 6855 | ||||
* | Use IFileOpenDialog instead of SHBrowseForFolder and GetOpenFileName. | Sean Hall | 2022-08-10 | 1 | -15/+11 |
| | | | | It is the recommended option since Vista and has better long path support. | ||||
* | Improve error messages for remote payloads | Rob Mensching | 2022-08-10 | 1 | -1/+0 |
| | |||||
* | Skip logging errors in some places when they are due to missing files or ↵ | Sean Hall | 2022-08-09 | 3 | -56/+52 |
| | | | | | | registry keys or values. Related to 6696 | ||||
* | Update Serbian locale name. | Bob Arnson | 2022-08-06 | 1 | -0/+0 |
| | | | | https://github.com/wixtoolset/issues/issues/6742 | ||||
* | Handle suppressed Options button. | Bob Arnson | 2022-08-03 | 3 | -3/+6 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/5624. | ||||
* | Update expected message in CanLoadFDDx86EarliestCoreMBA. | Sean Hall | 2022-08-03 | 1 | -1/+2 |
| | |||||
* | Downgrade error to warning when search refs a reserved prefix variable. | Sean Hall | 2022-08-02 | 2 | -9/+73 |
| | | | | The engine doesn't actually prevent external callers from setting variables that start with 'Wix'. | ||||
* | Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targets | Rob Mensching | 2022-08-01 | 6 | -13/+24 |
| | | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838 | ||||
* | Workaround duplicate analyzers in .NET Core BAs. | Sean Hall | 2022-08-01 | 1 | -0/+11 |
| | | | | Related to 6843 | ||||
* | Don't show FilesInUse dialogs if loc strings are missing. | Sean Hall | 2022-07-25 | 4 | -75/+140 |
| | | | | This allows all flavors of wixstdba to conditionally support them. | ||||
* | Add dialog for non-RM FilesInUse and Netfx FilesInUse. | Sean Hall | 2022-07-25 | 3 | -28/+246 |
| | | | | Fixes 5208 | ||||
* | Use radio buttons in FilesInUse task dialog. | Sean Hall | 2022-07-25 | 1 | -25/+30 |
| | |||||
* | Add files-in-use task dialog. | Bob Arnson | 2022-07-25 | 5 | -23/+163 |
| | | | | | | | | 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. |