Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Simplify and standardize exception handling in extension manager | Rob Mensching | 2018-12-27 | 1 | -45/+35 | |
| | ||||||
* | Remove dead code | Rob Mensching | 2018-12-26 | 3 | -667/+0 | |
| | ||||||
* | Remove lingering uses of .resx from WixToolset.Core | Rob Mensching | 2018-12-26 | 9 | -197/+23 | |
| | ||||||
* | Add missing InstallInitialize in AdvtExecuteSequence | Rob Mensching | 2018-12-26 | 1 | -1/+2 | |
| | ||||||
* | Populate MsiAssemblyName table | Rob Mensching | 2018-12-26 | 7 | -360/+325 | |
| | | | | Fixes wixtoolset/issues#5865 | |||||
* | Fix the dependencies of the WixToolset.Core.TestPackage.nupkg | Rob Mensching | 2018-12-22 | 2 | -0/+13 | |
| | ||||||
* | Update to latest Home\repo-template | Rob Mensching | 2018-12-22 | 9 | -41/+125 | |
| | ||||||
* | Clean and create export directory early. | Bob Arnson | 2018-12-17 | 2 | -6/+6 | |
| | | | | | | ...to support extracting cabinets to the root of the export directory rather than requiring files in cabinets to be extracted to their own directory. | |||||
* | Correctly set paths for files extracted from .msms during decompilation. | Bob Arnson | 2018-12-13 | 1 | -1/+1 | |
| | ||||||
* | Remove context from generated DefaultIcon registry row. (#16) | Sean Hall | 2018-12-12 | 1 | -1/+1 | |
| | | | Fixes wixtoolset/issues#2461. | |||||
* | ole.dll should be ole2.dll. | Sean Hall | 2018-12-12 | 1 | -2/+2 | |
| | | | | Fixes wixtoolset/issues#2459. | |||||
* | Optionally use IDecompileContext.CabinetExtractFolder to extract cabs. | Bob Arnson | 2018-12-07 | 2 | -1/+3 | |
| | ||||||
* | Let caller specify directory for files extracted by ExtractCabinetsCommand. | Bob Arnson | 2018-12-07 | 2 | -9/+9 | |
| | ||||||
* | Return object fields exported from unbinding in the decompile results. | Bob Arnson | 2018-12-05 | 2 | -1/+13 | |
| | ||||||
* | Extract files when using `IDecompileContext.TreatProductAsModule`. | Bob Arnson | 2018-12-05 | 2 | -3/+6 | |
| | ||||||
* | Explicitly mark bitness of entities that support 64-bit attribute. | Bob Arnson | 2018-11-19 | 7 | -1/+66 | |
| | | | | 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. | |||||
* | Try to optimize AppVeyor behavior | Rob Mensching | 2018-11-03 | 1 | -0/+1 | |
| | ||||||
* | Update to DecompileResult move to XDocument | Rob Mensching | 2018-11-03 | 2 | -10/+7 | |
| | | | | Fixes wixtoolset/issues#5896 | |||||
* | Re-introduce "decompile" to backend | Rob Mensching | 2018-10-24 | 18 | -2862/+3095 | |
| | ||||||
* | Update to fixed "binder" names in interfaces | Rob Mensching | 2018-10-24 | 8 | -11/+11 | |
| | ||||||
* | Support passing IServiceProvider to IExtensionFactory's | Rob Mensching | 2018-10-24 | 2 | -7/+35 | |
| | ||||||
* | Update to command-line parsing re-organization | Rob Mensching | 2018-10-24 | 11 | -715/+824 | |
| | ||||||
* | Minor code clean up to match .editorconfig | Rob Mensching | 2018-10-24 | 8 | -8259/+8193 | |
| | ||||||
* | Add .editorconfig | Rob Mensching | 2018-10-24 | 1 | -0/+34 | |
| | ||||||
* | Minor code cleanup/reorganization | Rob Mensching | 2018-10-24 | 7 | -20/+19 | |
| | ||||||
* | Extract interfaces for Preprocess/Compile/Link/Bind/etc | Rob Mensching | 2018-10-24 | 30 | -790/+928 | |
| | ||||||
* | Minor project cleanup | Rob Mensching | 2018-10-24 | 3 | -620/+35 | |
| | ||||||
* | Move Core.TestSupport back to .NET Standard 2.0 that works properly | Rob Mensching | 2018-10-03 | 1 | -2/+2 | |
| | ||||||
* | Implement -arch switch | Rob Mensching | 2018-10-03 | 4 | -10/+61 | |
| | | | | Fixes wixtoolset/issues#5863 | |||||
* | Add WixRunnerResult to improve success assertion | Rob Mensching | 2018-10-03 | 7 | -37/+76 | |
| | ||||||
* | Enable NCrunch support | Rob Mensching | 2018-10-03 | 1 | -4/+11 | |
| | ||||||
* | Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881. | Bob Arnson | 2018-09-27 | 8 | -4/+113 | |
| | ||||||
* | Ensure `ProxyStubClassId` is written as a proper, embraced GUID. | Bob Arnson | 2018-09-20 | 1 | -1/+1 | |
| | ||||||
* | Fix ?foreach? so all loop values get "executed." | Bob Arnson | 2018-09-18 | 7 | -13/+90 | |
| | ||||||
* | Merge pull request #2 from wixtoolset/bob/5853-variable-redefinition | Sean Hall | 2018-09-09 | 7 | -1/+99 | |
|\ | | | | | 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 | 7 | -1/+99 | |
| | | | | | | | | Fixes wixtoolset/issues#5853 | |||||
* | | Fix codepage handling to cover both Framework- and Core- supported code pages. | Bob Arnson | 2018-09-06 | 3 | -3/+10 | |
|/ | ||||||
* | Make TestMessageListener public. | Sean Hall | 2018-09-02 | 3 | -22/+27 | |
| | | | | Make WixToolset.Core.TestPackage a netstandard library. | |||||
* | Use generics in WixToolsetServiceProvider | Sean Hall | 2018-09-02 | 1 | -26/+31 | |
| | | | | to make the compiler help with the type checking. | |||||
* | Fix namespace in WixStrings. | Sean Hall | 2018-09-02 | 2 | -4/+3 | |
| | ||||||
* | Support warning suppression. | Bob Arnson | 2018-08-28 | 1 | -1/+11 | |
| | ||||||
* | Actually handle context-less Classes. | Bob Arnson | 2018-08-23 | 1 | -19/+16 | |
| | ||||||
* | Add WixRunner that takes a service provider. | Bob Arnson | 2018-08-23 | 1 | -2/+6 | |
| | ||||||
* | Prevent crash when non-advertised Class omits Context. Fixes #5651. | Bob Arnson | 2018-08-23 | 1 | -15/+18 | |
| | ||||||
* | Track files to enable clean builds in MSBuild | Rob Mensching | 2018-08-11 | 20 | -110/+284 | |
| | ||||||
* | Add CreateGuid() to IBackendHelper to make Uuid helper internal | Rob Mensching | 2018-08-01 | 4 | -5/+13 | |
| | ||||||
* | Major reduction in public surface area of WixToolset.Core | Rob Mensching | 2018-08-01 | 38 | -220/+110 | |
| | ||||||
* | Support build of a .wixipl to final output | Rob Mensching | 2018-07-31 | 3 | -24/+138 | |
| | ||||||
* | All unit test should be netcoreapp2.1 | Rob Mensching | 2018-07-27 | 1 | -1/+1 | |
| | ||||||
* | Properly initialize WixVariableResolver internal variables | Rob Mensching | 2018-07-27 | 1 | -3/+4 | |
| |