Jump to content

UXTender.exe


Recommended Posts

Does anyone try it?

I've tried to automate the installation but no success.

uxtender download link

I tried the WinGetHandle, winwaitactive to automate like the other installation

but failed to automate this one.

I also tried various combination of WinTitleMatchMode but it not seems to work.

While 1
    Sleep(100)
    $ActiveWin = WinGetHandle("[ACTIVE]")
    If @error Then ContinueLoop
    $text = WinGetText($ActiveWin, "")
    MsgBox(0, "", $text) ;lets check if this code can read the title
WEnd
Link to comment
Share on other sites

lol, dude... why didnt you ask me?

just use the /s switch...

Damian666

ouh...i thought you haven't been active in the forum.

anyway, glad i can ask directly to the maker.

So, I already tried /s switch before opening a topic.

The program installed because I can see the uxtheme.uxtender in the @sysdir.

But eventhough, I can't activate my theme because my theme doesn't list in the

dekstop properties > design > windows & button. I also tried to restart my

pc but it doesn't work.

So i had to manually install the program and wanted to automated with autoit.

thanks

Link to comment
Share on other sites

Ofcourse i am active here, its written in autoit for god's sake :)

so you say the /s switch doesnt work huh? hmm...

maybe i broke something then >.<

Ill take a looksie for you...

Damian666

hurm, in my case the /s switch apparently doesn't work.

anyway i run as;

ShellExecuteWait("UXTender.exe", "/silent")

perhaps I should try with only /s or maybe using runwait instead of shellexecutewait.

I'll try later when i get back home.

thanks for your response!

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