Jump to content

Recommended Posts

Posted

Are there any confirmed ways to install MsgPlus 3 without using a program like AutoIt or snapshotting the system myself? Perhaps someone has already looked into the snapshot?


Posted

this is what i use for msgr6 and msgr plus

REG ADD %KEY%\026 /VE /D "MSN Messenger 6" /f

REG ADD %KEY%\026 /V 1 /D "%CDROM%\Software\MSN\MsnMsgs.msi /qb" /f

REG ADD %KEY%\027 /VE /D "MSN Messenger Plus! 3" /f

REG ADD %KEY%\027 /V 1 /D "%CDROM%\Software\MsgPlus\MsgPlus-302.exe /SilentInstallNoSponsor" /f

REG ADD %KEY%\027 /V 2 /D "pskill.exe MsgPlus.exe" /f

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

you're new here but you'll read in many posts "please search until posting a new topic" ;)

Posted

Hello, i'm new making Unattended XP CD. I'm not familiar with RunOnceEx.cmd, because I'm using the start.cmd (of the example pages).

Could you please put the instructions in ECHO. start.... mode

Thnx a lot,

Annita

Posted

Thanks for the answer. That's exactly what I was looking for. That answer was not in the forums. I wanted an easy answer...not in the forums. Now it is.

EOT.

Posted

@Annita this is for U :P

@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:
ECHO.
ECHO Instalando MSN Messenger 6
start /wait %CDROM%\Software\MSN\MsnMsgs.msi /qb

ECHO.
ECHO Instalando MSN Messenger Plus! 3
start /wait %CDROM%\Software\MsgPlus\MsgPlus-302.exe /SilentInstallNoSponsor
pskill.exe MsgPlus.exe
pskill.exe msnmsgr.exe

CD.TXT must be in the root folder of your CD and PSKILL.EXE on system32

Posted

Question : cd.txt is just an empty file right?

and i copy pskill.exe to system32 by this command :

COPY "%systemdrive%\Install\Tools\pskill.exe" "%systemroot%\system32"

?

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