/build/static/layout/Breadcrumb_cap_w.png

Silent switche for setupdrv.exe, dongle driver application.

Hi,
My app is a dongle driver application, which runs setupdrv.exe through custom action and installs .inf files, it installs fine but at the end of the installation it gives a messg box that "Dongle drivers have been successfully installed", I have to supress this mssg box. I tried /S, /Q, /QB, /QN, /QB-!, /silent, -silent, -s, but nothing is working, not as a custom action parameter n not even msi parameter.
It's wiring me, pls help :(

0 Comments   [ + ] Show comments

Answers (4)

Answer Summary:
Either write a script to work around it or extract the infs and install them using difxapp
Posted by: RandomITPro 12 years ago
4th Degree Black Belt
4
That is a very specific installer and determining what type of installer it is without having is a crap shoot, and it appears you have hit the most common switches. I would suggest an Autoit script, as a last resort.
Autoit here: http://www.autoitscript.com/site/autoit/
Below is an example of what you need in your autoit script. Replace "Install Successful" with the title of the dialog box your seeing after your drivers install.

Run("setupdrv.exe")
WinWaitActive("Install Successful")
Send("{ENTER}")

Comments:
  • Thanks for your reply.
    but can I suppress this with a switch, as source is a vendor msi?? - The_D 12 years ago
Posted by: andemats 12 years ago
2nd Degree Black Belt
1
Extract the drivers and use difxapp

to install the driver.
There is a difxapp merge module for Wise that works like a charm. Dunno if there is one for Admin Studio aswell.

Comments:
  • Haven't done too much driver installs in adminstudio myself, but you can make a component install drivers in adminstudio. Has worked well for me. - Ifan 12 years ago
Posted by: The_D 12 years ago
Senior White Belt
0
Hi Tentacle Master ,

It's superb...........
Thanks alot for your help, it works very good. Thank you again.....
Posted by: Ifan 12 years ago
Second Degree Green Belt
0
You could extract the inf files, disable the custom action and install the drivers in a better way. Unless the setupdrv.exe does alot of other funky stuff.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

View more:

Link

Related Links

Post

Related Posts

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ