aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement integrated build processRob Mensching2021-05-115-98/+0
|
* Move Core into wixRob Mensching2021-04-29291-3332/+0
|
* Allow DownloadUrl on embedded payloads.Sean Hall2021-04-251-0/+17
| | | | #5253
* Ignore Compressed attribute for payloads when authored into a containerSean Hall2021-04-251-1/+1
| | | | #6406
* Perform more bundle validation during linking.Sean Hall2021-04-258-8/+89
| | | | #5273, #6291, #6398
* Detect payload collisions.Sean Hall2021-04-214-11/+33
| | | | #4574
* Detect duplicate CacheIdsRob Mensching2021-04-191-2/+5
| | | | Fixes wixtoolset/issues#4628
* Fix infinite loop in ResolveDelayedFieldsCommand and add failing test.Sean Hall2021-04-141-0/+8
|
* Fix decompilation of directories as children TARGETDIR.Bob Arnson2021-04-123-9/+31
|
* Improve implicit Component/@Id generation and duplicate GUID errorsRob Mensching2021-04-121-0/+14
|
* Auto-generate ProductCode for ProductWithComponentGroupRef if undefinedSean Hall2021-04-111-1/+4
|
* Re-enable MSI usage of only a "." in Directory/@NameRob Mensching2021-04-081-0/+13
|
* Discards source directory name when identical to target nameRob Mensching2021-04-061-0/+11
| | | | Fixes wixtoolset/issues#6418
* Introduce StandardDirectory for referencing standard directoriesRob Mensching2021-04-0635-218/+168
| | | | Completes wixtoolset/issues#6416
* Introduce "Subdirectory" which simplifies inline directory syntaxRob Mensching2021-04-068-16/+26
| | | | Completes wixtoolset/issues#4727
* Enable codepages and languages to be set via .wxl filesRob Mensching2021-04-026-0/+45
| | | | Fixes wixtoolset/issues#5801
* Add failing test for DownloadUrl placeholder replacement.Sean Hall2021-03-301-0/+30
|
* Correctly set Compressed, Description, DisplayName in ↵Rob Mensching2021-03-231-4/+4
| | | | | | | BootstrapperApplicationData Fixes wixtoolset/issues#6371 Fixes wixtoolset/issues#6372
* Allow payloads to be shared across packages in a BundleRob Mensching2021-03-231-1/+1
| | | | Fixes wixtoolset/issues#6370
* Update tests to validate Shortcut Name/ShortName handlingRob Mensching2021-03-193-1/+13
| | | | Resolves wixtoolset/issues#4227
* Add failing test for authoring Provides in chain packages.Sean Hall2021-03-081-0/+10
|
* Add failing test for patch from MSI that included a file from a wixext.Sean Hall2021-03-082-0/+46
|
* Fix parsing ProviderKey for Bundle.Sean Hall2021-03-081-0/+10
|
* Fix harvesting providers from MSI packages.Sean Hall2021-03-082-1/+9
|
* Create unit test for WixVariable resolution issue #6376Andrij Abyzov2021-03-055-0/+48
|
* Complete MOVE_TO_BACKEND code migrationRob Mensching2021-03-031-2/+2
| | | | Fixes wixtoolset/issues#6212
* Add test to verify patches without files workRob Mensching2021-03-033-0/+42
| | | | Resolves wixtoolset/issues#4912
* Don't recommend "/ChainingPackage" for netfx4 protocol ExePackages.Sean Hall2021-03-021-3/+2
| | | | #5762
* Use new PackagePayload symbols for the package's payload.Sean Hall2021-03-028-5/+84
| | | | #4183
* Test big payloads by RemotePayload since real files are slow.Sean Hall2021-03-028-29/+1
| | | | | | The test will be moved to a Burn e2e test. #4008
* Add failing tests for package description and packages sharing payloadsSean Hall2021-03-022-0/+30
| | | | In Core projects, treat warnings as errors.
* Correctly set the parent SourceLineNumber for include filesRob Mensching2021-03-023-4/+8
|
* Fix handling of suppress modularizationRob Mensching2021-03-013-0/+21
| | | | Partially fixes wixtoolset/issues#5944
* 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
|