aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TARGETDIR is the default directory root, so allow itRob Mensching2021-03-011-7/+5
|
* Absorb Dependency.wixext into CoreRob Mensching2021-02-274-0/+36
| | | | Partly resolves wixtoolset/issues#5949
* Absorb Tag.wixext into Core as SoftwareTag elementRob Mensching2021-02-276-0/+58
| | | | Resolves wixtoolset/issues#5949
* Checkks all custom actions for cycles. Version 3. Fixes wixtoolset/issues#6201Ronald Martin2021-02-191-0/+20
|
* Fix file size overflow error in ProcessPayloadsCommand.Alex Kubiesa2021-02-157-0/+28
| | | | Fixes #4008
* Replace Win64 attribute with Bitness attributeRob Mensching2021-02-1111-20/+42
| | | | Closes wixtoolset/#4707
* SlipstreamMsp belongs under the MsiPackage, not the MspPackage.Sean Hall2021-02-101-0/+10
|
* Improve duplicate-id reporting.Bob Arnson2021-02-081-0/+14
|
* Remove Burn AuthenticodeBob Arnson2021-01-311-2/+0
| | | | Fixes https://github.com/wixtoolset/issues/issues/6301
* Add patch test from old repo and get it passing.Sean Hall2021-01-277-0/+110
| | | | Fixes #6341.
* Rename ExePackage/@XxxCommand attributes to @XxxArgumentsRob Mensching2021-01-083-6/+6
| | | | Fixes wixtoolset/issues#6245
* Validate MSU package buildRob Mensching2021-01-083-0/+13
| | | | Closes wixtoolset/issues#6006
* Require or recommend ExePackage/@DetectConditionRob Mensching2021-01-083-1/+21
| | | | Fixes wixtoolset/issues#6197
* Support environment variables with parens in the preprocessorRob Mensching2021-01-071-0/+4
| | | | Fixes wixtoolset/issues#4484
* Add test for invalid idsRob Mensching2021-01-071-0/+8
| | | | Closes wixtoolset/issues#5464
* Implement improved file sequence optimizationRob Mensching2021-01-065-0/+32
| | | | | | | | | | First ensures files are grouped by DiskId. Then files are sequenced by target directory order to optimize MSI installation behavior. Finally, files are alphabetized in the directory. Additional optimizations could be considered in the future from here. Fixes wixtoolset/issues#4409 Fixes wixtoolset/issues#4708
* Fix handling of duplicate directoriesRob Mensching2021-01-051-0/+25
|
* Fix up tests to work well under NCrunch plus whitespace clean upRob Mensching2021-01-051-1/+0
|
* Fix parsing of DpiAwareness attribute.Sean Hall2021-01-031-0/+7
|
* Add failing tests.Sean Hall2021-01-034-0/+55
|
* Add CanExtractBundleWithDetachedContainer test.Nir Bar2020-12-211-0/+10
|
* 4862 - Disallow Burn Variables that are Hidden and Persisted.Sean Hall2020-12-192-2/+7
|
* Add more failing tests and label them with the issue number.Sean Hall2020-12-193-0/+44
|
* Canonicalize Payload/@Name.Sean Hall2020-12-163-0/+23
|
* Add test to verify primary feature select in component categories.Bob Arnson2020-12-093-0/+48
|
* WIXFEAT:6209 - Move BA entry point to its own element.Sean Hall2020-12-083-11/+14
|
* Decompiling null GUID should set `Guid=""` to match.Bob Arnson2020-12-083-0/+18
|
* MSI transaction cleanup.Sean Hall2020-12-026-0/+56
|
* Support an empty multiString registry valueBob Arnson2020-11-161-0/+2
|
* Reorganize Product/Package to Package/SummaryInformation.Bob Arnson2020-10-2432-199/+143
|
* Add failing tests.Sean Hall2020-10-142-0/+18
|
* Add error message for cases where inner text used to be used.Bob Arnson2020-09-301-9/+5
|
* Replace BinaryKey with BinaryRef and FileKey with FileRef.Bob Arnson2020-09-064-13/+10
|
* Fix check for valid 8.3 names for >3 extensions.Bob Arnson2020-09-011-0/+4
|
* Update decompiler to use XDocument rather than generated classes.Bob Arnson2020-08-241-4/+4
| | | | | - Use CompareXml for diffing. - Change CustomAction/@ScriptFile to @ScriptSourceFile.
* WIXFEAT:4763 Change "string" variable type to literal and add "formatted".Sean Hall2020-08-091-0/+7
|
* Fix Control symbol dehydration to MSI output.Bob Arnson2020-07-261-0/+1
|
* Support implicit standard directory reference and "3264" platform foldersRob Mensching2020-07-214-10/+29
| | | | Completes wixtoolset/issues#5798 and wixtoolset/issues#5835
* Ensure named bindpaths are not found in unnamed bindpathsRob Mensching2020-07-173-3/+3
| | | | Fixes wixtoolset/issues#6200
* Fix parsing of bind variables with default valuesRob Mensching2020-07-172-0/+7
|
* Tests for CopyFile elementRob Mensching2020-07-081-0/+15
| | | | Validates wixtoolset/issues#5867
* Add failing test for CustomAction cycle.Sean Hall2020-07-011-0/+19
|
* Reference Media if DiskId is specified.Bob Arnson2020-06-241-2/+2
|
* Remove obsolete inner text handlingRob Mensching2020-06-235-34/+31
|
* Introduce Message attribute to remove Error inner textRob Mensching2020-06-231-4/+2
|
* Introduce Value attribute on MultiString/MultiStringValue elementsRob Mensching2020-06-231-0/+15
|
* If no Media or MediaTemplate is present, default to a MediaTemplate.Bob Arnson2020-06-2222-25/+5
|
* Add BundleCustomDataRef element.Sean Hall2020-06-221-7/+14
| | | | Default BundleCustomData to Type=bootstrapperApplication.
* Restore Unreal to CustomTable.Sean Hall2020-06-191-0/+13
|
* Implement BundleCustomData. Remove Unreal from CustomTable.Sean Hall2020-06-192-29/+36
|