aboutsummaryrefslogtreecommitdiff
path: root/src/test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Implement Bundle buildRob Mensching2019-10-079-0/+83
* Add failing test for ServiceInstall.Sean Hall2019-09-303-0/+45
* Add failing test for MsiAssembly.Sean Hall2019-09-304-0/+127
* Add failing test for Font.Sean Hall2019-09-303-0/+44
* Add failing test for ReserveCost.Sean Hall2019-09-303-0/+45
* Add failing test for MsiShortcutProperty.Sean Hall2019-09-303-0/+48
* Add failing test for nesting a ProgId under an advertised Class.Sean Hall2019-09-303-0/+51
* Add failing test for LockPermissions when Permissions is 0.Sean Hall2019-09-303-0/+47
* Add failing test for CustomAction.Sean Hall2019-09-303-0/+46
* Add failing tests for AppSearch tables.Sean Hall2019-09-306-0/+191
* Add failing test for InstallExecuteSequence.Sean Hall2019-09-301-0/+51
* Add failing tests for Upgrade.Sean Hall2019-09-303-0/+80
* Add failing test for FeatureGroup and parent Features.Sean Hall2019-09-304-0/+61
* Add failing test for DefaultDir.Sean Hall2019-09-304-1/+99
* Integrate latest Data changes for FileTuple and AssemblyTupleRob Mensching2019-05-234-41/+41
* Integrate short and source name changes to Directory and Shortcut tuplesRob Mensching2019-05-232-2/+2
* Adopt "Ref" as reference convention over "_"Rob Mensching2019-05-231-2/+2
* Integrate latest changes to tuple definitionsRob Mensching2019-05-235-6/+6
* Add Component/@Shared and fix UninstallWhenSupersededBob Arnson2019-05-144-10/+50
* Fix inscript CA bit handlingRob Mensching2019-05-126-0/+81
* Use new strongly typed tuplesRob Mensching2019-05-084-15/+14
* Add failing test to demonstrate ProgId bug.Bob Arnson2019-04-026-0/+92
* Bug: Wixipl references to extension librariesBob Arnson2019-03-206-0/+150
* Fix missing symbol for WixSuppressAction.Bob Arnson2019-03-201-0/+4
* Include the preprocessed include files with the processed documentRob Mensching2019-03-011-4/+29
* Fix overridable actions being tagged as duplicates.Bob Arnson2019-01-166-0/+129
* Add failing test for issues exposed by UIExtension.Sean Hall2019-01-126-0/+118
* Load .wixlib intermediates with single creatorRob Mensching2019-01-018-0/+242
* Populate MsiAssemblyName tableRob Mensching2018-12-262-4/+22
* Update to latest Home\repo-templateRob Mensching2018-12-221-2/+1
* Explicitly mark bitness of entities that support 64-bit attribute.Bob Arnson2018-11-196-1/+53
* Re-introduce "decompile" to backendRob Mensching2018-10-245-0/+65
* Update to fixed "binder" names in interfacesRob Mensching2018-10-241-1/+1
* Support passing IServiceProvider to IExtensionFactory'sRob Mensching2018-10-241-6/+16
* Update to command-line parsing re-organizationRob Mensching2018-10-241-4/+10
* Implement -arch switchRob Mensching2018-10-031-0/+32
* Add WixRunnerResult to improve success assertionRob Mensching2018-10-034-35/+40
* Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881.Bob Arnson2018-09-276-0/+80
* Fix ?foreach? so all loop values get "executed."Bob Arnson2018-09-186-0/+75
* Merge pull request #2 from wixtoolset/bob/5853-variable-redefinitionSean Hall2018-09-096-0/+98
|\
| * Warn on preprocessor variable redefinition only when the values are different.Bob Arnson2018-09-036-0/+98
* | Fix codepage handling to cover both Framework- and Core- supported code pages.Bob Arnson2018-09-062-2/+2
|/
* Track files to enable clean builds in MSBuildRob Mensching2018-08-113-9/+9
* Support build of a .wixipl to final outputRob Mensching2018-07-311-0/+89
* Remove WixFileNotFoundException, report checked paths and improve bind path c...Rob Mensching2018-07-271-0/+35
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-232-3/+4
* Move tool projects to Tools repoRob Mensching2018-07-2138-645/+39
* Add additional debug diagnostics for WixToolsetTest.BuildTasks testsRob Mensching2018-07-132-8/+14
* Add PostParse() method of IExtensionCommandLineRob Mensching2018-07-131-0/+4
* Fix MSBuild handling of cultures plus add unit testsRob Mensching2018-07-1317-8/+254