Jump to content

Recommended Posts

Posted

when I install the k lite codecs pack I choose all the options I can mark so I want it to do the aame thing automaticlly here is the link for the new codecs that I want to make them install automaticlly:

codecs

and here is my file:

CLS
@echo off
ECHO.
ECHO Over the next few minutes you will see automated installations
ECHO of various sofware applications, windows updates, and registry
ECHO hacks being implemented. The computer will restart automatically
ECHO once the whole process has finished!
ECHO.
ECHO.
ECHO Installing Codecs
ECHO Please wait...
start /wait %systemdrive%\install\Codecs\CODECS.exe /S
ECHO.
ECHO Installing Adobe Reader 6
ECHO Please wait...
start /wait %systemdrive%\install\AR6\AR6.msi /QB
ECHO.
ECHO Installing WinRAR 3.4b4
ECHO Please wait...
start /wait %systemdrive%\install\WinRAR\wrar34b4.exe /s
ECHO.
ECHO Installing Nero Burning ROM v6
ECHO Please wait...
start /wait %systemdrive%\install\Nero\nero6.exe /silent /noreboot
ECHO.
ECHO Registering Nero Burning ROM...
REGEDIT /S %systemdrive%\install\Nero\register.reg
ECHO.
ECHO Installing Symantec Antivirus Corporate 9
ECHO Please wait...
start /wait %systemdrive%\install\sav.exe
ECHO.
ECHO Installing Windows Genuine Validation bypass
ECHO Please wait...
start /wait %systemdrive%\install\Windows Genuine Validation bypass.exe /silent
ECHO.
ECHO Installing Ad-Aware
ECHO Please wait...
start /wait %systemdrive%\install\AdAware\aawsepro.exe /silent
ECHO.
ECHO Installing Hebrew And Russian User Interface
start /wait %systemdrive%\install\mui.exe
ECHO Adding User
ECHO.
NET USER /ADD USER
echo.
EXIT


Posted
Check out this web site for instrustions for k-lite codec pack install

Silent install page

I use this command

%SystemDrive%\Install\K-Lite\klcodec251f.exe /SILENT /SP- /NORESTART /LoadInf=".\klcpf.ini"

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...