Skip to content

Instantly share code, notes, and snippets.

@topgenorth
Created June 17, 2013 15:04
Show Gist options
  • Save topgenorth/5797569 to your computer and use it in GitHub Desktop.
Save topgenorth/5797569 to your computer and use it in GitHub Desktop.
Running the PortableLibraryDownloard.exe on Windows 8....
C:\temp>PortableLibraryDownloader.exe
Creating temp directory
Extracting archive tools
Unhandled Exception: System.ComponentModel.Win32Exception: The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at PortableLibraryDownloader.RunTool(String exe, String workingDirectory, String[] args)
at PortableLibraryDownloader.Main()
C:\temp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment