aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update some skipped tests to be dynamically skipped.Sean Hall2022-06-155-19/+75
|
* Build and run x64 dutil tests.Sean Hall2022-06-158-77/+81
|
* Use WixAssert in more places.Sean Hall2022-06-1547-539/+605
|
* Improve WixAssert.StringEqual to print where the first difference is.Sean Hall2022-06-151-26/+66
|
* Allow BundlePackage to fallback to QuietUninstallString to uninstall.Sean Hall2022-06-1413-61/+449
| | | | Partial implementation of 6756
* Add ability for non-vital cache package action.Sean Hall2022-06-1431-155/+723
|
* Implement ArpEntry flavored ExePackage.Sean Hall2022-06-1358-267/+1957
| | | | 6772
* Make sure base paths are fully qualified in Burn.Sean Hall2022-06-0714-40/+87
|
* Update Burn algorithm for picking elevated temp path to use SystemTemp.Sean Hall2022-06-0726-87/+577
|
* REG_EXPAND_SZ values are not necessarily a path.Sean Hall2022-06-0713-32/+211
|
* Add RegReadUnexpandedString to get an unexpanded REG_EXPAND_SZ value.Sean Hall2022-06-078-196/+1007
|
* Make PathGetSystemPath return an array of paths ordered by preference.Sean Hall2022-06-0712-75/+338
|
* Add PathSkipPastRoot.Sean Hall2022-06-079-310/+414
|
* Replace PathCompare with PathCompareCanonicalized.Sean Hall2022-06-0710-203/+301
|
* Resolve paths while parsing them from the command line.Sean Hall2022-06-0716-210/+301
| | | | | The current directory is a process wide setting that can potentially be changed by any thread. Remove fileutil methods that had equivalent pathutil methods.
* Fix StyleCop complaints.Ron Martin2022-06-031-14/+22
|
* Add PathConcatRelativeToBase and use it in Burn.Sean Hall2022-05-3114-41/+233
| | | | Fixes 6707
* Update payload.cpp and container.cpp to use more concise Exit* macros.Sean Hall2022-05-312-54/+43
|
* Add PathCanonicalizeForComparison.Sean Hall2022-05-318-116/+822
|
* Replace PathIsAbsolute with PathIsRooted and add PathIsFullyQualified.Sean Hall2022-05-318-22/+350
|
* Add MemSizeChecked.Sean Hall2022-05-318-109/+130
|
* PathGetDirectory can't be responsible for stripping quotes.Sean Hall2022-05-312-6/+33
|
* PathEnsureQuoted is not generally useful.Sean Hall2022-05-314-68/+59
|
* Fix DncHostGeneratorTests.Sean Hall2022-05-311-0/+3
|
* Rename build.cmd to devbuild.cmd to better represent its purposeRob Mensching2022-05-243-21/+22
| | | | | | | | | | The build.cmd in the root of the repository is intended for use by developers looking to build the full WiX Toolset. Official builds use the appropriate build files in the src folder. Renaming build.cmd to devbuild.cmd better represents its purpose. As a bonus, renaming to devbuild.cmd also removes TAB completion conflict with the .\build folder.
* Ignore NU1507 to work-around Centrally Versioned Packaging changeRob Mensching2022-05-241-1/+1
| | | | | | | Centrally Versioned Packaging made a change at RTM to dissuade the use of multiple NuGet repositories. The WiX build is designed to use multiple repositories specifically ordered to provide the appropriate fallback behavior, so disabling this new warning globally.
* Keep track of when parts of verutil/WixVersions are missing.Sean Hall2022-05-179-22/+322
| | | | | | Return null when WixVersion.TryParse returns false. 6776
* Store the prefix character in VERUTIL_VERSION.Sean Hall2022-05-177-14/+118
| | | | Fix edge case where version string is all v's.
* Add option to hosts to always install prereqs.Sean Hall2022-05-1435-42/+1154
| | | | | | Add PrereqPackage to BundlePackage Implements 4718
* Move infinite loop detection into the hosts.Sean Hall2022-05-1455-493/+500
| | | | | | | 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-148-157/+85
|
* Add ability to skip tests at runtime, and skip long running cache testsSean Hall2022-05-1338-194/+423
| | | | 6665
* Remove comments from global.json.Sean Hall2022-05-121-0/+2
|
* Add support for semver in bundles and dependenciesRob Mensching2022-05-1036-116/+568
| | | | | | | Take advantage of WixVersion/verutil functionality to support wider range of version numbers were possible in the WiX Toolset Completes 4666
* Add WixVersion implementation to WixToolset.DataRob Mensching2022-05-103-0/+522
|
* Harvest BundlePackage payloads.Sean Hall2022-05-0618-187/+752
| | | | Fixes 6757
* Only block shutdown during Apply.Sean Hall2022-05-0425-231/+107
|
* Assume critical shutdown was caused by the current package.Sean Hall2022-05-043-15/+27
| | | | | Packages should not be retried if a restart was initiated. Only the first package that initiated restart should be stored in BURN_BUNDLE_FORCED_RESTART_PACKAGE.
* Allow burn.runonce with burn.clean.room and create runonce log.Sean Hall2022-05-043-8/+25
|
* Port UtilExtension.UserTests from wix3.Sean Hall2022-04-2930-0/+1032
|
* Add ability to disable file system redirection for File/DirectorySearchSean Hall2022-04-288-13/+179
| | | | Fixes 5476
* Use GitInfo in C++/CLI unit test projects to fix Burn's FileSearch testSean Hall2022-04-283-1/+4
|
* Enforce that Update and RemoteBundle can only be specified once.Sean Hall2022-04-261-0/+21
| | | | Also, RemoteBundle is required if BundlePackagePayload is remote.
* Always reset the system component status when registering the bundle.Sean Hall2022-04-237-165/+26
| | | | Finishes 4454
* Make the estimated size in ARP a little more accurate.Sean Hall2022-04-2317-113/+177
| | | | Fixes 4039
* Add RepairCondition.Sean Hall2022-04-2333-17/+237
| | | | Fixes 6758
* Upgrade dnchost's nethost dependency to .NET 6.0.4.Sean Hall2022-04-2013-14/+115
|
* Upgrade test BAs to net6.0 and use x64 bundles for ManagedHost tests.Sean Hall2022-04-1924-52/+56
| | | | Fixes 6651
* Replace Dnc.Host with Dnc.HostGenerator to support linker trimming.Sean Hall2022-04-1948-565/+626
|
* Set each native library dependency version to the build version.Sean Hall2022-04-1922-36/+5
|