Jump to content

AWC Driver Installer


AWC
 Share

Recommended Posts

Try my new driver installer and report me bug please !

 

#AutoIt3Wrapper_Icon=C:\Users\Benjamin\Desktop\Folder\Folder\WorkingDir\oem2.ico
#AutoIt3Wrapper_Res_CompanyName=AWC Systems

#include <GUIConstants.au3>
#include <ColorConstants.au3>
#include <AutoItConstants.au3>
#include <String.au3>

;~ Declarations
Global $arc = ""
If @OSArch <> "X86" Then $arc = 64
Const $dpinst = '"' & @ScriptDir & "\dpinst" & $arc & '.exe"'

;~ End Declarations

$drv = FileSelectFolder("Select driver's folder", "")
$v = tocom($drv)



Func tocom($inf)
    $inf = '"' & $inf & '"'
    $pid = Run($dpinst & " /PATH " & $inf, "", @SW_SHOW)
    Return $pid
EndFunc

 

AWC Driver Installer.zip

Link to comment
Share on other sites

2 hours ago, AWC said:

Try my new driver installer and report me bug please !

Well, ... is not yours. Is from drp.su, and an old one too. 
So is not from https://technet.microsoft.com/en-ca/ff544842(v=vs.90)
and maybe https://www.file.net/process/dpinst.exe.html

Please don't do these "run my executable and tell me".

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...