Jump to content

how to hide the runnin program?


Recommended Posts

hi, i just made a script to install DVDFab, everything works fine the only thing i would like to know is how do you stop the run program [dvdfab6040.exe] from being seen, i hav download a few programs in the past that dont show the setup pages.

what and where do i add the command?

Opt("WinWaitDelay",100) 
Opt("WinTitleMatchMode",4) 
Opt("WinDetectHiddenText",1) 
Opt("MouseCoordMode",0) 
Run('DVDFab6040.exe') 
WinWait("Select Setup Language","") 
If Not WinActive("Select Setup Language","") Then WinActivate("Select Setup Language","") 
WinWaitActive("Select Setup Language","") Send("{ENTER}") WinWait("Setup - DVDFab 6","") 
If Not WinActive("Setup - DVDFab 6","") Then WinActivate("Setup - DVDFab 6","") 
WinWaitActive("Setup - DVDFab 6","") 
Send("{ENTER}{TAB}{UP}{ENTER}{ENTER}{ENTER}{ENTER}{ENTER}{SPACE}{ENTER}")

cheers james

Link to comment
Share on other sites

You want to perform what is called a silent install. Search google to find the switches you need for the options you want.

hi, i do make silent install, the problem with dvdfab is that puffin installer thing, when installing with vista with the switches a windows boxes pops up with verify installer/drivers add 2 trusted ETC.

so what i done thanks 2 u is run dvdfab with the switches and when the boxes coms up just click yes blar blar blar save Script, Compile Script to .exe, ETC.

thanks once again

james

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