canton7/SyncTrayzor

Look for ProcessRunner.exe.old if ProcessRunner.exe is missing

Open

#445 opened on Mar 29, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C# (390 forks)batch import
help wanted

Repository metrics

Stars
 (5,477 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

It looks like, if the installer is interrupted, it won't create ProcessRunner.exe, and so subsequent attempts at installation will fail. It does however create a backup copy at ProcessRunner.exe.old (which I don't think anything uses) -- we should check whether this exists if ProcessRunner.exe doesn't exist.

Contributor guide