vakhal Posted May 28, 2005 Posted May 28, 2005 hi to all..hasn't anybody tryed to install stylexp yeti tryed a switch and it installed silently except for the screen that tries to change the current desktop theme to coughdrop...so it's not a complete unattended installi tryed doing a search ...but nothing there ,except my first post on this subject.also while we are on the subject of switches.....i have tryed ,with all my programs i want installed , using the /? switch and the programs install as usual.maybe i'm missing something ?i open the run dialog box....type "winrar.exe /?"...( without the " ) and press enteris that what i'm supposed to do ??anyway all replies with be very welcome...bye!!
eben Posted May 29, 2005 Posted May 29, 2005 1. i don't use it, so can't help you(if the only thing u do with stylexp is theme-switching, check this http://www.msfn.org/board/index.php?showtopic=98782. no, u have to get the switch of the SETUP pack. u can type in "cmd", navigate to the folder where ur setup pack is located and type "<name of steup package> /?"PS: not all setup packages support switches properly (if hey do that is ^^)have u read the guide btw? http://unattended.msfn.orgcheers
tjhart85 Posted June 1, 2005 Posted June 1, 2005 hmm just use AutoIt to do whats needed to close the window.Generally not much more than below is needed.WinWaitActive ( "title" )WinClose ( "title" )So the autoit script would look some thing roughly like so:; Execute InstallerIf FileExists ( @ScriptDir & "\setup.exe" ) Then Run ( @ScriptDir & "\setup.exe /S" )Else ExitEndIf; Close Settings WindowWinWaitActive ( "Settings" )WinClose ( "Settings" )<{POST_SNAPBACK}>Original Topic found here
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