Jump to content

S0mE0nesMiNd1

Member
  • Posts

    199
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by S0mE0nesMiNd1

  1. faf4life is correct -

    Regardless of how many tweaks etc... you have, you are only allowed a certain ammount of bandwidth and your limitations. Using stuff like this to completely max out what connection you are allowed could also lead to your connection being capped by your ISP.

  2. Indeed very odd. We need an autoIT Expert like MHZ or NoLogic, because this is even too much for me. There are some hidden things like the checkboxs. Also, I noticed the changing TButton Stuff too. Oh, and as for yours, you STILL have to have the other stuff in addition to the text I mentioned (No empty quotations unless its empty in the AutoIT Spy Window). Anyhow, this was working for the first few things, the rest an expert needs to do.

    Run ( "xqdcXSP-Setup-EN.exe" )
    WinwaitActive ("Setup - XQDC X-Setup Pro" , "Welcome to")
    ControlClick ("Setup - XQDC X-Setup Pro", "&Next >" , "TButton2")


    WinWaitActive("Setup - XQDC X-Setup Pro" , "License Agreement")
    ControlClick ("Setup - XQDC X-Setup Pro", "I &accept the agreement", "TRadioButton1")
    ControlClick ("Setup - XQDC X-Setup Pro", "&Next >", "TButton3")


    WinWaitActive("Setup - XQDC X-Setup Pro" , "Internet Version Check")
    ControlClick ("Setup - XQDC X-Setup Pro", "", "TNewCheckListBox1")
    ControlClick ("Setup - XQDC X-Setup Pro", "&Next >", "TButton3")


    WinWaitActive("Setup - XQDC X-Setup Pro" , "Information")
    ControlClick ("Setup - XQDC X-Setup Pro", "&Next >", "TButton4")

    WinWaitActive("Setup - XQDC X-Setup Pro" , "Select Destination Location")
    ControlClick ("Setup - XQDC X-Setup Pro", "&Next >", "TButton4")

    WinWaitActive("Setup - XQDC X-Setup Pro" , "Select Additional Tasks")
    ControlClick ("Setup - XQDC X-Setup Pro", "&Next >", "TButton4")

  3. ControlClick ("Setup - XQDC X-Setup Pro", "", "TButton4")

    Also - For something like this, the middle quotations are supposed to have the "Text" that is in the AutoIT Window Info on the button, for buttons that say "Next" it is typically "&Next >". So it should be "Setup - XQDC X-Setup Pro", "&Next >", "TButton4" Assuming thats what the Text is.

    EDIT: seems i have an old ver. of X-Setup. Thanks for the tip :) Ill look into your script and what may be wrong with it.

  4. Looks liek the problem with your AutoIT Scripts is the WinWaitActive. Your telling it to wait on something that wont appear. My Window title is "Setup - Xteq-dotec X-Setup Pro" You must make sure ALL capitilization, spaces, dashes, EVERYTHING is the EXACT same. Easiest way to make sure is to use the AutoIT Window Spy.

    Also - this is a very poor script. The least you can do is replace the "Sleeps" with more WinWaitActive. Example:

    Run("Setup.exe")
    WinWaitActive("Setup - Xteq-dotec X-Setup Pro" , "xxxxxx") // Where xxxxx is something it says in the box, example, "Welcome to"
    ControlClick("BLAHBLAH")
    WinWaitActive("Setup - Xteq-dotec X-Setup Pro" , "Select folder")
    ControlClick("BLAHBLAH")

  5. Like I said, these have been discussed on numerous occassions. The problem is, you are obviously not reading the topics and expect them to be in the first post. It might involve more than just running a switch, perhaps extracting the main executable file. Either way, like I said, these have been done and are quite popular.

    And just for arguments Sake - I retieved my Alcohol 120% Switch that works fine, and it *DID* involve extracting the main executable file.

    /qn Reboot=Suppress

    No msiexec is needed, nor do I think these are ever used in switchs.

  6. Hey everyone - I followed the instructions as per the Unattended Site....and it DID work. ONCE. After the first tiem, it simply sits their after I tell it to make the CD

    You are using Version 2.47 of CDIMAGE

    Computing directory Information

    Image File is 7426615296 bytes

    Writing 11682 files in 519 directories to E:\ISO.iso

    ......Just sits there with no progress. Any ideas?

×
×
  • Create New...