Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Only support encrypting string variants. | Sean Hall | 2020-07-17 | 3 | -119/+32 | |
| | | ||||||
| * | Add VariantTest. | Sean Hall | 2020-07-17 | 4 | -4/+209 | |
| | | ||||||
| * | Integrate BurnUnitTest into latest v4. | Sean Hall | 2020-07-16 | 16 | -164/+253 | |
| | | ||||||
| * | Import BurnUnitTest from old wix4 repo. | Sean Hall | 2020-07-16 | 19 | -0/+2928 | |
| | | ||||||
| * | Add SourceLink to C++ projects. | Sean Hall | 2020-06-24 | 2 | -1/+16 | |
| | | ||||||
| * | Move native pdbs into symbols package. | Sean Hall | 2020-06-24 | 1 | -1/+1 | |
| | | ||||||
| * | Update to latest dutil. | Sean Hall | 2020-06-24 | 9 | -13/+45 | |
| | | ||||||
| * | Set Visible to false for the contents of WixToolset.Burn. | Sean Hall | 2020-06-15 | 1 | -0/+1 | |
| | | ||||||
| * | Add WindowsBuildNumber variable which is set to dwBuildNumber from ↵ | Sean Hall | 2020-05-23 | 1 | -0/+5 | |
| | | | | | | | | RtlGetVersion() | |||||
| * | WIXBUG:5980 Fix bugs around INSTALLUILEVEL_SOURCERESONLY. | Sean Hall | 2020-05-21 | 8 | -17/+47 | |
| | | | | | | | | | | Apply requires a valid hWnd since otherwise a source resolution prompt could hang the bundle. Burn now defaults to INSTALLUILEVEL_NONE by itself if the bundle is not showing UI. | |||||
| * | WIXBUG:3869 FilterResult needs to apply MB_TYPEMASK to dwAllowedResults. | Sean Hall | 2020-05-21 | 1 | -1/+2 | |
| | | ||||||
| * | WIXFEAT:6164 Give BA control over UI level and handler. | Sean Hall | 2020-05-16 | 16 | -90/+237 | |
| | | ||||||
| * | Redo nuget package so that burn.exe's get put where Core expects them to be | Sean Hall | 2020-05-10 | 3 | -9/+17 | |
| | | ||||||
| * | Implement fDisableUnloading for the BA. | Sean Hall | 2020-04-29 | 4 | -6/+8 | |
| | | ||||||
| * | Add action to OnExecutePackageBegin. | Sean Hall | 2020-04-21 | 5 | -17/+20 | |
| | | ||||||
| * | Implement SetVariable. | Sean Hall | 2020-03-30 | 4 | -1/+89 | |
| | | ||||||
| * | Help BAs and BundleExtensions find their data file. | Sean Hall | 2020-03-30 | 4 | -1/+17 | |
| | | ||||||
| * | Add support for ExtensionSearches. | Sean Hall | 2020-03-30 | 6 | -10/+104 | |
| | | ||||||
| * | Add support for BundleExtensions. | Sean Hall | 2020-03-30 | 15 | -14/+701 | |
| | | ||||||
| * | Retry ElevationElevate once if we think it failed due to antivirus interference. | Sean Hall | 2020-03-12 | 4 | -5/+15 | |
| | | ||||||
| * | Add cbSize parameter to BOOTSTRAPPER_COMMAND. | Sean Hall | 2019-12-22 | 3 | -3/+4 | |
| | | ||||||
| * | Update dependencies. | Sean Hall | 2019-12-11 | 4 | -9/+9 | |
| | | ||||||
| * | Update to latest repo-template. | Sean Hall | 2019-12-11 | 2 | -2/+4 | |
| | | ||||||
| * | Update to latest Cpp.Build.props for locating latest Win10 SDK. | Sean Hall | 2019-01-13 | 1 | -1/+5 | |
| | | ||||||
| * | Integrate into latest v4 | Sean Hall | 2018-12-29 | 14 | -13/+496 | |
| | | ||||||
| * | Import code from old v4 repo | Sean Hall | 2018-12-29 | 90 | -0/+41905 | |
| | ||||||
* | Merge balutil | Rob Mensching | 2021-05-11 | 105 | -0/+19988 | |
|\ | ||||||
| * | Move balutil into API/burn | Rob Mensching | 2021-04-29 | 108 | -0/+255 | |
| | | ||||||
| * | Migrate Burn API headers from burn repository | Rob Mensching | 2021-04-29 | 7 | -0/+2055 | |
| | | ||||||
| * | Integrate new build scripts with signing support | Rob Mensching | 2021-04-29 | 10 | -58/+64 | |
| | | ||||||
| * | Integrate size_t and OnPlanPackageBegin changes in Burn headers. | Sean Hall | 2021-04-29 | 30 | -215/+244 | |
| | | ||||||
| * | Add new caching BA events. | Sean Hall | 2021-04-19 | 9 | -378/+943 | |
| | | | | | | | | #3640 | |||||
| * | Replace OnResolveSource with OnCacheAcquireResolving. | Sean Hall | 2021-04-19 | 22 | -291/+444 | |
| | | | | | | | | | | | | Update balretry to have a separate type for container vs payload. #3640 | |||||
| * | Allow BA to update feed source | Rob Mensching | 2021-04-14 | 5 | -0/+39 | |
| | | | | | | | | Fixes wixtoolset/issues#5568 | |||||
| * | Add MEND request state to repair any missing files in MSI packages | Rob Mensching | 2021-04-14 | 11 | -25/+35 | |
| | | ||||||
| * | Integrate ForwardCompatible and RelatedBundle changes in Burn headers. | Sean Hall | 2021-03-11 | 20 | -58/+214 | |
| | | ||||||
| * | Rely on the free-threaded marshaler for IBootstrapperEngine marshalling | Sean Hall | 2021-03-03 | 1 | -151/+15 | |
| | | | | | | | | | | | | It is the supported way to provide the direct pointer when marshalling, just like we were doing before. #4386 | |||||
| * | Integrate OnUnregisterBegin changes in Burn headers. | Sean Hall | 2021-03-02 | 18 | -52/+66 | |
| | | ||||||
| * | Integrate patch related changes in Burn headers. | Sean Hall | 2021-02-22 | 20 | -157/+270 | |
| | | ||||||
| * | Update to latest Burn headers. | Sean Hall | 2021-02-04 | 20 | -464/+40 | |
| | | ||||||
| * | Remove enums that were removed in the native headers. | Sean Hall | 2021-01-19 | 1 | -56/+0 | |
| | | ||||||
| * | Update dependencies. | Sean Hall | 2021-01-19 | 10 | -30/+30 | |
| | | ||||||
| * | Enable XML doc. | Sean Hall | 2020-12-19 | 25 | -330/+2045 | |
| | | ||||||
| * | WIXFEAT:4626,5386 - Add more BA events. | Sean Hall | 2020-12-03 | 20 | -45/+893 | |
| | | | | | | | | OnBeginMsiTransactionBegin, OnBeginMsiTransactionComplete, OnCommitMsiTransactionBegin, OnCommitMsiTransactionComplete, OnRollbackMsiTransactionBegin, OnRollbackMsiTransactionComplete, OnPauseAutomaticUpdatesBegin, OnPauseAutomaticUpdatesComplete, OnSystemRestorePointBegin, OnSystemRestorePointComplete | |||||
| * | Ignore C26812 warning for C style enums. | Sean Hall | 2020-12-03 | 2 | -0/+16 | |
| | | ||||||
| * | Add test projects for balutil and bextutil. | Sean Hall | 2020-12-03 | 13 | -0/+408 | |
| | | | | | | | | For now, they only have test implementations to check for compile errors in header only code. | |||||
| * | Strong-name sign WiX assemblies. | Sean Hall | 2020-10-31 | 3 | -0/+12 | |
| | | ||||||
| * | Update dependencies. | Sean Hall | 2020-10-24 | 6 | -9/+9 | |
| | | ||||||
| * | Upgrade Nerdbank.GitVersioning. | Sean Hall | 2020-10-24 | 7 | -10/+11 | |
| | | ||||||
| * | Add CompareVersions engine method and expose verutil in Mba.Core. | Sean Hall | 2020-10-24 | 15 | -2/+392 | |
| | |