Jump to content

Question

Member
  • Posts

    16
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Posts posted by Question

  1. Hello everybody,

    This is my first AutoIT script :rolleyes:

    AutoIT Script for installation

    Blockinput(1)
    Run("Divx.Create.Bundle.6.5.exe")
    WinWait("Sprachenauswahl", "Bitte wählen Sie die Sprache aus, in der Sie diese Software installieren möchten.", 15)
    ControlCommand("Sprachenauswahl", "Bitte wählen Sie die Sprache aus, in der Sie diese Software installieren möchten.", "Button1", "SelectString", "Deutsch")
    ControlClick("Sprachenauswahl", "Bitte wählen Sie die Sprache aus, in der Sie diese Software installieren möchten.", "Button1")
    WinWait("DivX for Windows Installation", "Willkommen zum Setup Programm. Wir werden nun gemeinsam den DivX for Windows installieren!", 60)
    ControlClick("DivX for Windows Installation", "Willkommen zum Setup Programm. Wir werden nun gemeinsam den DivX for Windows installieren!","Button2")
    WinWait("DivX for Windows Installation", "Bitte lesen Sie die Lizenzbedingungen durch, bevor Sie mit der Installation fortfahren.", 15)
    ControlClick("DivX for Windows Installation", "Bitte lesen Sie die Lizenzbedingungen durch, bevor Sie mit der Installation fortfahren.", "Button4")
    ControlClick("DivX for Windows Installation", "Bitte lesen Sie die Lizenzbedingungen durch, bevor Sie mit der Installation fortfahren.", "Button2")
    WinWait("DivX for Windows Installation", "Nachtrag zum Lizenzvertrag", 15)
    ControlClick("DivX for Windows Installation", "Nachtrag zum Lizenzvertrag", "Button4")
    ControlClick("DivX for Windows Installation", "Nachtrag zum Lizenzvertrag", "Button2")
    WinWait("DivX for Windows Installation", "Wählen Sie die Komponenten aus, die Sie installieren möchten.", 15)
    send ("{RIGHT}" & "{DOWN 6}" & "{SPACE}")
    ControlClick("DivX for Windows Installation", "Wählen Sie die Komponenten aus, die Sie installieren möchten.", "Button2")
    WinWait("DivX for Windows Installation", "Wählen Sie das Zielverzeichnis für die DivX Software", 15)
    ControlClick("DivX for Windows Installation", "Wählen Sie das Zielverzeichnis für die DivX Software", "Button2")
    WinWait("DivX for Windows Installation", "Kostenlos! Google Toolbar für Firefox", 15)
    ControlClick("DivX for Windows Installation", "Kostenlos! Google Toolbar für Firefox", "Button5")
    ControlClick("DivX for Windows Installation", "Kostenlos! Google Toolbar für Firefox", "Button2")
    WinWait("DivX for Windows Installation", "Abonnieren Sie den DivX Newsletter!", 60)
    ControlClick("DivX for Windows Installation", "Abonnieren Sie den DivX Newsletter!", "Button2")
    WinWait("DivX for Windows Installation", "Einrichtung abgeschlossen", 60)
    ControlClick("DivX for Windows Installation", "Einrichtung abgeschlossen", "Button2")
    WinWait("Informationsleiste", "http://www.divx.com/divx/webplayer/postinstall.php", 5)
    ProcessClose("iexplore.exe")
    Blockinput(0)
    Exit

    You have to change the code at "ProcessClose("iexplore.exe") if you set Firefox as your default browser.

    AutoIT Script for registration

    Blockinput(1)
    Run("C:\WINDOWS\system32\rundll32.exe C:\WINDOWS\system32\dtu100.dll,dtuSerialRunDll B13A7C41581B411290FBC0395694E2A9")
    WinWait("DivX-Produktregistrierung", "", 5)
    ControlClick("DivX-Produktregistrierung", "snEdit", "QWidget10")
    ControlSend("DivX-Produktregistrierung", "snEdit", "QWidget10", "YOURSERIAL")
    ControlClick("DivX-Produktregistrierung", "registerButton", "QWidget9")
    ControlClick("DivX-Produktregistrierung", "closeButton", "QWidget1")
    Blockinput(0)
    Exit

    Greetz to all

    Question

  2. Hello Community,

    I've created an unattended DVD which is larger than 10 GB. How can I split it into 2 or more DVDs?

    I want to copy all Files from $OEM$\$1\Install\ on the HDD first and then begin to install them. Can I do this by using the CDSWITCH ultility? If i can do it by this way, how must the foldertree look like?

    Greetz to all

    Question!

  3. *PUSH*

    I've the same problem. There are 2 OEM folders [OEM and $OEM$]. Is this a bug?

    How do you all integrate the drivers?

    Greetz to all

    Question!

  4. Hi all,

    I am not sure whether I have all upgrades after SP2. Here is my list.

    KB873333.exe
    KB873339.exe
    KB884020.exe
    KB885523.exe
    KB885835.exe
    KB885836.exe
    KB885894.exe
    KB886185.exe
    KB887472.exe
    KB887742.exe
    KB888113.exe
    KB888302.exe
    KB890046.exe
    KB890047.exe
    KB890175.exe
    KB890859.exe
    KB891781.exe
    KB893066.exe
    KB893086.exe
    KB893756.exe
    KB894391.exe
    KB896358.exe
    KB896422.exe
    KB896423.exe
    KB896424.exe
    KB896427.exe
    KB896428.exe
    KB898458.exe
    KB898461.exe
    KB898900.exe
    KB899587.exe
    KB899588.exe
    KB899589.exe
    KB899591.exe
    KB900485.exe
    KB900725.exe
    KB901017.exe
    KB901190.exe
    KB901214.exe
    KB902400.exe
    KB904706.exe
    KB905414.exe
    KB905749.exe
    KB907865.exe
    KB908519.exe
    KB908521.exe
    KB908531.exe
    KB910437.exe
    KB911280.exe
    KB911562.exe
    KB911564.exe
    KB911565.exe
    KB911567.exe
    KB911927.exe
    KB912812.exe
    KB912919.exe
    KB913433.exe
    KB913446.exe
    KB913580.exe
    KB914389.exe
    KB916281.exe
    KB917344.exe
    KB917734.exe
    KB917953.exe
    KB918439.exe

    Greetz to all

    Question

  5. Hello Community,

    My name is Question and i have a lot of questions :D

    Would you please waste a bit of your time to proof my Config.txt?

    This text is formated with UTF-8.

    Microsoft.DirectX.9c.June

    ;!@Install@!UTF-8!

    RunProgram="DXSETUP.exe /SILENT"

    ;!@InstallEnd@!

    Microsoft.Frontpage.2003

    setup.exe TRANSFORMS=Unattended.MST /qb-

    Microsoft.NET.Framework.SDK.(Software.Development.Kit).1.1.(x86)

    Install.exe /Q

    Microsoft.NET.Framework.SDK.(Software.Development.Kit).2.0.(x86)

    Install.exe /Q

    Microsoft.NET.Framework.Version 2.0.Language

    Install.exe /Q

    Microsoft.NET.Framework.Version 2.0.Redistributable.Package

    Install.exe /Q

    Microsoft.NET.Framework.Version.1.1.Language

    Install.exe /Q

    Microsoft.NET.Framework.Version.1.1.Redistributable.Package

    Install.exe /Q

    Microsoft.NET.Framework.Version.1.1.SP.1

    Install.exe /Q

    Microsoft.Office.2003.Professional

    setup.exe TRANSFORMS=Unattended.MST /qb-

    Microsoft.OneNote.2003

    setup.exe TRANSFORMS=Unattended.MST /qb-

    Microsoft.Project.2003.Professional

    setup.exe TRANSFORMS=Unattended.MST /qb-

    Microsoft.Visio.2003.Professional

    setup.exe TRANSFORMS=Unattended.MST /qb-

    Microsoft.Visual.Studio.2005.Professional.Edition

    ;!@Install@!UTF-8!

    RunProgram="%systemdrive%\Microsoft.Visual.Studio.2005.Professional.Edition\Setup\setup.exe /unattendfile %systemdrive%\Microsoft.Visual.Studio.2005.Professional.Edition\Setup\vs2k5ts.ini /qb /norestart"

    ;!@InstallEnd@!

    Microsoft.Visual.Studio.2005.Professional.MSDN

    ;!@Install@!UTF-8!

    RunProgram="msdn.msi /Q"

    ;!@InstallEnd@!

    Microsoft.Windows.Media.Player.10 (unpacked)

    ;!@Install@!UTF-8!

    RunProgram="setup_wm.exe /Q /R:N /DisallowSystemRestore /Q"

    ;!@InstallEnd@!

    Thank your very much for your patience and time :thumbup

    Have a nice day!

    Question

  6. Thanks a lot for your response BoardBabe.

    I ve checked it out and that is exactly what I am looking for.

    For Example KB905816

    USB camera waits 8 seconds before restarting video capture when resuming from standby

    If I have't got this problem with my digi cam, will this fix be a problem for my system when i install it??

    Greetz

    Question

  7. Hi@all,

    I am a newbie and need a list of all upgrades can be installed for "Windows XP Professional SP2". There is a thread which contains a list of upgrades. I just want to be sure that i dont forget to install any possible upgrades and i wanna avoid to install "old" upgrades which will be overwritten by new ones. (include upgrades for WMP and other programs) I am confused by the list because there are too many kind of corrections from other members. * i am not good at english :blushing: *

    Part of my SVCPACK.inf

    KB893803 /U /O /N /Z
    KB873333 /U /O /N /Z
    KB873339 /U /O /N /Z
    KB884020 /U /O /N /Z
    KB884883 /U /O /N /Z
    KB885222 /U /O /N /Z
    KB885523 /U /O /N /Z
    KB885835 /U /O /N /Z
    KB885836 /U /O /N /Z
    KB885894 /U /O /N /Z
    KB886185 /U /O /N /Z
    KB886677 /U /O /N /Z
    KB886716 /U /O /N /Z
    KB887472 /U /O /N /Z
    KB887742 /U /O /N /Z
    KB887797 /U /O /N /Z
    KB888113 /U /O /N /Z
    KB888302 /U /O /N /Z
    KB890046 /U /O /N /Z
    KB890047 /U /O /N /Z
    KB890175 /U /O /N /Z
    KB890831 /U /O /N /Z
    KB890859 /U /O /N /Z
    KB891781 /U /O /N /Z
    KB893066 /U /O /N /Z
    KB893086 /U /O /N /Z
    KB893756 /U /O /N /Z
    KB893803 /U /O /N /Z
    KB894391 /U /O /N /Z
    KB896358 /U /O /N /Z
    KB896422 /U /O /N /Z
    KB896423 /U /O /N /Z
    KB896424 /U /O /N /Z
    KB896427 /U /O /N /Z
    KB896428 /U /O /N /Z
    KB898458 /U /O /N /Z
    KB898461 /U /O /N /Z
    KB898900 /U /O /N /Z
    KB899587 /U /O /N /Z
    KB899588 /U /O /N /Z
    KB899589 /U /O /N /Z
    KB899591 /U /O /N /Z
    KB900485 /U /O /N /Z
    KB900725 /U /O /N /Z
    KB900930 /U /O /N /Z
    KB901017 /U /O /N /Z
    KB901214 /U /O /N /Z
    KB902400 /U /O /N /Z
    KB904706 /U /O /N /Z
    KB905414 /U /O /N /Z
    KB905749 /U /O /N /Z
    KB905915 /U /O /N /Z
    KB907865 /U /O /N /Z
    KB908519 /U /O /N /Z
    KB908521 /U /O /N /Z
    KB910437 /U /O /N /Z
    KB912919 /U /O /N /Z
    KB890830 /Q
    qchain.exe

    I have used a upgradesPack which the contents are not pre-modified.

    Greetz

    Question

×
×
  • Create New...