sbloom82 / VisualME7Logger

Microsoft Public License
34 stars 16 forks source link

Should be better about detecting if it is installed correctly #2

Open nyetwurk opened 5 years ago

nyetwurk commented 5 years ago

Instead of the cryptic

“System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
        at
System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfostartInfo)
      at VisualME7Logger.Session.ME7LoggerSession.Open()
at VisualME7Logger.Form1.OpenSession()”

it should look for the ME7Logger directory structure (binaries, ecu files folder, etc) and if they are not where it expects to see them, tell the user to move the application to the right place.

Alternately, somebody should write an installer :)

mkchmiel commented 3 years ago

I have the commit for this ready, just have to wait for permissions. PR done