Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update PlanTest to use manifests created by latest v4. | Sean Hall | 2021-01-17 | 4 | -182/+124 |
| | |||||
* | Upgrade to latest dutil as first step for x64 and ARM64 | Bob Arnson | 2021-01-11 | 2 | -4/+4 |
| | |||||
* | WIXBUG:4539 - Fix overall Cache action planning with related bundles. | Sean Hall | 2020-12-15 | 1 | -0/+72 |
| | |||||
* | Use plan to decide when to begin, commit, or rollback MSI transactions | Sean Hall | 2020-11-17 | 1 | -23/+39 |
| | |||||
* | Add plan tests. | Sean Hall | 2020-11-17 | 4 | -0/+987 |
| | |||||
* | Run unit tests in the build script. | Sean Hall | 2020-11-17 | 2 | -11/+12 |
| | |||||
* | WIXFEAT:5355 - Don't clear variable for missing key or value. | Sean Hall | 2020-11-01 | 1 | -0/+6 |
| | |||||
* | Stop encrypting hidden variables. | Sean Hall | 2020-11-01 | 1 | -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 Hall | 2020-11-01 | 3 | -12/+27 |
| | |||||
* | Update string versioning. | Sean Hall | 2020-10-24 | 1 | -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 Hall | 2020-10-24 | 8 | -51/+95 |
| | |||||
* | Update splash screen to be per-monitor DPI aware. | Sean Hall | 2020-08-09 | 2 | -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 Hall | 2020-08-09 | 5 | -37/+181 |
| | |||||
* | Move Burn headers from BootstrapperCore repo. | Sean Hall | 2020-07-18 | 2 | -4/+1 |
| | |||||
* | Only support encrypting string variants. | Sean Hall | 2020-07-17 | 1 | -4/+4 |
| | |||||
* | Add VariantTest. | Sean Hall | 2020-07-17 | 4 | -4/+209 |
| | |||||
* | Integrate BurnUnitTest into latest v4. | Sean Hall | 2020-07-16 | 12 | -152/+241 |
| | |||||
* | Import BurnUnitTest from old wix4 repo. | Sean Hall | 2020-07-16 | 19 | -0/+2928 |