aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Integrate rename of "Wixout" to "IntermediatePostLink"Rob Mensching2017-12-262-4/+5
| |
| * Move copy/move file operations to ILayoutExtensionRob Mensching2017-12-263-16/+14
| |
| * Standardize creation of public objects in move towards interfacesRob Mensching2017-12-2613-240/+293
| |
| * Reintroduce binder extensions and light.exe for binding .wixoutsRob Mensching2017-12-2231-560/+1956
| |
| * Support wixout and extract Resolve and Layout from BinderRob Mensching2017-12-2144-799/+1005
| |
| * Integrate simplified message handlingRob Mensching2017-12-19104-9192/+2055
| |
| * Fix handling of WixAction schedulingRob Mensching2017-12-122-11/+11
| |
| * Fix compression of files without file hashesRob Mensching2017-12-121-11/+7
| |
| * Add failing ManualUpgrade test for issue resolving RemoveExistingProducts.Bob Arnson2017-12-116-0/+90
| |
| * Add broken test for PE payloads.Bob Arnson2017-12-086-0/+87
| |
| * Support and test preprocessor variables without "var." prefixRob Mensching2017-12-084-33/+71
| |
| * Fix handling of MediaTemplate/@CompressionLevelRob Mensching2017-12-072-13/+29
| |
| * MediaTemplate problems. With no CompressionLevel:Bob Arnson2017-12-071-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test Name: WixToolsetTest.CoreIntegration.ProgramFixture.CanBuildSingleFileCompressed Test FullName: WixToolsetTest.CoreIntegration.ProgramFixture.CanBuildSingleFileCompressed (aa3e0331855885108b655e12826bff636c4a5760) Test Source: Z:\wix\Core\src\test\WixToolsetTest.CoreIntegration\ProgramFixture.cs : line 54 Test Outcome: Failed Test Duration: 0:00:00.186 Result StackTrace: at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureParameter) at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult) at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase) at WixToolset.Data.Tuples.WixMediaTemplateTuple.get_CompressionLevel() in Z:\wix\Data\src\WixToolset.Data\Tuples\WixMediaTemplateTuple.cs:line 58 at WixToolset.Core.WindowsInstaller.Bind.AssignMediaCommand.AddMediaRow(WixMediaTemplateTuple mediaTemplateRow, Int32 cabIndex) in Z:\wix\Core\src\WixToolset.Core.WindowsInstaller\Bind\AssignMediaCommand.cs:line 304 at WixToolset.Core.WindowsInstaller.Bind.AssignMediaCommand.AutoAssignFiles(List`1 mediaTable, IEnumerable`1 fileFacades, Dictionary`2 filesByCabinetMedia, Dictionary`2 mediaRows, List`1 uncompressedFiles) in Z:\wix\Core\src\WixToolset.Core.WindowsInstaller\Bind\AssignMediaCommand.cs:line 197 at WixToolset.Core.WindowsInstaller.Bind.AssignMediaCommand.Execute() in Z:\wix\Core\src\WixToolset.Core.WindowsInstaller\Bind\AssignMediaCommand.cs:line 82 at WixToolset.Core.WindowsInstaller.Bind.BindDatabaseCommand.Execute() in Z:\wix\Core\src\WixToolset.Core.WindowsInstaller\Bind\BindDatabaseCommand.cs:line 286 at WixToolset.Core.WindowsInstaller.MsiBackend.Bind(IBindContext context) in Z:\wix\Core\src\WixToolset.Core.WindowsInstaller\MsiBackend.cs:line 27 at WixToolset.Core.Binder.BackendBind() in Z:\wix\Core\src\WixToolset.Core\Binder.cs:line 281 at WixToolset.Core.Binder.Bind(IBindContext context) in Z:\wix\Core\src\WixToolset.Core\Binder.cs:line 202 at WixToolset.Core.BuildCommand.BindPhase(Intermediate output) in Z:\wix\Core\src\WixToolset.Core\CommandLine\BuildCommand.cs:line 218 at WixToolset.Core.BuildCommand.Execute() in Z:\wix\Core\src\WixToolset.Core\CommandLine\BuildCommand.cs:line 96 at WixToolset.Core.Program.Run(IServiceProvider serviceProvider, String[] args) in Z:\wix\Core\src\wix\Program.cs:line 45 at WixToolsetTest.CoreIntegration.ProgramFixture.CanBuildSingleFileCompressed() in Z:\wix\Core\src\test\WixToolsetTest.CoreIntegration\ProgramFixture.cs:line 62 Result Message: System.ArgumentNullException : Value cannot be null. Parameter name: value With CompressionLevel="low": Test Name: WixToolsetTest.CoreIntegration.ProgramFixture.CanBuildSingleFileCompressed Test FullName: WixToolsetTest.CoreIntegration.ProgramFixture.CanBuildSingleFileCompressed (aa3e0331855885108b655e12826bff636c4a5760) Test Source: Z:\wix\Core\src\test\WixToolsetTest.CoreIntegration\ProgramFixture.cs : line 54 Test Outcome: Failed Test Duration: 0:00:00.072 Result StackTrace: at WixToolset.Data.IntermediateFieldExtensions.Set(IntermediateField field, Object value) in Z:\wix\Data\src\WixToolset.Data\IntermediateFieldExtensions.cs:line 49 at WixToolset.Data.IntermediateFieldExtensions.Set(IntermediateField field, IntermediateFieldDefinition definition, Object value) in Z:\wix\Data\src\WixToolset.Data\IntermediateFieldExtensions.cs:line 120 at WixToolset.Data.IntermediateTupleExtensions.Set(IntermediateTuple tuple, Int32 index, Object value) in Z:\wix\Data\src\WixToolset.Data\IntermediateTupleExtensions.cs:line 11 at WixToolset.Data.Tuples.WixMediaTemplateTuple.set_CompressionLevel(CompressionLevel value) in Z:\wix\Data\src\WixToolset.Data\Tuples\WixMediaTemplateTuple.cs:line 59 at WixToolset.Core.Compiler.ParseMediaTemplateElement(XElement node, String patchId) in Z:\wix\Core\src\WixToolset.Core\Compiler.cs:line 7520 at WixToolset.Core.Compiler.ParseProductElement(XElement node) in Z:\wix\Core\src\WixToolset.Core\Compiler.cs:line 11949 at WixToolset.Core.Compiler.ParseWixElement(XElement node) in Z:\wix\Core\src\WixToolset.Core\Compiler.cs:line 20533 at WixToolset.Core.Compiler.Compile(ICompileContext context) in Z:\wix\Core\src\WixToolset.Core\Compiler.cs:line 137 at WixToolset.Core.BuildCommand.CompilePhase() in Z:\wix\Core\src\WixToolset.Core\CommandLine\BuildCommand.cs:line 129 at WixToolset.Core.BuildCommand.Execute() in Z:\wix\Core\src\WixToolset.Core\CommandLine\BuildCommand.cs:line 77 at WixToolset.Core.Program.Run(IServiceProvider serviceProvider, String[] args) in Z:\wix\Core\src\wix\Program.cs:line 45 at WixToolsetTest.CoreIntegration.ProgramFixture.CanBuildSingleFileCompressed() in Z:\wix\Core\src\test\WixToolsetTest.CoreIntegration\ProgramFixture.cs:line 62 Result Message: System.ArgumentException : value
| * Support MSI backends creating custom tables and remove ↵Rob Mensching2017-12-07102-9258/+894
| | | | | | | | WixToolset.Data.WindowsInstaller
| * Fix cab creation using explicit Media elementRob Mensching2017-12-064-15/+13
| |
| * Add support for loading Intermediates from extensionsRob Mensching2017-12-0617-52/+40
| |
| * Add CanBuildSingleFileCompressed test (failing variety).Bob Arnson2017-12-046-0/+84
| |
| * Implement support for IExtensionCommandLine and IPreprocessorExtensionRob Mensching2017-12-0215-937/+842
| |
| * Introduce ExampleExtension for testingRob Mensching2017-12-0115-0/+401
| |
| * Fix tests to successfully run in parallelRob Mensching2017-12-011-8/+31
| |
| * Remove "Fixture" from the test assembly nameRob Mensching2017-11-2917-5/+5
| |
| * Fix source path and cabinet processingRob Mensching2017-11-2933-932/+352
| |
| * Cache loaded extensionsRob Mensching2017-11-141-6/+12
| |
| * Refactor CompilerCore to ParserHelper and other clean upRob Mensching2017-11-1419-747/+946
| |
| * Introduce IExtensionFactory as mechanism to create extensionsRob Mensching2017-11-118-44/+75
| |
| * Additional IR updatesRob Mensching2017-11-1145-2442/+2001
| |
| * Update to WiX Intermediate RepresentationRob Mensching2017-11-01148-4811/+17532
| |
| * Commit generated message and schema classes one way to better systemRob Mensching2017-10-186-1/+3108
| | | | | | | | | | | | Generating messages and schema classes from XML is a bit cool but is fraught with issues when there is a build failure anywhere. This commits those generated files until a better process is in place.
| * Introduce WixToolsetServiceProviderRob Mensching2017-10-1829-82/+242
| | | | | | | | | | | | Using a service provider allows all of WixToolset.Core's internal functionality to be abstracted behind interfaces in WixToolset.Extensibility. The service provide can also control what interfaces are singletons.
| * Introduce integration testRob Mensching2017-10-1611-3/+287
| |
| * Massive refactoring to introduce the concept of IBackendRob Mensching2017-10-14127-2917/+4269
| |
| * Rename ICommand to ICommandLineCommandRob Mensching2017-10-076-7/+7
| | | | | | | | Removes conflicts with existing ICommand. More refactoring coming.
| * Code cleanupRob Mensching2017-10-076-1126/+10
| |
| * Pass extensions' data into the linkerRob Mensching2017-10-042-2/+10
| |
| * Correctly pass -bindFiles switch if enabledRob Mensching2017-10-021-1/+6
| |
| * Automatically add referenced projects' output folder as bind pathsRob Mensching2017-10-022-0/+5
| |
| * Use bind paths in test projectRob Mensching2017-10-013-1/+9
| |
| * Allow internal NuGet Package's wix.targets path to be overriddenRob Mensching2017-10-011-1/+1
| |
| * Ensure full path provided to IDT importRob Mensching2017-10-011-1/+1
| |
| * Minor code cleanupRob Mensching2017-10-014-29/+21
| |
| * Add support for BindPaths and building .wixlibsRob Mensching2017-10-018-170/+421
| |
| * Fix summary information codepageRob Mensching2017-09-283-3/+4
| | | | | | | | | | Turns out UTF-8 is not a supported codepage for summary information streams. Not completely surprising.
| * Correctly name NuGet .props fileRob Mensching2017-09-244-3/+2
| |
| * Publish Core tools for internal useRob Mensching2017-09-249-10/+63
| |
| * Use batch file to execute wix CLIRob Mensching2017-09-222-0/+7
| |
| * Fix CLI headerRob Mensching2017-09-227-213/+17
| |
| * Initial code commitRob Mensching2017-09-17205-0/+80284
|
* Merge Core.NativeRob Mensching2021-05-1182-0/+6943
|\
| * Move Core.Native into wixRob Mensching2021-04-2977-0/+194
| |
| * Introduce new versioning system based on GitInfoRob Mensching2021-04-2910-50/+207
| |