Jump to content

What's my RunOnceEx.cmd problem?


_U_U_R_

Recommended Posts

cmdow @ /HID
@Echo Off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Installing Programs " /f

REG ADD %KEY%\40 /VE /D "Kaspersky Anti-Virus 5 PRO" /f
REG ADD %KEY%\40 /V 2 /D "%systemdrive%\Install\Kav\kav5.0.388_personalproen.exe /S /N" /f
REG ADD %KEY%\40 /V 3 /D "REGEDIT /S %systemdrive%\install\Kaspersky Anti-Virus Personal\kav5.0.388_personalproen.reg" /f

REG ADD %KEY%\060 /VE /D "Sun Java 5" /f
REG ADD %KEY%\060 /V 1 /D "%systemdrive%\Install\Java\setup.exe /1031 /s /v "/qn IEXPLORER=1 MOZILLA=1 REBOOT=ReallySuppress WEBSTARTICON=0" /f

REG ADD %KEY%\065 /VE /D "NET Framework 2" /f
REG ADD %KEY%\065 /V 1 /D "%systemdrive%\Install\frame2\netfx.msi /qb-" /f

REG ADD %KEY%\070 /VE /D "ACDSee7 POWER Pack" /f
REG ADD %KEY%\070 /V 1 /D "%systemdrive%\Install\acdsee\setup.msi /qb PIDKEY=xxxxxxxxxxxxxx LICENSE_MODEL=FULL" /f

REG ADD %KEY%\075 /VE /D "Adobe Reader 7" /f
REG ADD %KEY%\075 /V 1 /D "%systemdrive%\install\Adobe\setup.exe -p"-s /v\"/qn\"" /f

REG ADD %KEY%\090 /VE /D " Restarting" /f
REG ADD %KEY%\090 /V 1 /D "%systemdrive%\Install\clean.cmd" /f

EXIT

Help for ;

Adobe Reader_wasn't installing

Java_wasn't installing

Kaspersky_wasn't installing

AcdSee_installing but desktop icons wasn't working...and ask me acdsee.msi file

Edited by _U_U_R_
Link to comment
Share on other sites


Kaspersky working with this code

REG ADD %KEY%\40 /VE /D "Kaspersky Anti-Virus 5 PRO" /f
REG ADD %KEY%\40 /V 2 /D "%systemdrive%\Install\Kav\kav5.0.388_personalproen.exe /S /N" /f
REG ADD %KEY%\40 /V 3 /D "REGEDIT /S %systemdrive%\install\Kaspersky Anti-Virus Personal\kav5.0.388_personalproen.reg" /f

Adobe Reader working with this code

REG ADD %KEY%\075 /VE /D "Adobe Reader 7" /f
REG ADD %KEY%\075 /V 1 /D "%systemdrive%\install\Adobe\setup.exe /w /v"/qb"

Edited by _U_U_R_
Link to comment
Share on other sites

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...