call it the right way
This commit is contained in:
parent
6c0619f106
commit
b81dfc010f
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ namespace MatterHackers.InfInstaller
|
|||
{
|
||||
Process driverInstallerProcess = new Process();
|
||||
|
||||
driverInstallerProcess.StartInfo.Arguments = "/a {0}".FormatWith(Path.GetFullPath(pathAndDriverToInstall));
|
||||
driverInstallerProcess.StartInfo.Arguments = "-a {0}".FormatWith(Path.GetFullPath(pathAndDriverToInstall));
|
||||
|
||||
driverInstallerProcess.StartInfo.CreateNoWindow = true;
|
||||
driverInstallerProcess.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue