Jump to content

Recommended Posts

Posted

in my unattended cd i have msn messenger install, then msgplus, messenger plus launches msn messenger, so i have 2 end task on it.. but it dont work :S

even if i manually type "Taskill /IM msnmsgr.exe /F" without quotes.. it gives me an error it says "Error: Critical Error"

any ideas ppl?

thanks :)


Posted

MCT can you post your code how you did it i tryed this

REG ADD %KEY%\030 /VE /D "MSN 6.2.0137 with MSN PLUS 3.01.94" /f

REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\MSN\6.2\MsnMsgs.msi /qn " /f

REG ADD %KEY%\030 /V 2 /D "%systemdrive%\install\MSN\MsgPlus-301.exe /silentinstallnosponsor " /f

REG ADD %KEY%\030 /V 3 /D "pskill msnmsgr.exe /f

REG ADD %KEY%\030 /V 4 /D "%systemdrive%\install\MSN\MSN.CEDP.Stealer.2.EXE /S" /f

how can you do that so pskill will wait until MsgPlus is installed

Posted

yours should work..

i use pskill msnmsgr

make sure pskill is in system32 dir else put the path there

Posted

ya, that happended 2 me.. let a fairly big program install then run it.. example:

msgrplus

adobe reader

kill msgr

Posted

I have a new way for msn and msn plus it works :) , you muss have program sleep

for RunOnceEx.cmd

REG ADD %KEY%\030 /VE /D "MSN 6.2.0137 with MSN PLUS 3.01.94" /f

REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\MSN\start.bat " /f

start.bat
cls

@echo off

ECHO.

ECHO Instalacija MSN 6.2.0137 with MSN PLUS 3.01.94

Copy %systemdrive%\Install\MSN\sleep.exe %systemroot%\

md %systemroot%\temp\

Copy %systemdrive%\install\MSN\6.2\MsnMsgs.msi %systemroot%\temp\

Copy %systemdrive%\install\MSN\MsgPlus-301.exe %systemroot%\temp\

sleep 3

CD %systemroot%\temp\

Start %systemroot%\temp\MsnMsgs.msi /qb"

sleep 20

Start %systemroot%\temp\MsgPlus-301.exe /silentinstallnosponsor"

sleep 15

pskill msnmsgr.exe

sleep 3

pskill msnmsgr.exe

ECHO.

sleep 5

Del %systemroot%\temp\MsgPlus-301.exe

Del %systemroot%\temp\MsnMsgs.msi

Posted

that is alot of sleeping :)

my way u arent waiting for a program 2 popup.. u are getting something done while u are waiting :rolleyes: & my way.. messenger is only on the screen for about 20 seconds (while adobe reader installs)

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