Jump to content
Advert

bugs

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

179 profile views

bugs's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thanx mechatflash, but I still doesnt work it just displays the windows security dialogue. If I add the classname behind winwaitactive then it doesn't display the box but, just sits there and doesnt install anything. Thanx Craig
  2. OK so, now I have changed the ShellExecuteWait() to ShellExecute() and I have re-added back in the exclamation mark. It compiles and builds OK but when I run it the icon in the tray appears for a second. I have checked in the driver repository and the driver hasnt been installed.
  3. found If I removed the exclamation mark from this line it works WinActive("Windows Security") Then Send("!i") but, Iv just tried it on another PC and it doesnt (I have move the msi the the C: drive of the other PC) iv alo noticed the installs runs very quick, the icon in the system tray appears for about 1 second
  4. Iv tried using this code: Opt("WinTitleMatchMode", 2) $pRun = ShellExecuteWait("C:DRIVER SV-8.msi", "/qn") While ProcessExists($pRun) If WinActive("Windows Security") Then Send("!i") WEnd but the dialogue is still displayed Thanx for the replies but how can I find the control identifier?
  5. Hi all, been hanging round here a while, i`m looking at using AutoIT to automate the installation of a unsigned driver, having never used AutoIT and coding not being my forte, just wondered if any of you guys can lend a hand. anyone have an example script I can look at? Thanks
  6. I have already bin through this with no success, I thought Autoit might be able to automate the mouse click?
  7. Hi Everyone, Apologies first as this topic may have been covered many times before, but having looked through the forum I havnt been able to find a difinitive answer. I have some drivers for a Roland Dr Stika cutting machine which are unsigned, meaning when I try and install them I get a dialog box displays asking me to confirm installation of unsigned drivers. I would like to automate the installation so I can install the drivers on our RM CC4 network. The drivers come in 3 forms I have the raw driver files an EXE and an MSI all unstall the drivers just they all display this box. Im new to Autoit and scripting isnt my forte (dont mind learning though) could someone point me in the right direction of creating this script? Thanks
×
×
  • Create New...