| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add failing test for decompiler with database that has old schemas and ↵ | Sean Hall | 2019-10-18 | 2 | -0/+27 |
| | | | | | missing foreign key relationships. | ||||
| * | Add failing test for AsString on a number field with 0. | Sean Hall | 2019-10-15 | 1 | -0/+11 |
| | | |||||
| * | Add failing test for TextStyle when Color is null. | Sean Hall | 2019-10-15 | 1 | -0/+12 |
| | | |||||
| * | Add failing test for Class when IconIndex is 0. | Sean Hall | 2019-10-15 | 2 | -0/+17 |
| | | |||||
| * | Add failing test for RegistryValue. | Sean Hall | 2019-10-11 | 1 | -0/+10 |
| | | |||||
| * | Add failing test for CustomTable. | Sean Hall | 2019-10-11 | 1 | -0/+21 |
| | | |||||
| * | Fix ServiceInstall test | Rob Mensching | 2019-10-07 | 1 | -1/+1 |
| | | |||||
| * | Write Font table correctly | Rob Mensching | 2019-10-07 | 1 | -1/+1 |
| | | |||||
| * | Implement Bundle build | Rob Mensching | 2019-10-07 | 7 | -0/+24 |
| | | |||||
| * | Add failing test for ServiceInstall. | Sean Hall | 2019-09-30 | 1 | -0/+11 |
| | | |||||
| * | Add failing test for MsiAssembly. | Sean Hall | 2019-09-30 | 2 | -0/+89 |
| | | |||||
| * | Add failing test for Font. | Sean Hall | 2019-09-30 | 1 | -0/+10 |
| | | |||||
| * | Add failing test for ReserveCost. | Sean Hall | 2019-09-30 | 1 | -0/+11 |
| | | |||||
| * | Add failing test for MsiShortcutProperty. | Sean Hall | 2019-09-30 | 1 | -0/+14 |
| | | |||||
| * | Add failing test for nesting a ProgId under an advertised Class. | Sean Hall | 2019-09-30 | 1 | -0/+13 |
| | | |||||
| * | Add failing test for LockPermissions when Permissions is 0. | Sean Hall | 2019-09-30 | 1 | -0/+13 |
| | | |||||
| * | Add failing test for CustomAction. | Sean Hall | 2019-09-30 | 1 | -0/+11 |
| | | |||||
| * | Add failing tests for AppSearch tables. | Sean Hall | 2019-09-30 | 4 | -0/+50 |
| | | |||||
| * | Add failing tests for Upgrade. | Sean Hall | 2019-09-30 | 1 | -0/+12 |
| | | |||||
| * | Add failing test for FeatureGroup and parent Features. | Sean Hall | 2019-09-30 | 2 | -0/+24 |
| | | |||||
| * | Add failing test for DefaultDir. | Sean Hall | 2019-09-30 | 2 | -0/+42 |
| | | |||||
| * | Integrate short and source name changes to Directory and Shortcut tuples | Rob Mensching | 2019-05-23 | 1 | -1/+1 |
| | | |||||
| * | Add Component/@Shared and fix UninstallWhenSuperseded | Bob Arnson | 2019-05-14 | 1 | -7/+10 |
| | | |||||
| * | Fix inscript CA bit handling | Rob Mensching | 2019-05-12 | 4 | -0/+45 |
| | | |||||
| * | Add failing test to demonstrate ProgId bug. | Bob Arnson | 2019-04-02 | 4 | -0/+49 |
| | | | | | 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 libraries | Bob Arnson | 2019-03-20 | 4 | -0/+45 |
| | | | | | | | 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 missing symbol for WixSuppressAction. | Bob Arnson | 2019-03-20 | 1 | -0/+4 |
| | | | | | Exposes non-overridable standard actions so WixToolsetTest.CoreIntegration.LinkerFixture.CanBuildWithOverridableActions now fails. | ||||
| * | Fix overridable actions being tagged as duplicates. | Bob Arnson | 2019-01-16 | 4 | -0/+71 |
| | | |||||
| * | Add failing test for issues exposed by UIExtension. | Sean Hall | 2019-01-12 | 4 | -0/+73 |
| | | |||||
| * | Load .wixlib intermediates with single creator | Rob Mensching | 2019-01-01 | 6 | -0/+63 |
| | | | | | | Using a single creator ensures definitions are shared and consistent across the entire build. | ||||
| * | Explicitly mark bitness of entities that support 64-bit attribute. | Bob Arnson | 2018-11-19 | 4 | -1/+22 |
| | | | | | 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 backend | Rob Mensching | 2018-10-24 | 3 | -0/+21 |
| | | |||||
| * | Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881. | Bob Arnson | 2018-09-27 | 4 | -0/+50 |
| | | |||||
| * | Fix ?foreach? so all loop values get "executed." | Bob Arnson | 2018-09-18 | 4 | -0/+47 |
| | | |||||
| * | Merge pull request #2 from wixtoolset/bob/5853-variable-redefinition | Sean Hall | 2018-09-09 | 4 | -0/+50 |
| |\ | | | | | Warn on variable redefinition only when the values are different. | ||||
| | * | Warn on preprocessor variable redefinition only when the values are different. | Bob Arnson | 2018-09-03 | 4 | -0/+50 |
| | | | | | | | | | Fixes wixtoolset/issues#5853 | ||||
| * | | Fix codepage handling to cover both Framework- and Core- supported code pages. | Bob Arnson | 2018-09-06 | 2 | -2/+2 |
| |/ | |||||
| * | Add failing unit test for .NET assemblies | Bob Arnson | 2018-01-08 | 4 | -0/+42 |
| | | |||||
| * | Pass along include search paths to those that need it. | Bob Arnson | 2017-12-29 | 5 | -0/+48 |
| | | |||||
| * | Add failing ManualUpgrade test for issue resolving RemoveExistingProducts. | Bob Arnson | 2017-12-11 | 4 | -0/+50 |
| | | |||||
| * | Add broken test for PE payloads. | Bob Arnson | 2017-12-08 | 4 | -0/+53 |
| | | |||||
| * | Support and test preprocessor variables without "var." prefix | Rob Mensching | 2017-12-08 | 1 | -3/+8 |
| | | |||||
| * | MediaTemplate problems. With no CompressionLevel: | Bob Arnson | 2017-12-07 | 1 | -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 | ||||
| * | Fix cab creation using explicit Media element | Rob Mensching | 2017-12-06 | 1 | -2/+1 |
| | | |||||
| * | Add support for loading Intermediates from extensions | Rob Mensching | 2017-12-06 | 1 | -0/+2 |
| | | |||||
| * | Add CanBuildSingleFileCompressed test (failing variety). | Bob Arnson | 2017-12-04 | 4 | -0/+44 |
| | | |||||
| * | Implement support for IExtensionCommandLine and IPreprocessorExtension | Rob Mensching | 2017-12-02 | 1 | -0/+2 |
| | | |||||
| * | Introduce ExampleExtension for testing | Rob Mensching | 2017-12-01 | 4 | -0/+45 |
| | | |||||
| * | Remove "Fixture" from the test assembly name | Rob Mensching | 2017-11-29 | 12 | -0/+167 |
