Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Update to latest dutil. | Sean Hall | 2020-06-24 | 4 | -6/+6 | |
| | | ||||||
| * | Use Path.PathSeparator. | Sean Hall | 2020-06-15 | 1 | -1/+1 | |
| | | ||||||
| * | Add support using mergmod.dll and its interfaces | Rob Mensching | 2020-05-22 | 9 | -14/+539 | |
| | | ||||||
| * | Wrap wixnative.exe FileNotFoundException in PlatformNotSupportedException | Sean Hall | 2020-05-13 | 1 | -1/+3 | |
| | | ||||||
| * | The directory separator on non-Windows platforms is ':' | Sean Hall | 2020-05-10 | 1 | -13/+15 | |
| | | ||||||
| * | Use NATIVE_DLL_SEARCH_DIRECTORIES to support cross-platform wixnative.exe | Sean Hall | 2020-05-09 | 4 | -14/+26 | |
| | | ||||||
| * | Update dependencies. | Sean Hall | 2020-05-09 | 6 | -29/+11 | |
| | | ||||||
| * | Remove timeout on WixNative*.exe to avoid judging on build time. | Bob Arnson | 2020-05-07 | 1 | -15/+6 | |
| | | ||||||
| * | Fix timeout | Bob Arnson | 2020-05-07 | 1 | -5/+10 | |
| | | | | | | | | Increase WixNative*.exe timeout to 10 minutes and properly handle when there's a timeout. | |||||
| * | Exclude null output from report of extracted files. | Bob Arnson | 2019-12-11 | 2 | -6/+10 | |
| | | ||||||
| * | Return the set of files extracted from a cabinet. | Bob Arnson | 2019-12-11 | 1 | -2/+2 | |
| | | ||||||
| * | User shared data types from WixToolset.Data | Rob Mensching | 2019-05-23 | 5 | -32/+15 | |
| | | ||||||
| * | Remove MSI interop from Core.Native | Rob Mensching | 2019-05-08 | 6 | -1365/+23 | |
| | | ||||||
| * | Avoid hang when a .cab is has no files. | Bob Arnson | 2019-03-21 | 1 | -2/+5 | |
| | | ||||||
| * | Update to latest Cpp.Build.props for locating latest Win10 SDK. | Sean Hall | 2019-01-13 | 1 | -1/+5 | |
| | | ||||||
| * | Move wixnative.*.exe back to root libs in .nupkg | Rob Mensching | 2018-12-26 | 2 | -20/+11 | |
| | | | | | | | | | | | | It seems NuGet will not copy the .exes from subfolders so move them back to root folder and live with the warnings that the .exe files are not managed code (because they aren't). | |||||
| * | Move wixnative.*.exe in Core.Native.nupkg into arch folder | Rob Mensching | 2018-12-24 | 3 | -14/+35 | |
| | | | | | | | | | | | | | | Moving the native executable to a subdirectory in the Core.Native to avoid NuGet warning about non-managed code files in "lib" folder. Also, better support NCrunch by ignoring wixnative.exe | |||||
| * | Include wixnative.exe in the Core.Native .nupkg | Rob Mensching | 2018-12-22 | 1 | -6/+9 | |
| | | | | | | | | | | | | This is done to place the wixnative.exe correctly for testing purposes. The dependency on runtime.win.WixToolset.Core.Native.nupkg is used to deliver wixnative.exe when publishing. | |||||
| * | Update to latest Home\repo-template | Rob Mensching | 2018-12-22 | 5 | -9/+57 | |
| | | ||||||
| * | Enable use of NCrunch | Rob Mensching | 2018-10-03 | 5 | -9/+50 | |
| | | ||||||
| * | Add better error message when wixnative.exe cannot be found | Rob Mensching | 2018-10-03 | 1 | -0/+5 | |
| | | ||||||
| * | Update test references and simplify BuildWixNative file gathering | Rob Mensching | 2018-08-10 | 2 | -20/+15 | |
| | | ||||||
| * | Attempt to use platform specific runtimes | Rob Mensching | 2018-07-13 | 1 | -4/+4 | |
| | | ||||||
| * | Attempt to move wixnative.exe to independent runtime .nupkg | Rob Mensching | 2018-07-13 | 5 | -6/+40 | |
| | | ||||||
| * | Update development dependencies | Rob Mensching | 2018-07-13 | 2 | -11/+11 | |
| | | ||||||
| * | Update development dependencies | Rob Mensching | 2018-07-12 | 2 | -4/+4 | |
| | | ||||||
| * | Improve debuggability | Rob Mensching | 2018-07-12 | 2 | -1/+2 | |
| | | ||||||
| * | Disable part of test that fails irregularly | Rob Mensching | 2018-07-12 | 1 | -1/+2 | |
| | | ||||||
| * | Improved cabinet handling | Rob Mensching | 2017-11-29 | 23 | -4/+1237 | |
| | | ||||||
| * | Include MSI and MSM interop | Rob Mensching | 2017-09-17 | 3 | -2/+1360 | |
| | | ||||||
| * | Update to latest GitVersioning | Rob Mensching | 2017-09-17 | 3 | -4/+4 | |
| | | ||||||
| * | Initial commit | Rob Mensching | 2017-09-07 | 11 | -0/+710 | |
| | | ||||||
| * | Initialize repo | Rob Mensching | 2017-09-03 | 2 | -0/+121 | |
| | ||||||
* | Merge burn | Rob Mensching | 2021-05-11 | 138 | -0/+50490 | |
|\ | ||||||
| * | Move burn into burn | Rob Mensching | 2021-04-29 | 141 | -0/+195 | |
| | | ||||||
| * | Integrate new build scripts with signing support | Rob Mensching | 2021-04-29 | 11 | -40/+251 | |
| | | ||||||
| * | Migrate Burn API headers to balutil repository | Rob Mensching | 2021-04-29 | 13 | -2213/+42 | |
| | | ||||||
| * | Let BA override the package's cache type during Plan. | Sean Hall | 2021-04-29 | 16 | -102/+117 | |
| | | | | | | | | | | | | | | | | Rename cache types to REMOVE, KEEP, FORCE. Change implementation of FORCE to not be through CACHED request state. Create package condition enum so BA can tell when InstallCondition wasn't specified. Tell BA when package is cached. Tell BA when package is planned to be cached and uncached. | |||||
| * | size_t-ify BootstrapperEngine.h and BundleExtensionEngine.h | Sean Hall | 2021-04-29 | 6 | -21/+21 | |
| | | ||||||
| * | Clean up 32-bit assumptions. | Sean Hall | 2021-04-29 | 17 | -164/+139 | |
| | | ||||||
| * | Set source of attached containers to WixBundleOriginalSource if set. | Sean Hall | 2021-04-25 | 2 | -5/+72 | |
| | | | | | | | | | | | | Use file size when probing local files. #5586 | |||||
| * | Add support for downloading embedded payloads. | Sean Hall | 2021-04-25 | 4 | -22/+21 | |
| | | | | | | | | #5253 | |||||
| * | Share code to map stream name to payload when extracting containers. | Sean Hall | 2021-04-25 | 4 | -52/+20 | |
| | | ||||||
| * | DOWNLOAD is not a valid packaging value. | Sean Hall | 2021-04-25 | 2 | -11/+3 | |
| | | ||||||
| * | UX payloads are never external, part 2. | Sean Hall | 2021-04-25 | 4 | -35/+5 | |
| | | ||||||
| * | For payloads in a container, prefer the container over local paths. | Sean Hall | 2021-04-25 | 3 | -11/+43 | |
| | | | | | | | | | | | | Still consider the destination path to avoid extracting the container for every payload. #3640 | |||||
| * | Allow setting source from OnCacheAcquireResolving. | Sean Hall | 2021-04-19 | 6 | -43/+92 | |
| | | ||||||
| * | Clean up caching log messages. | Sean Hall | 2021-04-19 | 2 | -18/+25 | |
| | | ||||||
| * | Send more progress during cache verification. | Sean Hall | 2021-04-19 | 11 | -148/+712 | |
| | | | | | | | | | | Add verifyStep to OnCacheVerifyProgress. Send OnContainerOrPayloadVerify events only if file existed in cache. | |||||
| * | Make sure OnCache*Begin events always pair with their complete event. | Sean Hall | 2021-04-19 | 1 | -36/+85 | |
| | |