Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add failing test for wixtoolset/issues#5883. | Bob Arnson | 2018-10-01 | 5 | -8/+196 | |
| | | ||||||
| * | Requesting build with new version number, please. | Bob Arnson | 2018-09-27 | 1 | -1/+0 | |
| | | ||||||
| * | Requesting build with new version number, please. | Bob Arnson | 2018-09-20 | 1 | -0/+1 | |
| | | ||||||
| * | Test is failing atm and requesting build with new version number, please. | Bob Arnson | 2018-09-18 | 1 | -1/+1 | |
| | | ||||||
| * | Migrate WixCop into Tools from wix4. | Sean Hall | 2018-09-13 | 22 | -69/+1921 | |
| | | ||||||
| * | Merge pull request #3 from wixtoolset/bob/5853-variable-redefinition | Sean Hall | 2018-09-09 | 1 | -1/+1 | |
| |\ | | | | | | | Update test now that Core now ignores equal variable redefinitions. | |||||
| | * | Update test now that Core now ignores equal variable redefinitions. | Bob Arnson | 2018-09-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | Depends on https://github.com/wixtoolset/Core/pull/2 | |||||
| * | | Add .wixipl output MSBuild test. | Bob Arnson | 2018-09-06 | 1 | -0/+27 | |
| |/ | ||||||
| * | Support warning suppression. | Bob Arnson | 2018-08-28 | 4 | -2/+35 | |
| | | ||||||
| * | Requesting build with new version number, please. | Bob Arnson | 2018-08-23 | 1 | -1/+0 | |
| | | ||||||
| * | Requesting build with new version number, please. | Bob Arnson | 2018-08-23 | 1 | -0/+1 | |
| | | ||||||
| * | Log details when extension assembly types can't be loaded. | Bob Arnson | 2018-08-22 | 3 | -7/+25 | |
| | | ||||||
| * | Fix Build and Clean targets | Rob Mensching | 2018-08-11 | 9 | -227/+289 | |
| | | ||||||
| * | Refactor and remove code from WixToolset.BuildTask | Rob Mensching | 2018-08-01 | 17 | -1966/+19 | |
| | | ||||||
| * | WIP: wix.targets cleanup | Rob Mensching | 2018-07-27 | 1 | -229/+19 | |
| | | ||||||
| * | Integrate Extensibility.Data namespace change | Rob Mensching | 2018-07-23 | 4 | -20/+16 | |
| | | ||||||
| * | Integrate tools from Core project | Rob Mensching | 2018-07-21 | 71 | -0/+7975 | |
| | | ||||||
| * | Initialize repo | Rob Mensching | 2018-07-21 | 3 | -0/+335 | |
| | | ||||||
| * | Inital commit | Rob Mensching | 2018-07-21 | 1 | -0/+2 | |
| | ||||||
* | Merge Converters | Rob Mensching | 2021-05-11 | 60 | -1/+9140 | |
|\ | ||||||
| * | Move Converters into wix | Rob Mensching | 2021-04-27 | 69 | -4/+4 | |
| | | ||||||
| * | Fix for added elements to reference platform-specific extension custom actions. | Bob Arnson | 2021-04-23 | 3 | -2/+189 | |
| | | ||||||
| * | Detect Inability to write to output file | Ron Martin | 2021-04-23 | 2 | -9/+35 | |
| | | | | | | | | Fixes wixtoolset/issues#6425 | |||||
| * | Tests are run by appveyor.cmd | Rob Mensching | 2021-04-20 | 1 | -0/+2 | |
| | | ||||||
| * | Integrate latest Extensibility changes | Rob Mensching | 2021-04-19 | 1 | -1/+1 | |
| | | ||||||
| * | Add StandardDirectory conversions | Rob Mensching | 2021-04-06 | 2 | -1/+154 | |
| | | | | | | | | Completes wixtoolset/issues#6416 | |||||
| * | Fix deprecated $(loc.xxx) localization variable references. | Ron Martin | 2021-04-03 | 2 | -12/+102 | |
| | | | | | | | | Fixes wixtoolset/issues#6262 | |||||
| * | Standardize on .NET Core v3.1 | Rob Mensching | 2021-04-03 | 1 | -1/+1 | |
| | | ||||||
| * | Integrate ImmediateSection no longer uses codepage | Rob Mensching | 2021-04-03 | 1 | -1/+1 | |
| | | ||||||
| * | Integrate the IntermediateSection and IntermediateSymbol mutable changes | Rob Mensching | 2021-04-03 | 1 | -6/+11 | |
| | | ||||||
| * | Fixup SoftwareTag deprecations and SoftwareTagRef conversion | Rob Mensching | 2021-03-23 | 2 | -39/+122 | |
| | | | | | | | | Fixes wixtoolset/issues#6379 | |||||
| * | Convert obsolete RegistryKey/@Action. | Bob Arnson | 2021-03-21 | 2 | -0/+83 | |
| | | ||||||
| * | Update service provider dependency | Bob Arnson | 2021-03-15 | 4 | -6/+6 | |
| | | ||||||
| * | Add conversion for BootstrapperApplicationData to BundleCustomData. | Sean Hall | 2021-03-12 | 3 | -19/+337 | |
| | | | | | | | | #6176 | |||||
| * | Fix spelling of RemoveUnusedNamespaces. | Sean Hall | 2021-03-02 | 4 | -18/+6 | |
| | | ||||||
| * | Add conversion for renaming RemotePayload, and warn about changed hash. | Sean Hall | 2021-03-02 | 3 | -33/+169 | |
| | | | | | | | | #3992, #4183 | |||||
| * | Fix Win64 to Bitness, even in v4 .wxs code | Rob Mensching | 2021-03-02 | 2 | -47/+37 | |
| | | | | | | | | | | Also updated AccessModifiers and decide not to change v3 Bundle .wxs code. | |||||
| * | Update to latest build infrastructure | Rob Mensching | 2021-03-01 | 7 | -29/+75 | |
| | | ||||||
| * | Update WixSuppressModularizationSymbol | Rob Mensching | 2021-03-01 | 1 | -1/+6 | |
| | | | | | | | | Partially fixes wixtoolset/issues#5944 | |||||
| * | Convert Dependency elements to WiX v4 schema | Rob Mensching | 2021-02-27 | 4 | -6/+316 | |
| | | ||||||
| * | Convert Tag.wixext to SoftwareTag element | Rob Mensching | 2021-02-27 | 8 | -15/+80 | |
| | | ||||||
| * | Preserve unconvertable Win64 attribute content | Rob Mensching | 2021-02-11 | 2 | -9/+35 | |
| | | ||||||
| * | Replace Win64 attribute with Bitness attribute | Rob Mensching | 2021-02-11 | 2 | -1/+235 | |
| | | ||||||
| * | Address code-review comments. | Bob Arnson | 2021-01-31 | 1 | -1/+1 | |
| | | ||||||
| * | Remove Burn Authenticode | Bob Arnson | 2021-01-31 | 2 | -12/+91 | |
| | | | | | | | | Fixes https://github.com/wixtoolset/issues/issues/6301 | |||||
| * | Fix Package/@Compressed for new (compressed) default. | Bob Arnson | 2021-01-28 | 7 | -18/+72 | |
| | | ||||||
| * | Rename ExePackage/@XxxCommand attributes to @XxxArguments | Rob Mensching | 2021-01-08 | 3 | -3/+75 | |
| | | | | | | | | Fixes wixtoolset/issues#6245 | |||||
| * | Report invalid command line arguments as errors | Rob Mensching | 2021-01-08 | 1 | -1/+1 | |
| | | | | | | | | Also fixes wixtoolset/issues#6313 | |||||
| * | Enable XML doc and run tests in appveyor.cmd. | Sean Hall | 2020-12-19 | 12 | -16/+34 | |
| | | ||||||
| * | Add conversion for built-in BA usage from BootstrapperApplicationRef. | Sean Hall | 2020-12-09 | 2 | -0/+314 | |
| | |