Support install EXE nuget packages
Please enable support for "Command Line" like nuget packages, these package contains EXE.
For example: after installing package
Same other command line nuget package includes:
http://forum.linqpad.net/discussion/1699/using-webdriver-in-linqpad-is-pain/p1
For example: after installing package
7-Zip.CommandLine
, so I can *make sure* there is a 7zip.exe on my machine, should be at %LocalAppData%\LINQPad\NuGet.FW46
. So I can then call this command line tool with Util.Cmd
Same other command line nuget package includes:
https://www.nuget.org/packages/FFmpeg.Win64.Static/A topic related before:
https://www.nuget.org/packages/Selenium.Chrome.WebDriver/
http://forum.linqpad.net/discussion/1699/using-webdriver-in-linqpad-is-pain/p1
Comments
I will also add a method to the NuGetReference class called "GetPackageFolders" to make it easier to find the target folder, so you can do this in the case of 7zip: exePath will then be set to this:
%userprofile%\.nuget\packages\7-zip.commandline\18.1.0\tools\7za.exe