Jump to content

Recommended Posts

Posted

Hi ,

since I updated my files for live messenger 8 to 8.1 my install jam at about 90% of LM8.1 install. I have to kill the install process for my unattended continue.

cmdow @ /HID
@echo off

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:

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

REG ADD %KEY% /V TITLE /D "Installing Applications & Last Updates" /f

REG ADD %KEY%10 /VE /D "Hotfix KB891122" /f
REG ADD %KEY%10 /V 1 /D "%systemdrive%\install\hotfix\KB891122.exe /quiet /norestart /nobackup" /f

REG ADD %KEY%15 /VE /D "Hotfix KB900399" /f
REG ADD %KEY%15 /V 1 /D "%systemdrive%\install\hotfix\KB900399.exe /quiet /norestart /nobackup" /f

REG ADD %KEY%15 /VE /D "Hotfix KB902344" /f
REG ADD %KEY%15 /V 1 /D "%systemdrive%\install\hotfix\KB902344.exe /quiet /norestart /nobackup" /f

REG ADD %KEY%17 /VE /D "Hotfix KB904555" /f
REG ADD %KEY%17 /V 1 /D "%systemdrive%\install\hotfix\KB904555.exe /quiet /norestart /nobackup" /f

REG ADD %KEY%18 /VE /D "Hotfix KB904942" /f
REG ADD %KEY%18 /V 1 /D "%systemdrive%\install\hotfix\KB904942.exe /quiet /norestart /nobackup" /f

REG ADD %KEY%19 /VE /D "Hotfix KB911564" /f
REG ADD %KEY%19 /V 1 /D "%systemdrive%\install\hotfix\KB911564.exe /q /n /z" /f

REG ADD %KEY%20 /VE /D "Hotfix KB917734" /f
REG ADD %KEY%20 /V 1 /D "%systemdrive%\install\hotfix\KB917734.exe /q /n /z" /f

REG ADD %KEY%25 /VE /D ".NET Framework 1.1 SP1" /f
REG ADD %KEY%25 /V 1 /D "%systemdrive%\install\dotnet1\netfx.msi /QB" /f
REG ADD %KEY%25 /V 2 /D "%systemdrive%\install\langpack1\langpack.msi /qb" /f

REG ADD %KEY%30 /VE /D ".NET Framework 2.0" /f
REG ADD %KEY%30 /V 1 /D "%systemdrive%\install\dotnetfx2.exe" /f
REG ADD %KEY%30 /V 2 /D "%systemdrive%\install\langpack2\install.exe /q" /f
REG ADD %KEY%30 /V 3 /D "%systemdrive%\install\hotfix\KB917283.exe /q" /f

REG ADD %KEY%31 /VE /D "Hotfix KB922770 For .NET Framework 2.0" /f
REG ADD %KEY%31 /V 1 /D "%systemdrive%\install\hotfix\KB922770.exe /q" /f

REG ADD %KEY%32 /VE /D ".NET Framework v3.0" /f
REG ADD %KEY%32 /V 1 /D "%systemdrive%\install\dotnetfx3.exe /q" /f

REG ADD %KEY%35 /VE /D "Microsoft GDI+ Detection Tool" /f
REG ADD %KEY%35 /V 1 /D "%systemdrive%\install\hotfix\KB873374.exe" /f

REG ADD %KEY%36 /VE /D "Hotfix KB927977" /f
REG ADD %KEY%36 /V 1 /D "%systemdrive%\install\hotfix\KB927977.exe /qn" /f

REG ADD %KEY%40 /VE /D "Visual Basic Runtime 6.0 SP5" /f
REG ADD %KEY%40 /V 1 /D "%systemdrive%\install\vbrun60sp5.exe /Q" /f

REG ADD %KEY%45 /VE /D "Live Messenger 8.1" /f
REG ADD %KEY%45 /V 1 /D "%systemdrive%\install\LM8\MsnMsgs.msi /QB" /f

REG ADD %KEY%50 /VE /D "Adobe Reader 8.1" /f
REG ADD %KEY%50 /V 1 /D "%systemdrive%\install\Adobe_Reader.exe /sAll /rs" /f

REG ADD %KEY%60 /VE /D "7-Zip 4.42" /f
REG ADD %KEY%60 /V 1 /D "%systemdrive%\install\7-zip.exe /S" /f

REG ADD %KEY%65 /VE /D "Quicktime Alternative" /f
REG ADD %KEY%65 /V 1 /D "%systemdrive%\install\quicktimealt181.exe /VERYSILENT /SP-" /f

REG ADD %KEY%70 /VE /D "Cyberlink Power DVD 6 OEM" /f
REG ADD %KEY%70 /V 1 /D "%CDROM%\Software\PowerDVD6\Setup.exe" /f

REG ADD %KEY%75 /VE /D "Ahead Nero 7.9.6.0 Essentials" /f
REG ADD %KEY%75 /V 1 /D "%systemdrive%\install\Nero7\nero7.cmd" /f

REG ADD %KEY%80 /VE /D "Real Player Alternative" /f
REG ADD %KEY%80 /V 1 /D "%systemdrive%\install\realalt152.exe /VERYSILENT /SP-" /f

REG ADD %KEY%81 /VE /D "Java RE Version 6.0 Update 1" /f
REG ADD %KEY%81 /V 1 /D "%systemdrive%\install\jre.exe /s /v/qn\" ADDLOCAL=ALL IEXPLORER=1
MOZILLA=1 JAVAUPDATE=0\"" /f

REG ADD %KEY%82 /VE /D "Microsoft Core XML Services (MSXML) 6.0" /f
REG ADD %KEY%82 /V 1 /D "%systemdrive%\install\msxml6.msi /QB" /f

REG ADD %KEY%85 /VE /D "Open Office 2.2" /f
REG ADD %KEY%85 /V 1 /D "%systemdrive%\install\OpenOffice\Setup.exe /QN" /f

REG ADD %KEY%90 /VE /D "Adobe Flash Player 9" /f
REG ADD %KEY%90 /V 1 /D "%systemdrive%\install\flash9.msi /QB" /f

REG ADD %KEY%94 /VE /D "Adding Tweaks 1" /f
REG ADD %KEY%94 /V 1 /D "REGEDIT /S %systemdrive%\install\tweaks.reg" /f

REG ADD %KEY%95 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%95 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f

EXIT

my runonceex is still the same since my update and I haven't seen post with that problem. My install is in french just to let you know


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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