Jump to content

2 Problems! Yahoo + Flash Unattended


Recommended Posts

hey everybody

i wanna getrifd of the Language question of flash 7 and shockplayer

also i wanna kill yahoo once installed via RunOnceEx.cmd

check this photo for furthur information

this is my RunOnceEx.cmd

plz be precise where to put the pskill thing!

cmdow @ /HID
@echo off

IF EXIST D:\CD.txt set CDROM=D:
IF EXIST E:\CD.txt set CDROM=E:
IF EXIST F:\CD.txt set CDROM=F:
IF EXIST G:\CD.txt set CDROM=G:
IF EXIST H:\CD.txt set CDROM=H:
IF EXIST I:\CD.txt set CDROM=I:
IF EXIST J:\CD.txt set CDROM=J:

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

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

REG ADD %KEY%\001 /VE /D "Windows Media Player 10" /f
REG ADD %KEY%\001 /V 1 /D "%CDROM%\Software\WMP10\MP10Setup.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /f

REG ADD %KEY%\005 /VE /D "MSN Messenger 6.2.205" /f
REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\MSN\MsnMsgs.msi /qn" /f

REG ADD %KEY%\007 /VE /D "Yahoo! Messenger v6.0.1750" /f
REG ADD %KEY%\007 /v 1 /D "%CDROM%\Software\Yahoo\Yahoo1750.exe /s" /f

REG ADD %KEY%\010 /VE /D ".NET Framework v1.1 SP1" /f
REG ADD %KEY%\010 /V 1 /D "%CDROM%\Software\NetFramework\netfxsp1.exe" /f

REG ADD %KEY%\015 /VE /D "Microsoft JavaVM" /f
REG ADD %KEY%\015 /V 1 /D "%CDROM%\Software\JavaVM\msjavx86.exe" /f

REG ADD %KEY%\017 /VE /D "Windows Script 5.6" /f
REG ADD %KEY%\017 /V 1 /D "%CDROM%\Software\Script\scripten.exe /Q:A /R:N" /f

REG ADD %KEY%\020 /VE /D "WinRAR v3.42 Corp" /f
REG ADD %KEY%\020 /V 1 /D "%CDROM%\Software\WinRAR\wrar342.exe /s" /f

REG ADD %KEY%\012 /VE /D "Flash 7 & shockwave 10.1" /f
REG ADD %KEY%\012 /v 1 /D "%CDROM%\Software\Flashplayer\flash7&shockwave.exe /s" /f

REG ADD %KEY%\003 /VE /D "Winamp 5 Pro v5.08d" /f
REG ADD %KEY%\003 /V 1 /D "%CDROM%\Software\Winamp\Winamp5.0.8.msi INI=%CDROM%\Software\winamp\winamp.ini /qb" /f

REG ADD %KEY%\025 /VE /D "Importing Registry Tweaks" /f
REG ADD %KEY%\025 /V 1 /D "REGEDIT /S %CDROM%\Software\regtweaks.reg" /f

EXIT                                                                        

c3ad9dd851.jpg

:hello:

Link to comment
Share on other sites


hello ...

plz any one answer my 2 Qs?

since I did the above commands but didn't work

I didi the kill thing of yahoo like this (is it right, coz it didn't work?):

cmdow @ /HID
@echo off

IF EXIST D:\CD.txt set CDROM=D:
IF EXIST E:\CD.txt set CDROM=E:
IF EXIST F:\CD.txt set CDROM=F:
IF EXIST G:\CD.txt set CDROM=G:
IF EXIST H:\CD.txt set CDROM=H:
IF EXIST I:\CD.txt set CDROM=I:
IF EXIST J:\CD.txt set CDROM=J:

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

REG ADD %KEY% /V TITLE /D "Installing Applications" /f
REG ADD %KEY%\007 /VE /D "Yahoo! Messenger v6.0.1750" /f
REG ADD %KEY%\007 /v 1 /D "%CDROM%\Software\Yahoo\Yahoo1750.exe /s" /f
TASKKILL /F /IM ypager.exe

????

and also the LABGUAGE question still appear in flash & shockwave players

man, that's frustrating :no:

Link to comment
Share on other sites

something like this: (if you put taskkill in "%CDROM%\Software\)

cmdow @ /HID
@echo off

IF EXIST D:\CD.txt set CDROM=D:
IF EXIST E:\CD.txt set CDROM=E:
IF EXIST F:\CD.txt set CDROM=F:
IF EXIST G:\CD.txt set CDROM=G:
IF EXIST H:\CD.txt set CDROM=H:
IF EXIST I:\CD.txt set CDROM=I:
IF EXIST J:\CD.txt set CDROM=J:

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

REG ADD %KEY% /V TITLE /D "Installing Applications" /f
REG ADD %KEY%\007 /VE /D "Yahoo! Messenger v6.0.1750" /f
REG ADD %KEY%\007 /v 1 /D "%CDROM%\Software\Yahoo\Yahoo1750.exe /s" /f
REG ADD %KEY%\007 /v 2 /D "%CDROM%\Software\TASKKILL.exe /F /IM ypager.exe" /f

Link to comment
Share on other sites

@titou2k

taskkill.exe is inside the system32 folder. This means that you don't have to specify a path to use it. This is how I stop MSN messenger from popping up:

REG ADD %KEY%\095 /V 02 /D "taskkill /IM msnmsgr.exe /F" /f

@Wesmosis

about the flashplayer problem, there should mm_fl_sw_installer.msi somewhere. This one is without the Yahoo toolbar. It works with the /qb switch and it installs without a problem. I'll report back when I found the link.

EDIT: You can download it here

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