Jump to content

Need help finalizing daemon4123-lite (Autoit3)


Recommended Posts

Here is the Downl from filehippo

Daemonlite download

the script

AutoItSetOption("WinTitleMatchMode", 1)

$SF= "daemon4123-lite.exe"

; ----------------------------------------------------------------------------

; Script Start

; ----------------------------------------------------------------------------

Run($SF)

WinWaitActive ("DAEMON Tools Lite 4.12.3")

-Send ("{ENTER}")

WinWaitActive ("DAEMON Tools Lite 4.12.3")

Send ("{ENTER}")

WinWaitActive ("DAEMON Tools Lite 4.12.3")

Send ("{DOWN}" & "{SPACE}" & "{DOWN}" & "{SPACE}" & "{DOWN}" & "{SPACE}" & "{DOWN}" & "{SPACE}" & "{ENTER}")

WinWaitActive ("DAEMON Tools Lite 4.12.3")

Send ("{SPACE}" & "{ENTER}")

WinWaitActive ("DAEMON Tools Lite 4.12.3")

Send ("{ENTER}")

WinWaitActive ("DAEMON Tools Lite 4.12.3")

Send ("{SPACE}" & "{ENTER}")

; ----------------------------------------------------------------------------

; Script End

the script unticks

-sponsor ad

-search provider

-shortcuts

-browser's start page

but it stops at the last window :blink:

and also once finished it opens a webpage how do i prevent it ???

my main idea was to add it as an addon to Nlite but since i cant makit total silent without any windows shown :wacko:

any thoughts??

Link to comment
Share on other sites


Open up the AutoIt WindowInfo application and use it to find the control IDs. The freeze option in it is handy. Then instead of Send use ControlSend. I'm not sure it will work in this case but I've stuck to using it since it helped me before.

I don't know how you can prevent it opening the webpage but you can put a WinWait command for the browser window and close it once you know it's there. You might be able to check the window title for the website's name rather than checking for multiple different browsers.

Link to comment
Share on other sites

just be carefull if you start using autoit (v3.2.10.0) control functions, know that controltreeview with the "check" "uncheck" commands will not work (it might show the checkboxes as unchecked if you wait a few seconds but the installer wouldn't noticed this changed at all) you can still use it to select the right tree item (component checkbox) but then i'd advise to send a keyboard press (clicking on those sneaky tree items using autoit seem to run into the same problem mentioned before)

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