AWC Posted November 24, 2018 Posted November 24, 2018 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
AWC Posted November 24, 2018 Author Posted November 24, 2018 Delete the first line ! You can only see my Wifi Hotspot Maker or my String Converter.
argumentum Posted November 25, 2018 Posted November 25, 2018 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now