FileZilla Server

  • Hi,

    Hab mir von hier FileZilla Server geladen, und wollte eine Automatische Installation machen.
    So, jet ist es auch gegeanen, bis zu den einstellungen bei dem es darum geht ob es mit windows startet oder nicht.
    Dass bekomme ich nicht hin. Hoffe mir kann jmd helfen.

    [autoit]

    Run("FileZilla_Server-0_9_25.exe") WinWait("FileZilla Server beta 0.9.25 Setup ", "License Agreement", 10) ControlClick("FileZilla Server beta 0.9.25 Setup ", "License Agreement", "Button2") WinWait("FileZilla Server beta 0.9.25 Setup ", "Choose Components", 10) ControlClick("FileZilla Server beta 0.9.25 Setup ", "Choose Components", "Button2") WinWait("FileZilla Server beta 0.9.25 Setup ", "Choose Install Location", 10) ControlClick("FileZilla Server beta 0.9.25 Setup ", "Choose Install Location", "Button2") WinWait("FileZilla Server beta 0.9.25 Setup ", "Startup settings", 10) ControlCommand("FileZilla Server beta 0.9.25 Setup ", "Startup settings", "ComboBox1", "SelectString", "Install as service, started manually") ControlClick("FileZilla Server beta 0.9.25 Setup ", "Startup settings", "Button4")

    [/autoit]

    hier --> ControlCommand("FileZilla Server beta 0.9.25 Setup ", "Startup settings", "ComboBox1", "SelectString", "Install as service, started manually") gehts nicht mehr weiter, er wählt es nicht aus.


    Vielen Dank schon mal !


    greetings :) mike

  • Bei mir geht es, wenn im Titel kein Leerzeichen am Ende steht:

    [autoit]

    ControlCommand("FileZilla Server beta 0.9.25 Setup", "Startup settings", "ComboBox1", "SelectString", "Install as service, started manually")

    [/autoit]

    Sonst mach ControlSend TAB UnTil StringInStr WinGetText() Install as ...
    Dabei muss aber auch das Leerzeichen am Ende vom Titel weg.