aboutsummaryrefslogtreecommitdiff
path: root/src/ext (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add NetFx .NET compatibility check for MSI (#262)StefanStojanovic2022-10-2512-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 commentsRob Mensching2022-10-212-63/+62
| | | | Plus some code clean up so error reporting is consistent.
* Support add, modify and remove comments on user accountsRon Martin2022-10-2112-133/+521
| | | | Fixes 5371
* Update build dependencies and normalize more projectsRob Mensching2022-10-1916-36/+30
|
* Name the bind path item group "BindPath" in MSBuildRob Mensching2022-10-153-8/+8
| | | | Closes 6959
* Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"sRob Mensching2022-10-1542-324/+158
| | | | Fixes 6944
* Add Netfx bundle extension and netfx:DotNetCoreSearch.Sean Hall2022-10-1045-146/+1395
| | | | | | Remove built-in .NET Core packages since they update too quickly. Fixes 6257
* Modernize Util.wixext buildRob Mensching2022-10-043-6/+35
|
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-0319-19/+19
| | | | Closes 6942
* Fix UICompiler custom actions duplicationStefanStojanovic2022-09-281-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 IsWixTestProjectRob Mensching2022-09-2318-140/+17
|
* Add WixUI/@InstallDirectory to simplify authoring.Bob Arnson2022-09-223-3/+19
| | | | Fixes https://github.com/wixtoolset/issues/issues/6926.
* Support bundle updates in WixStdBA.Bob Arnson2022-09-128-2/+148
| | | | Fixes https://github.com/wixtoolset/issues/issues/6894.
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-098-11/+150
| | | | Implements 6858
* Add WixCanRestart and make wixstdba elevate for restart when required.Sean Hall2022-09-031-7/+56
| | | | Fixes 5499
* Process and return the failed version of reboot exit codes in Burn.Sean Hall2022-08-262-4/+4
| | | | | | (ERROR_FAIL_REBOOT_REQUIRED and ERROR_FAIL_REBOOT_INITIATED) Fixes 6762
* Allow customization of the .wixpdb output folderRob Mensching2022-08-251-1/+1
| | | | Fixes 6857
* Handle downgrade failure detection during Detect.Bob Arnson2022-08-221-16/+28
| | | | Fixes https://github.com/wixtoolset/issues/issues/6537.
* Use conditional text rather than controls.Bob Arnson2022-08-182-4/+8
|
* Fix OnExecuteMsiMessage to return chosen result.Bob Arnson2022-08-141-5/+19
|
* Allow wixstdba special controls to have declarative text.Sean Hall2022-08-101-26/+27
| | | | Fixes 6855
* Use IFileOpenDialog instead of SHBrowseForFolder and GetOpenFileName.Sean Hall2022-08-101-15/+11
| | | | It is the recommended option since Vista and has better long path support.
* Improve error messages for remote payloadsRob Mensching2022-08-101-1/+0
|
* Skip logging errors in some places when they are due to missing files or ↵Sean Hall2022-08-093-56/+52
| | | | | | registry keys or values. Related to 6696
* Update Serbian locale name.Bob Arnson2022-08-061-0/+0
| | | | https://github.com/wixtoolset/issues/issues/6742
* Handle suppressed Options button.Bob Arnson2022-08-033-3/+6
| | | | Fixes https://github.com/wixtoolset/issues/issues/5624.
* Update expected message in CanLoadFDDx86EarliestCoreMBA.Sean Hall2022-08-031-1/+2
|
* Downgrade error to warning when search refs a reserved prefix variable.Sean Hall2022-08-022-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 targetsRob Mensching2022-08-016-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 Hall2022-08-011-0/+11
| | | | Related to 6843
* Don't show FilesInUse dialogs if loc strings are missing.Sean Hall2022-07-254-75/+140
| | | | This allows all flavors of wixstdba to conditionally support them.
* Add dialog for non-RM FilesInUse and Netfx FilesInUse.Sean Hall2022-07-253-28/+246
| | | | Fixes 5208
* Use radio buttons in FilesInUse task dialog.Sean Hall2022-07-251-25/+30
|
* Add files-in-use task dialog.Bob Arnson2022-07-255-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.
* Expose and use methods to parse attributes with Burn variable names.Sean Hall2022-07-213-14/+22
| | | | Fixes 6819
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-2040-108/+2675
| | | | Implements 6835
* Add tests to validate Variable name validationRob Mensching2022-07-122-0/+96
| | | | Closes #6819
* Add missing Binary simple reference for UI.wixext dll.Sean Hall2022-07-052-25/+125
|
* Remote payloads using certificate verification cannot use hashRob Mensching2022-06-295-24/+24
| | | | Fixes 6745
* Update some skipped tests to be dynamically skipped.Sean Hall2022-06-151-2/+10
|
* Use WixAssert in more places.Sean Hall2022-06-151-10/+16
|
* Add ability for non-vital cache package action.Sean Hall2022-06-141-1/+13
|
* Add PathConcatRelativeToBase and use it in Burn.Sean Hall2022-05-311-1/+1
| | | | Fixes 6707
* PathEnsureQuoted is not generally useful.Sean Hall2022-05-312-0/+59
|
* Fix DncHostGeneratorTests.Sean Hall2022-05-311-0/+3
|
* Add option to hosts to always install prereqs.Sean Hall2022-05-1410-28/+355
| | | | | | Add PrereqPackage to BundlePackage Implements 4718
* Move infinite loop detection into the hosts.Sean Hall2022-05-1445-478/+431
| | | | | | | 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.
* Update balutil and Bal.wixext to use more concise Exit* macros.Sean Hall2022-05-143-79/+44
|
* Add support for semver in bundles and dependenciesRob Mensching2022-05-103-2/+9
| | | | | | | Take advantage of WixVersion/verutil functionality to support wider range of version numbers were possible in the WiX Toolset Completes 4666
* Only block shutdown during Apply.Sean Hall2022-05-041-17/+0
|