aboutsummaryrefslogtreecommitdiff
path: root/src/ext (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Add ability to disable file system redirection for File/DirectorySearchSean Hall2022-04-283-12/+31
| | | | Fixes 5476
* Add RepairCondition.Sean Hall2022-04-231-1/+2
| | | | Fixes 6758
* Upgrade dnchost's nethost dependency to .NET 6.0.4.Sean Hall2022-04-2011-11/+108
|
* Upgrade test BAs to net6.0 and use x64 bundles for ManagedHost tests.Sean Hall2022-04-1911-23/+23
| | | | Fixes 6651
* Replace Dnc.Host with Dnc.HostGenerator to support linker trimming.Sean Hall2022-04-1938-555/+595
|
* Set each native library dependency version to the build version.Sean Hall2022-04-1918-29/+0
|
* Fix warning in dnchost by using release runtime in debug.Sean Hall2022-04-191-3/+8
|
* Try to improve fields of bundle symbols.Sean Hall2022-04-132-55/+53
|
* Detect related bundles for BundlePackages.Sean Hall2022-04-011-0/+11
|
* Implement IWindowsInstallerDecompileExtensionsRob Mensching2022-03-308-846/+516
| | | | | | | Update Util extension to validate extension model and fix some small issues in MSI decompiling. Fixes 6367
* Add `ExePackage/@Bundle` to opt-in to v3 behavior.Sean Hall2022-03-222-8/+8
| | | | | | Automatically add '-norestart' for bundle ExePackages. Fixes 6252
* Give BA process id and option to wait for cancelled process to exit.Sean Hall2022-03-191-0/+8
|
* Enhance bundle backend validation.Sean Hall2022-03-164-5/+46
|
* Add WixBundleCommandLineAction, don't set dynamic variables at startup.Sean Hall2022-03-161-45/+58
| | | | Fixes 6736
* Fix themes to account for UnsafeUninstall action.Sean Hall2022-03-166-25/+61
|
* Use UTF-8 for Kazakh languageRob Mensching2022-03-142-1/+21
| | | | Fixes 5685
* Make engine skip planning if there are any downgrade related bundles.Sean Hall2022-03-141-30/+26
| | | | | Fixes 6677, 6722 Reverts 6537
* Allow the BA to override the bundle relation type during plan.Sean Hall2022-03-142-0/+51
|
* Change ARP property Installed to 0 when registrationType is InProgress.Sean Hall2022-03-051-2/+2
| | | | Being registered in ARP and "installed" were always separate concepts, and some things like fEligibleForCleanup were looking at the wrong thing. This also allows the BA to tell the difference.
* Improve error reporting wrt ExePackage and MsuPackage attributesRob Mensching2022-03-019-9/+9
| | | | | | | | For example, DetectCondition is required when RepairArguments or UninstallArguments present and always recommended. Also, non-permanent ExePackages need UninstallArguments. The code was refactored to make it easier to reason over the different requirements for different package types.
* .NET Framework and .NET Core redists using certificate validationRob Mensching2022-02-288-188/+79
|
* Finish removing native pdbs from .nupkg and removing symbols packages.Sean Hall2022-02-1815-15/+0
|
* Exclude sample PDBs from the zip.Sean Hall2022-02-181-0/+1
|
* Create single .zip file for non-embedded pdb filesRob Mensching2022-02-179-27/+1
| | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files.
* Fix table names missing `Wix4` prefix.Bob Arnson2022-02-133-4/+4
|
* Versioned extension ids: ComPlus, MsmqBob Arnson2022-02-1338-289/+292
|
* When rolling back a bundle failure, reinstall all upgrade related bundles.Sean Hall2022-02-102-0/+17
| | | | Fixes #3421
* Central caDecor and caErr.Bob Arnson2022-02-1030-924/+28
|
* Remove orphan package providers when unregistering the bundle.Sean Hall2022-02-011-0/+4
| | | | Fixes #3850
* Add platform-specific CAs and compiler extension.Bob Arnson2022-01-3014-137/+133
| | | | https://github.com/wixtoolset/issues/issues/5933
* Add compiler extension to handle platforms.Bob Arnson2022-01-3019-85/+238
| | | | | | | | Custom actions to print EULA and validate install directories are defined in WixUIExtension compiler extension, to handle platform-specific custom actions referred to from `DoAction` control events. This is the least-worst solution, given the `DoAction` approach used in the WixUI authoring and anyone customizing a WixUI set.
* Fix NoWarn being overridden and use PackageReference for TestSupport.Sean Hall2022-01-2713-52/+0
|
* Remove orphan compatible MSI packages.Sean Hall2022-01-162-0/+53
| | | | Reimplements #3190
* Read WindowsInstallerData at same XML conformance as writingRob Mensching2022-01-042-0/+39
|
* Properly place Iis.wixext in its own segment and simplify its buildRob Mensching2022-01-032-3/+13
|
* Properly place Iis.wixext in its own segment and simplify its buildRob Mensching2022-01-032-3/+13
|
* Try to get more helpful test failure messages.Sean Hall2022-01-018-16/+16
|
* DefineConstants fixed in last wix.targets upgradeRob Mensching2021-12-301-7/+0
|
* Don't report related operation in OnDetectRelatedBundle.Sean Hall2021-12-301-4/+9
| | | | #5796
* Simplify and normalize ext projectsRob Mensching2021-12-3033-152/+112
| | | | | | Now that wix.targets is more compatible with MS.Common.targets the extension projects can be simplified. Also made their project files more consistent with each other.
* Build with VS2022, which is now required.Bob Arnson2021-12-2518-22/+0
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.