Jump to content

ThinkLinux

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Croatia

Posts posted by ThinkLinux

  1. /S

    Go Google app switches before asking pls :)

    Or make an AUtoit script

    Run("blender.exe")
    WinWaitActive("Blender 2.42 Installer", "Welcome")
    Send("!N")
    WinWaitActive("Blender 2.42 Installer", "License Agreement")
    Send("{TAB}{TAB}{ENTER}")
    WinWaitActive("Blender 2.42 Installer", "Choose Components")
    Send("{ENTER}")
    WinWaitActive("Blender 2.42 Installer", "Choose Install Location")
    Send("{TAB}")
    Send("!N")
    WinWaitActive("Blender 2.42 Installer", "Specify User Data Location")
    Send("{TAB}{TAB}{TAB}")
    Send("!I")
    WinWaitActive("Blender 2.42 Installer", "Completing the Blender")
    Send("R")
    Send("{TAB}{ENTER}")

    ž

    thanks

  2. Heer is my application switches. Too be updated...

    This is my application switches. too be updated...

    @echo off

    title Instalacija programa

    echo U slijedećih nekoliko minuta\sati bit će instalirani svi programi u ovoj skripti....

    ECHO.

    ECHO Installing NOD32 Full version

    ECHO Please wait...

    start /wait %systemdrive%\install\Applications\NOD32\start /w setup.exe /silentmode

    ECHO.

    ECHO Installing Lavasoft Ad-Aware SE Proffesional 1.6

    ECHO Please wait...

    start /wait %systemdrive%\install\Applications\AD-Aware SE Pro\aawsepro.exe /s

    ECHO.

    ECHO Installing Zone Alarm Proffesional

    ECHO Please wait...

    start /wait %systemdrive%\install\Applications\Zone Alarm\zlsSetup_6_1 /S /i /lickey xxxxxxxxxxxxxx

    /noreboot %XPCD%\ZoneConfig.xml

    ECHO.

    ECHO Installing CCleaner

    ECHO Please wait...

    start /wait %systemdrive%\install\Applications\CCleaner\ccleaner.exe /S

    ECHO.

    ECHO Installing CDex 1.50

    ECHO Please wait...

    start /wait %systemdrive%\install\Applications\CDex\cdex_150.exe /S

    ECHO.

    ECHO Installing IrfanView 3.98

    ECHO Please wait...

    start /wait %systemdrive%\install\Applications\IrfanView\iview398 /silent /desktop=0 /thumbs=0 /group=1 /allusers=1 /assoc=1

    ECHO.

    ECHO Installing FileZila

    ECHO Please wait...

    start /wait %systemdrive%\install\Applications\FileZilla\ start /w FileZilla_2_2_26a_setup.exe /S /D=C:\Program

    Files\FileZilla

    ECHO.

    ECHO Registering Nero Burning ROM...

    REGEDIT /S %systemdrive%\install\Applications\Nero\register.reg

    ECHO.

    ECHO Installing Nero Burning ROM v6.0.0.9

    ECHO Please wait...

    start /wait %systemdrive%\install\Applications\Nero\Nero6605.exe /silent /noreboot

    ECHO.

    ECHO Installing Flashget 1.7

    ECHO Please wait...

    start /wait %systemdrive%\install\Applications\FlashGet\fgf172.exe /S

    ECHO.

    ECHO Registering Flashget 1.7...

    REGEDIT /S %systemdrive%\install\Applications\FlashGet\register.reg

    ECHO.

    ECHO Installing Mozilla Firefox

    ECHO Please wait...

    start /wait %systemdrive%\install\Applications\Firefox\firefox.exe -ms

    ECHO.

    ECHO Installing Where is it 3.0?

    ECHO Please wait...

    start /wait %systemdrive%\install\Applications\WhereIsIt30\SETUP.exe /versilent

    ECHO.

    ECHO Installing MSN Messenger 7.1.

    ECHO Please wait...

    start /wait %systemdrive%\install\Applications\Messenger 71\MsnMsgs.msi /QB

    ECHO.

    ECHO Installing ISOBuster 1.9.1

    ECHO Please wait...

    start /wait %systemdrive%\install\Applications\IsoBuster\IsoBuster 1.9.1.exe /VERYSILENT /SP-

    ECHO.

    ECHO Killing ISOBuster.exe process

    taskkill.exe /F /IM isobuster.exe

    ECHO.

    ECHO Installing DVDshrink 3.2.0.15

    ECHO Please wait...

    start /wait "%systemdrive%\install\Applications\DVDShrink\dvdshrink32.exe /VERYSILENT"

    ECHO.

    ECHO Installing SunJava VM

    ECHO Please wait...

    start /wait "%systemdrive%\install\Applications\SunJava\sunjava.exe /s /v/qn

    echo.

    pause

    exit

  3. For windows Media Player 10? I am test my xp instalation with virtual pc and got error /? when instalation is traying to install media player 10!?Media Player 10 and hotfixes+framework 1.1+2 is located in the svcpack folder. Ist correct to put media player 10 and framework 1.1 and 2.0 in the svcpack or to make batch script and put to the $OEM$ folder....

  4. HI, I am study eBooK MSFN_Unnattend and i have ask how to make to silently install Microsoft Framework 2.0 and 1.1? To folow way updating setup source with latest hotfix?? Realy need help :huh:

    On this forum i am found for dotnetfx1.1.

    DotNet Framework 1.1

    Install Switch: /q /c:"install /q"

    Extraction: None

    Notes:

    Registry:

×
×
  • Create New...