Jump to content

stylexp ?


vakhal

Recommended Posts

hi to all..

hasn't anybody tryed to install stylexp yet

i 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 install

i 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 enter

is that what i'm supposed to do ??

anyway all replies with be very welcome...bye!!

Link to comment
Share on other sites


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=9878

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

cheers

Link to comment
Share on other sites

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 Installer
If FileExists ( @ScriptDir & "\setup.exe" ) Then
Run ( @ScriptDir & "\setup.exe /S" )
Else
Exit
EndIf

; Close Settings Window
WinWaitActive ( "Settings" )
WinClose ( "Settings" )

Original Topic found here

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...