fixed #1267: Removed run as admin from updater

This commit is contained in:
Jaex 2016-02-12 20:24:24 +02:00
parent 3c1a72a79c
commit 577fac0ad6

View file

@ -172,11 +172,6 @@ private void RunInstaller()
psi.Arguments = "/VERYSILENT";
}
if (Helpers.IsDefaultInstallDir())
{
psi.Verb = "runas";
}
psi.UseShellExecute = true;
Process.Start(psi);
}