CompMaster Posted August 13, 2005 Posted August 13, 2005 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:codecsand here is my file:CLS@echo offECHO.ECHO Over the next few minutes you will see automated installations ECHO of various sofware applications, windows updates, and registryECHO hacks being implemented. The computer will restart automaticallyECHO once the whole process has finished!ECHO.ECHO.ECHO Installing CodecsECHO Please wait...start /wait %systemdrive%\install\Codecs\CODECS.exe /SECHO.ECHO Installing Adobe Reader 6ECHO Please wait...start /wait %systemdrive%\install\AR6\AR6.msi /QBECHO.ECHO Installing WinRAR 3.4b4ECHO Please wait...start /wait %systemdrive%\install\WinRAR\wrar34b4.exe /sECHO.ECHO Installing Nero Burning ROM v6ECHO Please wait...start /wait %systemdrive%\install\Nero\nero6.exe /silent /norebootECHO.ECHO Registering Nero Burning ROM...REGEDIT /S %systemdrive%\install\Nero\register.regECHO.ECHO Installing Symantec Antivirus Corporate 9ECHO Please wait...start /wait %systemdrive%\install\sav.exeECHO.ECHO Installing Windows Genuine Validation bypassECHO Please wait...start /wait %systemdrive%\install\Windows Genuine Validation bypass.exe /silentECHO.ECHO Installing Ad-AwareECHO Please wait...start /wait %systemdrive%\install\AdAware\aawsepro.exe /silentECHO.ECHO Installing Hebrew And Russian User Interface start /wait %systemdrive%\install\mui.exeECHO Adding User ECHO.NET USER /ADD USERecho.EXIT
Sonic Posted August 14, 2005 Posted August 14, 2005 You can use AutoIt script if no exist switchs .... More search on the forum man
urie Posted August 14, 2005 Posted August 14, 2005 Check out this web site for instrustions for k-lite codec pack installSilent install pageI use this command%SystemDrive%\Install\K-Lite\klcodec251f.exe /SILENT /SP- /NORESTART /LoadInf=".\klcpf.ini"
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now