aboutsummaryrefslogtreecommitdiff
path: root/src/wixnative (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable XML doc.Sean Hall2020-12-182-6/+6
|
* Remove 32-bit ARM support.Bob Arnson2020-09-191-8/+0
|
* Update dependencies.Sean Hall2020-07-142-6/+6
|
* Add SourceLink to C++ projects.Sean Hall2020-06-242-1/+16
|
* Add ARM/ARM64 wixnative.exeSean Hall2020-06-245-5/+21
| | | | Update mergemod.dll from SDK 10.0.19041.0.
* Merge the native nupkg into the Core.Native nupkg.Sean Hall2020-06-242-37/+0
| | | | | | There was no benefit in separating the native assets into its own package, the runtime.<rid>.PackageName strategy is for binaries to be copied to the root of project and therefore doesn't support the portable scenario where all available assets are required. Manually author the repository element in the nupkg for SourceLink.
* Update to latest dutil.Sean Hall2020-06-242-3/+3
|
* Add support using mergmod.dll and its interfacesRob Mensching2020-05-224-0/+10
|
* Use NATIVE_DLL_SEARCH_DIRECTORIES to support cross-platform wixnative.exeSean Hall2020-05-092-10/+5
|
* Update dependencies.Sean Hall2020-05-092-3/+3
|
* Avoid hang when a .cab is has no files.Bob Arnson2019-03-211-2/+5
|
* Move wixnative.*.exe in Core.Native.nupkg into arch folderRob Mensching2018-12-241-0/+5
| | | | | | | 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
* Update to latest Home\repo-templateRob Mensching2018-12-221-1/+2
|
* Enable use of NCrunchRob Mensching2018-10-031-1/+1
|
* Attempt to use platform specific runtimesRob Mensching2018-07-131-4/+4
|
* Attempt to move wixnative.exe to independent runtime .nupkgRob Mensching2018-07-132-1/+31
|
* Update development dependenciesRob Mensching2018-07-132-11/+11
|
* Improved cabinet handlingRob Mensching2017-11-299-0/+450