aboutsummaryrefslogtreecommitdiff
path: root/src/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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