| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rework build command line for combining wixlibs and default output | Rob Mensching | 2022-03-15 | 6 | -125/+277 |
* | Don't close handles from MsiBeginTransaction. | Sean Hall | 2022-03-14 | 2 | -7/+4 |
* | Add new trx file to list. | Sean Hall | 2022-03-14 | 1 | -0/+1 |
* | Use UTF-8 for Kazakh language | Rob Mensching | 2022-03-14 | 2 | -1/+21 |
* | Make engine skip planning if there are any downgrade related bundles. | Sean Hall | 2022-03-14 | 20 | -41/+373 |
* | Log rest of plan and add testing of registration actions to PlanTest. | Sean Hall | 2022-03-14 | 5 | -3/+440 |
* | Allow the BA to override the bundle relation type during plan. | Sean Hall | 2022-03-14 | 31 | -97/+785 |
* | Add missing test project to build | Rob Mensching | 2022-03-14 | 1 | -0/+1 |
* | Support containers in relative subfolders | Rob Mensching | 2022-03-14 | 3 | -1/+45 |
* | Display warning when extracting bundle from Package Cache | Rob Mensching | 2022-03-14 | 3 | -31/+40 |
* | Always try to normalize the Bundle UpgradeCode in the backend | Rob Mensching | 2022-03-14 | 4 | -0/+59 |
* | Handle case when invalid icon or splash screen are added to bundle | Rob Mensching | 2022-03-14 | 6 | -17/+94 |
* | Use min DOS date/time when filetime not supported by cabinet | Rob Mensching | 2022-03-14 | 2 | -3/+56 |
* | Add test to verify 64-bit bundles can be extracted for signing | Rob Mensching | 2022-03-14 | 1 | -0/+41 |
* | Implement "wix burn extract" | Rob Mensching | 2022-03-14 | 4 | -26/+104 |
* | Remove Unbind as backend function | Rob Mensching | 2022-03-14 | 13 | -215/+19 |
* | Implement "wix msi transform" | Rob Mensching | 2022-03-14 | 16 | -201/+653 |
* | Remove redundant versions from Sdk style projects | Rob Mensching | 2022-03-14 | 2 | -2/+2 |
* | Update MSBuildRunner to ignore previous VS versions | Ron Martin | 2022-03-09 | 1 | -58/+2 |
* | Configure crash dumps and get them and pdbs in the logs artifact | Sean Hall | 2022-03-07 | 5 | -5/+20 |
* | Read Uninstallable from manifest and add test for non-uninstallable exe | Sean Hall | 2022-03-07 | 5 | -5/+187 |
* | Ensure WixBundleInstalled and RebootPending are set in elevated engine. | Sean Hall | 2022-03-05 | 4 | -15/+14 |
* | Change ARP property Installed to 0 when registrationType is InProgress. | Sean Hall | 2022-03-05 | 22 | -72/+86 |
* | Reduce duplicative messaging in converter | Rob Mensching | 2022-03-05 | 2 | -35/+27 |
* | Changed the coverter to use Messages rather than Errors | Mark Stega | 2022-03-05 | 1 | -86/+127 |
* | Evaluate standalone variables for truthiness in the preprocessor | Rob Mensching | 2022-03-02 | 2 | -2/+48 |
* | Support "==" as equality operator in preprocessor | Rob Mensching | 2022-03-02 | 4 | -3/+133 |
* | Minor code cleanup | Rob Mensching | 2022-03-02 | 1 | -8/+4 |
* | Set ExePackage/@Uninstallable in bundle manifests | Rob Mensching | 2022-03-02 | 7 | -7/+19 |
* | Do NOT publish logs on `master` branch as they may contain secrets | Rob Mensching | 2022-03-02 | 1 | -2/+3 |
* | Force Appveyor to checkout using CRLF. | Sean Hall | 2022-03-02 | 1 | -0/+3 |
* | Export event logs to try to diagnose E2E test failures. | Sean Hall | 2022-03-02 | 2 | -0/+12 |
* | Improve error reporting wrt ExePackage and MsuPackage attributes | Rob Mensching | 2022-03-01 | 22 | -54/+112 |
* | Refactor related bundle enumeration into butil. | Sean Hall | 2022-03-01 | 10 | -405/+731 |
* | Fix and run Burn 64-bit unit tests. | Sean Hall | 2022-03-01 | 8 | -79/+157 |
* | Factor out TestRegistryFixture so other tests can mock regutil API's. | Sean Hall | 2022-03-01 | 6 | -256/+352 |
* | .NET Framework and .NET Core redists using certificate validation | Rob Mensching | 2022-02-28 | 8 | -188/+79 |
* | Minor code cleanup | Rob Mensching | 2022-02-28 | 1 | -3/+9 |
* | Support certs on remote payloads and generate them from burn subcommand | Rob Mensching | 2022-02-28 | 35 | -247/+1033 |
* | Move nuget.config, global.json and Directory.Packages.props to root | Rob Mensching | 2022-02-23 | 9 | -21/+18 |
* | Rename WixProductTagSymbol to WixPackageTagSymbol | Rob Mensching | 2022-02-23 | 7 | -76/+76 |
* | Fix wixlib, msm, msi incremental build | Rob Mensching | 2022-02-23 | 18 | -62/+311 |
* | Minor comment fix | Rob Mensching | 2022-02-23 | 1 | -1/+1 |
* | Update swidtag test to use wxl file for bind variable validation | Rob Mensching | 2022-02-23 | 3 | -3/+4 |
* | Remove redundant assignment of WixTargetsPath in .targets | Rob Mensching | 2022-02-23 | 1 | -4/+0 |
* | Ensure CoreCompile rebuilds when referenced projects are updated | Rob Mensching | 2022-02-23 | 1 | -2/+3 |
* | Change SetVariable to format the value and convert it at search time. | Sean Hall | 2022-02-23 | 3 | -16/+38 |
* | Update search code with more concise Exit* macros and remove dead code. | Sean Hall | 2022-02-23 | 3 | -166/+42 |
* | Add UnsafeUninstall action. | Sean Hall | 2022-02-22 | 15 | -53/+284 |
* | Turn off vsconfig now that everything is in the image | Rob Mensching | 2022-02-22 | 1 | -3/+3 |