Jump to content

Recommended Posts


Posted

God maybee someone can tell us I have been looking too.

If someone can tell us please tell me stylebuilder also.

P.S. The ONLY reason I use style XP is for VS editing!!!!!

UXTHEME all the way baaaaaaaaaaabbbbbbyyyyyyyyyy!!!!!!!!!

Posted

Simon & MCT u guys crack me up :)

come on use those brain muscle to figure out how we can fix this!

I just want to change my bootscreen from the standard to something like

that of longhorn.

u got any cool ones MCT?

Posted

One could just use autoit....while not silent it does work. :)

Sorry I can't code this up for you guys right now....but I'm on a huge under taking right now...converting all my scipts to use ini files and some new code MHz cooked up.

So future release's will be exe & ini based....with source code included.

Any ways I'm rambling. ;)

Posted

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" )

Posted

Installing is not the real problem...

the problem is how to register automatically

Prathapml can u upload your bootscreen for me. for sp2

i know u hv one that says professional

Posted
can u upload your bootscreen for me. for sp2

i know u hv one that says professional

And who said so :P

I did not bother to change my boot-screen. Did that for some time, long long ago, and then got bored of it.

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