Jump to content

OldMX

Member
  • Posts

    14
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Mexico

Posts posted by OldMX

  1. Here's my unattended batch, dunno why MSN 7.5 installs, but right before the next program in list starts installing it just rolls back and uninstalls, then everything continues flawless, dunno what could be wrong:

    CLS
    @echo off
    TITLE Instalando programas adicionales, espere unos momentos

    ECHO.
    ECHO Deshabilitando Windows Scripting Host
    start /wait SEC_No_Script.exe /silent

    ECHO.
    ECHO Instalando Atomic Clock Sync
    start /wait Atomic_Clock_Sync_2_7_0_3.exe /S

    ECHO.
    ECHO Instalando Mozilla Firefox
    start /wait Firefox_1_5_0_1_Esp.exe -ms

    ECHO.
    ECHO Instalando Macromedia Flash Player
    start /wait Macromedia_Flash_8_0_22.exe /s

    ECHO.
    ECHO Instalando Sun Java
    start /wait Java_1_5_0_06.exe /s /v"/qn

    ECHO.
    ECHO Instalando Adobe Acrobat Reader
    start /wait Acrobat_Reader_7_0_7_esp.exe /S /v/qn

    ECHO.
    ECHO Instalando 7-Zip
    start /wait 7zip_4_32.exe /S

    ECHO.
    ECHO Instalando Crap Cleaner
    start /wait Crap_Cleaner_1_27_270.exe /S

    ECHO.
    ECHO Instalando Ad-Aware SE
    start /wait Ad-Aware_SE_1_06.exe /SILENT

    ECHO.
    ECHO Instalando Spybot
    start /wait Spybot_SD_1_4.exe /VERYSILENT /NORESTART /SP-

    ECHO.
    ECHO Instalando Just Another Nasty Editor
    start /wait Jane_1_47.exe /S

    ECHO.
    ECHO Instalando hkSFV
    start /wait hkSFV_2_0_1_84.exe /S

    ECHO.
    ECHO Instalando Unlocker
    start /wait Unlocker_1_7_9.exe /S

    ECHO.
    ECHO Instalando ATI Tray Tools
    start /wait ATI_Tray_Tools_1_0_5_820.exe /S

    ECHO.
    ECHO Instalando MSN Messenger 7.5
    start /wait MSN_Messenger_XP_7_5_0324_esp.msi /qn

    ECHO.
    ECHO Instalando DaemonTools
    start /wait DaemonTools_3_47.msi /qn /norestart

    ECHO.
    ECHO Instalando Everest Home Edition
    start /wait Everest_Home_Edition_2_20.exe /VERYSILENT

    ECHO.
    ECHO Instalando AVG Free Antivirus
    start /wait avg71free_375a716.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP

    ECHO.
    ECHO Instalando AC3 Codec
    start /wait ac3filter_1_01a_rc5.exe /S

    ECHO.
    ECHO Instalando DirectVobSub
    start /wait VSFilter_2_37.exe /S

    ECHO.
    ECHO Instalando Divx Codec
    start /wait DivX521XP2K.exe /S

    ECHO.
    ECHO Instalando Xvid Codec
    start /wait XviD-1_1_0-30122005.exe /VERYSILENT

    ECHO.
    ECHO Instalando WinRAR
    start /wait WinRAR_3_51.exe /S

    ECHO.
    ECHO Instalando Eraser
    start /wait Eraser_5_7.exe /VERYSILENT /SP-

    ECHO.
    ECHO Instalando Nero 6
    start /wait Nero-6.exe /SILENT /NOREBOOT /SN=xzxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN

    ECHO.
    ECHO Instalando DotNet Framework
    start /wait DotNet_2_0.exe

    ECHO Gracias por esperar, ahora reinicie el sistema

    EXIT

    Thanks in advance for checking this issue

    oldmx

  2. 40 hotfixes for me

    KB873339.exe KB885250.exe KB885835.exe KB885836.exe KB886185.exe

    KB887472.exe KB887742.exe KB888113.exe KB888302.exe KB890046.exe

    KB890830.exe KB890859.exe KB891781.exe KB893756.exe KB893803.exe

    KB894391.exe KB896358.exe KB896422.exe KB896423.exe KB896424.exe

    KB896428.exe KB898461.exe KB899587.exe KB899589.exe KB899591.exe

    KB900725.exe KB901017.exe KB901214.exe KB902400.exe KB904706.exe

    KB905414.exe KB905749.exe KB905915.exe KB908519.exe KB910437.exe

    KB911564.exe KB911565.exe KB911927.exe KB912919.exe KB913446.exe

  3. Take a look at my files and see if they're correct

    ===cmdlines.txt===

    [COMMANDS]

    "RunOnceEx.cmd"

    ==RunOnceEx.cmd==

    cmdow @ /HID

    @echo off

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing ATI and Creative" /f

    REG ADD %KEY%\005 /VE /D "Creative Audigy" /f

    REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\AUD-Creative\CTZAPXX.exe /s" /f

    REG ADD %KEY%\010 /VE /D "ATI COntrol Panel" /f

    REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\ATI-CP\Setup.exe /K" /f

    REG ADD %KEY%\015 /VE /D "Importing Registry Tweaks" /f

    REG ADD %KEY%\015 /V 1 /D "REGEDIT /S %systemdrive%\Install\Tweaks.reg" /f

    EXIT

    Thanks again :D

    oldmx

  4. If i use the winnt.sif method when installing the audigy, it gets installed, but cannot get sound from rear speakers, seems the driver update method skip some files or something:

    untitled2vg.png

    if i try to install the creative surround mixer to change speaker settings, it gets a ctdevcon.dll error.

    Any help is appreciated since creative forums are useless :(

    oldmx

×
×
  • Create New...