TheLug Posted December 4, 2018 Share Posted December 4, 2018 (edited) I am running this string to install a driver for RightFax. I keep getting a pop up asking to accept, I am trying to get it to work in CMD or AutoIt but no luck on either. Here is the CMD string. I have tried q, quiet, s, silent, 1. nothing seems to make it run suppressed. Any idea? I attached a snip on the dialog box. Any help on converting it to AutoIt silently would also be appreciated, but I can't get it to install either way right now without clicking the "Install" button. rundll32.exe printui.dll PrintUIEntry /ia /m "RightFax PostScript" /f c:\Users\Me\Desktop\Source\Prereqs\Drivers\rfps.inf Edited December 4, 2018 by TheLug Link to comment Share on other sites More sharing options...
faustf Posted December 4, 2018 Share Posted December 4, 2018 so if you want complete hide popup .... i must study how do, but if you dont intrest you can use this trick one script run your cmd , and second compiled script answer at the popup , obviously when popup appear , for recognize popup you must , use au3info tool , and lok hande class and other things but this is a possible way ... good luck Link to comment Share on other sites More sharing options...
faustf Posted December 4, 2018 Share Posted December 4, 2018 try to look also here https://www.itninja.com/question/how-to-suppress-windows-7-security-screen-while-installing-an-unsigned-driver-during-run-time or try to see if possible disable security allert by regedit , and after instal re-able Link to comment Share on other sites More sharing options...
TheLug Posted December 4, 2018 Author Share Posted December 4, 2018 29 minutes ago, faustf said: try to look also here https://www.itninja.com/question/how-to-suppress-windows-7-security-screen-while-installing-an-unsigned-driver-during-run-time or try to see if possible disable security allert by regedit , and after instal re-able thanks. attempting the cert export method now. Will update. Link to comment Share on other sites More sharing options...
TheLug Posted December 4, 2018 Author Share Posted December 4, 2018 26 minutes ago, TheLug said: thanks. attempting the cert export method now. Will update. cert method is not working. Installshield is an option but would rather not take that route. Still playing around. Link to comment Share on other sites More sharing options...
faustf Posted December 5, 2018 Share Posted December 5, 2018 (edited) try to do: clone your machine , use software for look diff in registry, and in system ,(google is your firend) and install , record what exe install and what do in a registry , copy file and export call in registry , and put in one folder , recreate a script for copy file , and insert registry , and try Edited December 5, 2018 by faustf Link to comment Share on other sites More sharing options...
orbs Posted December 5, 2018 Share Posted December 5, 2018 the issue is not an unsigned driver, as it is clearly signed. Windows provides smarter ways to perform silent installation. for printers, you may want to have a look here: Signature - my forum contributions: Spoiler UDF: LFN - support for long file names (over 260 characters) InputImpose - impose valid characters in an input control TimeConvert - convert UTC to/from local time and/or reformat the string representation AMF - accept multiple files from Windows Explorer context menu DateDuration - literal description of the difference between given dates Apps: Touch - set the "modified" timestamp of a file to current time Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes SPDiff - Single-Pane Text Diff Link to comment Share on other sites More sharing options...
TheLug Posted December 5, 2018 Author Share Posted December 5, 2018 kind of abandoned methods here as I wasn't making progress. 2nd post I made is: https://www.autoitscript.com/forum/topic/196891-no-commands-working-on-window-with-class-32770/ Link to comment Share on other sites More sharing options...
orbs Posted December 5, 2018 Share Posted December 5, 2018 no point in opening another topic for exactly the same issue. now, RightFax is an enterprise service. they must have an official, supported, silent deployment method for the client software. unfortunately, the complete documentation is not available for public download, but you - as their customer - must have access to it. go by the book here. Signature - my forum contributions: Spoiler UDF: LFN - support for long file names (over 260 characters) InputImpose - impose valid characters in an input control TimeConvert - convert UTC to/from local time and/or reformat the string representation AMF - accept multiple files from Windows Explorer context menu DateDuration - literal description of the difference between given dates Apps: Touch - set the "modified" timestamp of a file to current time Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes SPDiff - Single-Pane Text Diff Link to comment Share on other sites More sharing options...
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