aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix EnvironmentTuple nullable fields. Add test.Bob Arnson2019-11-141-0/+1
|
* Add failing test for decompiling a directory search under a registry search.Sean Hall2019-11-141-0/+2
|
* Add failing test for decompiling the AdvtExecuteSequence table.Sean Hall2019-11-141-0/+2
|
* Add failing test for decompiling a non-advertised shortcut with complex Target.Sean Hall2019-11-081-0/+2
|
* Add test for RemoveRegistryKey.Sean Hall2019-11-071-0/+1
|
* Add failing test for TrueType Font.Sean Hall2019-11-071-0/+1
|
* Add failing test for AppId.Sean Hall2019-10-271-0/+1
|
* Update to WixOutput file structure to fix embedded file handlingRob Mensching2019-10-251-0/+4
|
* Undo CreateTuple change and add ErrorTuple test.Bob Arnson2019-10-231-0/+4
| | | | Strongly-typed tuples are preferred and avoid field-zero/id confusion.
* Add failing test for decompiler with database that has old schemas and ↵Sean Hall2019-10-181-0/+2
| | | | missing foreign key relationships.
* Add failing test for AsString on a number field with 0.Sean Hall2019-10-151-0/+1
|
* Add failing test for TextStyle when Color is null.Sean Hall2019-10-151-0/+1
|
* Add failing test for Class when IconIndex is 0.Sean Hall2019-10-151-0/+2
|
* Add failing test for RegistryValue.Sean Hall2019-10-111-0/+1
|
* Add failing test for CustomTable.Sean Hall2019-10-111-0/+1
|
* Implement Bundle buildRob Mensching2019-10-071-0/+7
|
* Add failing test for ServiceInstall.Sean Hall2019-09-301-0/+1
|
* Add failing test for MsiAssembly.Sean Hall2019-09-301-0/+2
|
* Add failing test for Font.Sean Hall2019-09-301-0/+1
|
* Add failing test for ReserveCost.Sean Hall2019-09-301-0/+1
|
* Add failing test for MsiShortcutProperty.Sean Hall2019-09-301-0/+1
|
* Add failing test for nesting a ProgId under an advertised Class.Sean Hall2019-09-301-0/+1
|
* Add failing test for LockPermissions when Permissions is 0.Sean Hall2019-09-301-0/+1
|
* Add failing test for CustomAction.Sean Hall2019-09-301-0/+1
|
* Add failing tests for AppSearch tables.Sean Hall2019-09-301-0/+4
|
* Add failing tests for Upgrade.Sean Hall2019-09-301-0/+1
|
* Add failing test for FeatureGroup and parent Features.Sean Hall2019-09-301-0/+2
|
* Add failing test for DefaultDir.Sean Hall2019-09-301-1/+3
|
* Fix inscript CA bit handlingRob Mensching2019-05-121-0/+4
|
* Use new strongly typed tuplesRob Mensching2019-05-081-2/+2
|
* Add failing test to demonstrate ProgId bug.Bob Arnson2019-04-021-0/+4
| | | | When a parent ProgId has Advertise="yes" and a child ProgId omits Advertise, the compiler assumes it's a non-advertised ProgId. It should be advertised instead.
* Bug: Wixipl references to extension librariesBob Arnson2019-03-201-0/+4
| | | | | | Add test demonstrating that a persisted .wixipl file has broken references to bits in an extension's library. Same project built via wix.exe in one pass works as expected.
* Fix overridable actions being tagged as duplicates.Bob Arnson2019-01-161-0/+4
|
* Add failing test for issues exposed by UIExtension.Sean Hall2019-01-121-0/+4
|
* Load .wixlib intermediates with single creatorRob Mensching2019-01-011-0/+6
| | | | | Using a single creator ensures definitions are shared and consistent across the entire build.
* Populate MsiAssemblyName tableRob Mensching2018-12-261-1/+1
| | | | Fixes wixtoolset/issues#5865
* Explicitly mark bitness of entities that support 64-bit attribute.Bob Arnson2018-11-191-0/+3
| | | | This ensures that you can build a 64-bit package with 32-bit entities and not lose the "forced" 32-bit-ness in the decompiled output.
* Re-introduce "decompile" to backendRob Mensching2018-10-241-0/+3
|
* Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881.Bob Arnson2018-09-271-0/+4
|
* Fix ?foreach? so all loop values get "executed."Bob Arnson2018-09-181-0/+4
|
* Warn on preprocessor variable redefinition only when the values are different.Bob Arnson2018-09-031-0/+4
| | | | Fixes wixtoolset/issues#5853
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-231-3/+3
|
* Move tool projects to Tools repoRob Mensching2018-07-211-2/+5
|
* Fix MSBuild handling of cultures plus add unit testsRob Mensching2018-07-131-1/+1
| | | | Fixes #5847
* Improve debuggabilityRob Mensching2018-07-121-0/+1
|
* Update to netcoreapp2.1 and xunit 2.3.1.Bob Arnson2018-06-211-4/+4
|
* Add failing unit test for .NET assembliesBob Arnson2018-01-081-0/+4
|
* Pass along include search paths to those that need it.Bob Arnson2017-12-291-0/+5
|
* Move to WixBuildTools.TestSupportRob Mensching2017-12-291-0/+8
|
* Add failing ManualUpgrade test for issue resolving RemoveExistingProducts.Bob Arnson2017-12-111-0/+4
|