aboutsummaryrefslogtreecommitdiff
path: root/src/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add test for building x64 bundle.Bob Arnson2021-01-191-0/+46
|
* Use new logic for -sw in DecompileCommand.Sean Hall2021-01-192-2/+3
|
* Rename ExePackage/@XxxCommand attributes to @XxxArgumentsRob Mensching2021-01-083-6/+6
| | | | Fixes wixtoolset/issues#6245
* Validate MSU package buildRob Mensching2021-01-084-0/+49
| | | | Closes wixtoolset/issues#6006
* Require or recommend ExePackage/@DetectConditionRob Mensching2021-01-084-1/+73
| | | | Fixes wixtoolset/issues#6197
* Report invalid command line arguments as errorsRob Mensching2021-01-083-4/+3
| | | | Fixes wixtoolset/issues#6313
* Support environment variables with parens in the preprocessorRob Mensching2021-01-072-0/+22
| | | | Fixes wixtoolset/issues#4484
* Add test for invalid idsRob Mensching2021-01-072-0/+31
| | | | Closes wixtoolset/issues#5464
* Implement improved file sequence optimizationRob Mensching2021-01-067-1/+95
| | | | | | | | | | 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-052-0/+64
|
* Fix up tests to work well under NCrunch plus whitespace clean upRob Mensching2021-01-055-241/+25
|
* Fix parsing of DpiAwareness attribute.Sean Hall2021-01-033-0/+54
|
* Add failing tests.Sean Hall2021-01-0311-6/+273
|
* Fix TryGetNextNonSwitchArgumentOrError.Sean Hall2021-01-032-29/+44
|
* Implement command line for SuppressAllWarnings and WarningsAsError.Sean Hall2021-01-037-2/+70
| | | | Make WixRunner.Execute default to setting WarningsAsError to make sure tests are not accidentally causing warnings.
* Add CanExtractBundleWithDetachedContainer test.Nir Bar2020-12-213-0/+68
|
* 4862 - Disallow Burn Variables that are Hidden and Persisted.Sean Hall2020-12-194-2/+31
|
* Add more failing tests and label them with the issue number.Sean Hall2020-12-197-6/+138
|
* Enable XML doc.Sean Hall2020-12-182-7/+4
|
* Canonicalize Payload/@Name.Sean Hall2020-12-165-0/+143
|
* WIXBUG:6299 - Fix OverflowException in ReadUInt32.Sean Hall2020-12-142-0/+72
|
* Add test to verify primary feature select in component categories.Bob Arnson2020-12-095-0/+84
|
* WIXFEAT:6209 - Move BA entry point to its own element.Sean Hall2020-12-084-13/+17
|
* Decompiling null GUID should set `Guid=""` to match.Bob Arnson2020-12-085-0/+27
|
* MSI transaction cleanup.Sean Hall2020-12-028-0/+191
|
* Support an empty multiString registry valueBob Arnson2020-11-162-1/+3
|
* Reorganize Product/Package to Package/SummaryInformation.Bob Arnson2020-10-2433-201/+145
|
* Add failing tests.Sean Hall2020-10-144-0/+72
|
* Add CreateFolders standard action...Bob Arnson2020-10-122-0/+4
| | | | ...when there are Component symbols to install.
* Add error message for cases where inner text used to be used.Bob Arnson2020-09-301-9/+5
|
* Remove 32-bit ARM support.Bob Arnson2020-09-191-3/+3
|
* 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-012-0/+8
|
* Update decompiler to use XDocument rather than generated classes.Bob Arnson2020-08-243-141/+22
| | | | | - Use CompareXml for diffing. - Change CustomAction/@ScriptFile to @ScriptSourceFile.
* WIXFEAT:4763 Change "string" variable type to literal and add "formatted".Sean Hall2020-08-093-0/+31
|
* Fix Control symbol dehydration to MSI output.Bob Arnson2020-07-262-33/+37
|
* Support implicit standard directory reference and "3264" platform foldersRob Mensching2020-07-217-13/+124
| | | | Completes wixtoolset/issues#5798 and wixtoolset/issues#5835
* WIXFEAT:6204 Use the new DpiAwareness attribute on BootstrapperApplication ↵Sean Hall2020-07-191-1/+1
| | | | element to control the DPI awareness settings in the bundle's application manifest.
* Generate the bundle's application manifest in the Burn backend.Sean Hall2020-07-191-0/+14
|
* Ensure named bindpaths are not found in unnamed bindpathsRob Mensching2020-07-175-34/+34
| | | | Fixes wixtoolset/issues#6200
* Fix parsing of bind variables with default valuesRob Mensching2020-07-174-0/+47
|
* Create failing test for named bind paths.Sean Hall2020-07-161-0/+30
|
* Update CompileCoreTestExtensionWixlib to be a .NET Core app.Sean Hall2020-07-142-9/+10
|
* Tests for CopyFile elementRob Mensching2020-07-083-0/+64
| | | | Validates wixtoolset/issues#5867
* Consolidate Custom Action tests in CustomActionFixtureRob Mensching2020-07-012-99/+101
|
* Add failing test for CustomAction cycle.Sean Hall2020-07-013-0/+61
|
* Support localized TextStyle SizeRob Mensching2020-06-281-1/+1
|
* The Great Tuple to Symbol File Rename (tm)Rob Mensching2020-06-253-0/+0
|
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-2516-158/+158
|
* Reference Media if DiskId is specified.Bob Arnson2020-06-241-2/+2
|