Jump to content

rundll32 silent help


TheLug
 Share

Recommended Posts

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

 

Capture.PNG

Edited by TheLug
Link to comment
Share on other sites

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

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 by faustf
Link to comment
Share on other sites

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

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

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...