WindowBlinds 4.5
#1
Posted 01 February 2005 - 02:40 PM
Using either the /s or /silent switch actually does run it in the background....forever. It goes up to 300+ percent and then starts again and does not finish until i kill the process manually (which does NOT install the application).
Has anyone had success getting WindowBlinds to install in their UA build? Thanks a LOT for your help guys!
#2
Posted 01 February 2005 - 03:49 PM
If it doesn't work for you...well your kind of on your own till I get the newer version posted.
Well good luck.
file removed
#3
Posted 03 February 2005 - 06:12 PM
#4
Posted 04 February 2005 - 12:07 AM
Personally I prefer to see the installation taking place even more so when it comes to AutoIt handled installations....some times a script will fail if written incorrectly...with the installation shown...if need be you can abort it...where hidden...it could be difficult to exit the application and recover.
Heh how ever you do have the source code so by all means dig in and see what you can make happen with it.
#5
Posted 26 February 2005 - 06:41 PM
Anyways, I've been playing with the AutoIt script for WindowBlinds v4.5 and I'm stuck... Don't see how you manage to send keys or control clicks on the last dialog box (WindowsBlinds Advanced Configuration). When I manually install WindowBlinds, I can not use the keyboard to do anything on the last dialog box - no tab, no arrows, no funtion keys... Therefore, how can you script this?
Here is the main part of my script...
; Enter Serial Number
WinWaitActive ( "Enter WindowBlinds Serial Number" )
ControlSetText ( "Enter WindowBlinds Serial Number", "", "Edit1", $SN_1 )
ControlClick ( "Enter WindowBlinds Serial Number", "OK", "Button2" )
; License
WinWait ( "License Agreement", "", 1 )
If WinExists ( "License Agreement" ) Then
WinActivate ( "License Agreement" )
ControlClick ( "License Agreement", "I Agree", "Button4" )
ControlClick ( "License Agreement", "&Next >", "Button1" )
EndIf
; Unload Application
WinWaitActive ( "Unloading WindowBlinds" )
ControlClick ( "Unloading WindowBlinds", "&Yes, I Have Unloaded WindowBlinds >", "Button1" )
; Welcome
WinWaitActive ( "Welcome" )
ControlClick ( "Welcome", "&Next >", "Button1" )
; Destination Location
WinWaitActive ( "Choose Destination Location" )
ControlClick ( "Choose Destination Location", "&Next >", "Button1" )
; Finish + Check And Extract Self Extracting Skin Archive
WinWaitActive ( "Installation Complete" )
ControlClick ( "Installation Complete", "&Finish >", "Button3" )
; Configuration
WinWaitActive ( "WindowBlinds Advanced Configuration" )
**** This is last dialog box to choose and set skin... Got any ideas on what control click to send? Some code goes here.
WinClose ( "WindowBlinds Advanced Configuration" )
;Install
WinWaitActive ( "Install" )
ControlClick ( "Install", "Cancel", "Button2" )
#6
Posted 26 February 2005 - 10:36 PM
Well the installer for WindowBlinds blows goats.
One has to do a LOT of hunting around with the AutoIt Window Spy....since the name of the buttons are all over the place and not where they should be....and some I don't even think show at all....hence why I don't have it completely configurable....just way to much work for little to nothing in return...heh might be different if there was money involved...but when its for free...p*** on it.
Any ways I've attached a more recent build....that should solve some issues for others. Namely if they wish to install one of the default skins rather than a 3rd party one....3rd party skins are still supported as before....just look through the user var's and set things correctly.
Basically if you choose to apply one of the default skins....it will prevent you from applying a 3rd party....this doesn't mean that you can not add 3rd party skins via the skins sfx file....you can still do that.
Any ways take a peak and see if things are better for you or not...if your looking to tweak every thing possible....your compltely on your own...since I have no disire to do that much hunting.
#7
Posted 26 February 2005 - 11:47 PM
Thank you!
#8
Posted 22 July 2005 - 08:28 AM
Nologic, on Feb 26 2005, 11:36 PM, said:
Well the installer for WindowBlinds blows goats.
One has to do a LOT of hunting around with the AutoIt Window Spy....since the name of the buttons are all over the place and not where they should be....and some I don't even think show at all....hence why I don't have it completely configurable....just way to much work for little to nothing in return...heh might be different if there was money involved...but when its for free...p*** on it.
Any ways I've attached a more recent build....that should solve some issues for others. Namely if they wish to install one of the default skins rather than a 3rd party one....3rd party skins are still supported as before....just look through the user var's and set things correctly.
Basically if you choose to apply one of the default skins....it will prevent you from applying a 3rd party....this doesn't mean that you can not add 3rd party skins via the skins sfx file....you can still do that.
Any ways take a peak and see if things are better for you or not...if your looking to tweak every thing possible....your compltely on your own...since I have no disire to do that much hunting.
<{POST_SNAPBACK}>
*sigh* No matter what I do I can't get this to work. I am a programmer so I picked up on the syntax right away, but for the life of me I can't get the script to click on the OK button after the serial is put in. It puts the serial in just fine, but the script just won't click "Button2" for some reason. Anyone have any ideas why this might be?
#9
Posted 22 July 2005 - 11:39 AM
Also in newer builds of the installer different controler names may have been used.
Keep in mind that windowblinds should be the last autoit item to be installed since its skinning of controls breaks autoits ablity to read and manipulate them.
#10
Posted 22 July 2005 - 11:51 AM
Nologic, on Jul 22 2005, 12:39 PM, said:
Also in newer builds of the installer different controler names may have been used.
Keep in mind that windowblinds should be the last autoit item to be installed since its skinning of controls breaks autoits ablity to read and manipulate them.
<{POST_SNAPBACK}>
I should've mentioned that I did use the au3info program and confirmed that was indeed still "Button2". I also tried changing it to "8" which is the actual id. No luck on any of that. I don't understand what the problem is.
#11
Posted 22 July 2005 - 11:59 AM
#12
Posted 27 July 2005 - 12:59 AM
Nologic, on Jul 22 2005, 12:59 PM, said:
<{POST_SNAPBACK}>
All right, well, we're moving soon but once I get settled I'll try to figure it out and I'll release it. Thanks for the tips.



Help
Back to top









