aboutsummaryrefslogtreecommitdiff
path: root/src/burn/test/BurnUnitTest/BurnUnitTest.vcxproj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-081-2/+2
|
* Make sure error codes are translated correctly for per-machine packages.Sean Hall2022-08-261-0/+1
|
* Store list of persisted well-known variables in Burn.Sean Hall2022-08-021-0/+1
| | | | This allows it to reject Variables declared in the manifest that start with the reserved prefix 'Wix'.
* Add embedded test.Sean Hall2022-06-291-0/+1
|
* Implement ArpEntry flavored ExePackage.Sean Hall2022-06-131-0/+1
| | | | 6772
* Update Burn algorithm for picking elevated temp path to use SystemTemp.Sean Hall2022-06-071-1/+1
|
* Write EngineVersion, ProtocolVersion, and Win64 to the Burn manifest.Sean Hall2022-04-131-2/+2
|
* Implement BundlePackage.Sean Hall2022-04-011-0/+1
| | | | 3693
* Give BA process id and option to wait for cancelled process to exit.Sean Hall2022-03-191-0/+2
|
* Read Uninstallable from manifest and add test for non-uninstallable exeSean Hall2022-03-071-0/+1
| | | | Last part of 6459
* Refactor related bundle enumeration into butil.Sean Hall2022-03-011-0/+1
| | | | Related to #3693
* Factor out TestRegistryFixture so other tests can mock regutil API's.Sean Hall2022-03-011-0/+2
|
* Create single .zip file for non-embedded pdb filesRob Mensching2022-02-171-0/+1
| | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files.
* Remove warnings and make sure more don't creep in.Sean Hall2022-01-011-9/+0
| | | | Tests are not run inside of traversal projects so that skipped test warnings don't fail the build.
* Remove RebootRequired per...Bob Arnson2021-12-271-6/+14
| | | | ...https://github.com/wixtoolset/issues/issues/6668.
* Use `v143` toolset except `v141` for libs.Bob Arnson2021-12-251-1/+1
|
* Build with VS2022, which is now required.Bob Arnson2021-12-251-1/+0
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Bring back Burn's implementation of signature verification.Sean Hall2021-05-111-1/+1
| | | | partial #6447
* Implement integrated build processRob Mensching2021-05-111-26/+10
|
* Move burn into burnRob Mensching2021-04-291-0/+109