aboutsummaryrefslogtreecommitdiff
path: root/src/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Handle when related bundles have an uninstall key but aren't cached.Sean Hall2021-03-111-2/+93
| | | | #4991
* Correctly handle missing/null values with ~<> operator.Bob Arnson2021-03-071-0/+3
| | | | | | (That's case-insensitive non-equal.) Fixes https://github.com/wixtoolset/issues/issues/5372
* Use SHA512 instead of SHA1.Sean Hall2021-03-023-4/+6
| | | | #3992
* Upgrade to latest dutil for SHA512.Sean Hall2021-03-022-3/+3
| | | | #3992
* Always remove all dependencies the bundle could have registered.Sean Hall2021-03-021-7/+11
| | | | #6297
* Fix patch registration states during plan and apply.Sean Hall2021-02-221-1/+1
| | | | | | Add logging for slipstreamed patches. #6297
* Add patch target for slipstream MSI package even if not installed.Sean Hall2021-02-223-2/+303
| | | | Fixes #3897
* Initialize exe package ancestors during CoreInitialize instead of Plan.Sean Hall2021-02-221-1/+2
|
* Make PlanTest test fDeleted and the expected states of all packages.Sean Hall2021-02-221-35/+86
|
* Remove BITS support. Update DUtil dependency.Bob Arnson2021-02-093-4/+3
|
* Require Vista (Server 2008) SP2 or newer.Sean Hall2021-02-072-3/+3
| | | | #6318
* Add guid to ProjectReferences so .vcx project system understands them.Sean Hall2021-02-071-1/+3
|
* Change the implementation of Cache="always" to request the CACHE state.Sean Hall2021-02-041-1/+1
| | | | | | This makes it possible for the prereq BA to not cache those packages while installing the prereqs, which allows the engine to automatically cleanup if necessary. #6297 for this commit and the previous 6.
* Update the logic for determining when the bundle should be registered.Sean Hall2021-02-042-59/+203
| | | | | | | | The basic rule is that if a non-permanent package is present at the end of the chain, then the bundle should be registered. If no non-permanent packages are present at the end of the chain, then the bundle should not be registered. This required tracking what actually happened with each package during Apply. Include cache status in registration calculation. Include dependency ref-counting when determining whether the bundle should be registered.
* Require re-Detect after Apply.Sean Hall2021-02-041-0/+1
|
* Clean up synchronization between the engine and the BA.Sean Hall2021-02-041-1/+2
|
* Move registry checks for dependency ref-counting into Detect.Sean Hall2021-02-041-6/+17
|
* Remove Burn AuthenticodeBob Arnson2021-01-312-2/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/6301
* First steps on Burn for x64 and ARM64Bob Arnson2021-01-191-0/+8
|
* Update PlanTest to use manifests created by latest v4.Sean Hall2021-01-174-182/+124
|
* Upgrade to latest dutil as first step for x64 and ARM64Bob Arnson2021-01-112-4/+4
|
* WIXBUG:4539 - Fix overall Cache action planning with related bundles.Sean Hall2020-12-151-0/+72
|
* Use plan to decide when to begin, commit, or rollback MSI transactionsSean Hall2020-11-171-23/+39
|
* Add plan tests.Sean Hall2020-11-174-0/+987
|
* Run unit tests in the build script.Sean Hall2020-11-172-11/+12
|
* WIXFEAT:5355 - Don't clear variable for missing key or value.Sean Hall2020-11-011-0/+6
|
* Stop encrypting hidden variables.Sean Hall2020-11-011-45/+5
| | | | They were persisted in plaintext, and always had to be decrypted and sent to a separate process to actually be used.
* WIXFEAT:6258 - Format variables when evaluating condition.Sean Hall2020-11-013-12/+27
|
* Update string versioning.Sean Hall2020-10-241-0/+1
| | | | | Update condition parsing to allow specific characters for versions. Log every time an invalid version is parsed.
* WIXFEAT:6210 Change data type of versions to strings.Sean Hall2020-10-248-51/+95
|
* Update splash screen to be per-monitor DPI aware.Sean Hall2020-08-092-4/+4
| | | | Remove GDI+ from engine since the higher quality scaling isn't worth the additional dependency.
* WIXFEAT:4763 Change "string" variable type to literal and add "formatted".Sean Hall2020-08-095-37/+181
|
* Move Burn headers from BootstrapperCore repo.Sean Hall2020-07-182-4/+1
|
* Only support encrypting string variants.Sean Hall2020-07-171-4/+4
|
* Add VariantTest.Sean Hall2020-07-174-4/+209
|
* Integrate BurnUnitTest into latest v4.Sean Hall2020-07-1612-152/+241
|
* Import BurnUnitTest from old wix4 repo.Sean Hall2020-07-1619-0/+2928