Help - Search - Members - Calendar
Full Version: MsgPlus 3 Unattended Install
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
quantum00
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?
SiMoNsAyS
this is what i use for msgr6 and msgr plus
QUOTE
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" newwink.gif
oioldman
Just to add,
I use EXACTLY the same as SiMoNsAyS and all works perfectly.
Annita
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
quantum00
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.
SiMoNsAyS
@Annita this is for U tongue.gif

CODE
@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
Annita
Thnx for your reply. IŽll try.
Annita
It works fine, but it's possible to install it in Spanish??
Thnx,

Annita
SiMoNsAyS
QUOTE (Annita @ Sep 12 2004, 04:28 AM)
It works fine, but it's possible to install it in Spanish??
Thnx,

Annita

dunno how but you still can change it from the main menu confused.gif
Annita
I know, but it would be better to put it in the installation cmdline... newwink.gif
Thnx anyway,

Annita
Thauzar
woot thanks! if all topics could be that simple...
Daimao
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"

?
MCT
instead.. put pskill in $OEM$\$$\System32 no need 2 copy it biggrin.gif
Daimao
will it be put there before it is needed?
MCT
yep, its done at the end of text mode
enuffsaid
QUOTE (Annita @ Sep 11 2004, 08:28 PM)
It works fine, but it's possible to install it in Spanish??
Thnx,

Annita

CODE
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Patchou\MsgPlus2]
"LanguageFile"="Lang_Espanol (Espana).ini"
enuffsaid
QUOTE (MCT @ Sep 17 2004, 12:55 PM)
instead.. put pskill in $OEM$\$$\System32  no need 2 copy it biggrin.gif

or... if you're using Windows XP Pro, do even simpler...
don't copy anything and use the included "taskkill.exe" instead. laugh.gif (not included in Windows XP Home)

CODE
taskkill /F /IM msnmsgr.exe
Daimao
CODE
ECHO.
ECHO Instalando MSN Messenger Plus! 3
start /wait %systemdrive%\install\MsgPlus\MsgPlus.exe /SilentInstallNoSponsor
pskill.exe MsgPlus.exe
pskill.exe msnmsgr.exe



I tried it like this but it gives me an error that the file is corrupted or not there
But when i click it on the HD it works fine
SiMoNsAyS
@enuffsaid i tried taskill until using pskill but doesn't work good with msgplus and msgr

@Daimao try to use runonceex instead of cmdlines.txt
evilvoice
you can not rename msgplus...it must stay msgplus-3.01.exe (or whatever the version is), so do not change the name of the file, or it breaks the installer.
Daimao
ah ok,guess i'll rename it again
Sanjay
By the way guys where does one find a copy of "pskill.exe"

PS: Messenger Plus! 3.20 is due to be released today within the next 12 hrs and the installer name change error has been fixed in this new release. Thus you will be able to change the name of the installer to whatever you like.
Daimao
ok,thx
and pskill :
SiMoNsAyS
about the name of the .exe file: i forgot that tongue.gif
if you rename your file to "msgplus.exe" or something like that the installer won't work at it has said before. althought you can search in download.com (i think that's the site), there it's a copy of msgplus latest version named to setup.exe and works.

and about the new version a quote from the main site
QUOTE
Messenger Plus! 3.20 is on its way! - 14/09/2004
After 3 months of waiting, a new version of Messenger Plus! is finally going to be released. As I explained in my last news, I've been very busy during the summer and I wanted to make sure that the new release was worth the wait. Messenger Plus! 3.20 will officially be released Sunday, 19th of September and will contain various improvements you won't want to miss
it appears that the next version will be a great update newwink.gif
main site
enuffsaid
QUOTE (SiMoNsAyS @ Sep 18 2004, 12:25 PM)
@enuffsaid i tried taskill until using pskill but doesn't work good with msgplus and msgr

My comment was geared towards MCT anyway. It works for me and should work for others.

If pskill makes you happy, be my guest. thumbup.gif
swampy
3.20 is out

CODE
http://www.msgplus.net/download.php
SiMoNsAyS
MsgPlus 3.20
Changelog

Silent Installation:
CODE
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 Setup.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


lot of new features (specially nice have your contacts on your desktop) and now you can rename the installer.
enuffsaid
"floating contacts" is still a buggy feature. If you come back from a system standby, your contacts may disappear. With a little more work this could turn out to be a nice feature.

Thank heavens he fixed the advertisement banner bug.
drcreek
to convert this to a start.cmd file do i just make it


CODE
ECHO.
ECHO Installing Messenger Plus
ECHO Please wait...
start /wait %systemdrive%\install\Applications\MsgPlusSetup.exe /SilentInstallNoSponsor
taskkill.exe /F /IM MsgPlus.exe
taskkill.exe /F /IM msnmsgr.exe
MCT
yes
Thauzar
Hi,

I installed msn plus with the hereby mentionned runonceex command, I dbl checked, it's similar except I kept the original filename for messenger plus.

The problem: 1 over 3 installations gets an error, and when getting in windows for the first time after runonceex is done and rebooted, well an error occurs, the cpu reboots again, and then when back to windows it says something about repairing msgplus installation... that sucks and is not constant. What is causing this error?
Alpheratz13
Evening,

Perhaps an stupide question blushing.gif , but what is Pskill and Taskkill, what are they doing?
What is they job?
What do i risk with those progs?

Thanks

Irving
SiMoNsAyS
Pskill and Taskkill are used to terminate open processes. so messenger isn't openned after the installation.
Alpheratz13
ah ok thanks for your replay smile.gif


@SiMoNsAyS
Can i question something to you, but something different than msg?
SiMoNsAyS
@Alpheratz13 of course just PM me or if you don't know how just post it here (a little offtopic doesn't do any damage newwink.gif )
Alpheratz13
QUOTE (SiMoNsAyS @ Oct 10 2004, 05:38 AM)
@Alpheratz13 of course just PM me or if you don't know how just post it here (a little offtopic doesn't do any damage newwink.gif )

Hi,

It's okay, i found the answer on my question smile.gif
Thanks.
But if you can help me (still about with Msgplus)
How do i default language in French?
I look at the registre but don't found, do you know it?
Second question, since i put Msgplus like this :
CODE
REG ADD %KEY%\045 /VE /D "MSN Messenger 6.2" /f
REG ADD %KEY%\045 /V 1 /D "%systemdrive%\Install\Messenger62\MsnMsgs.msi /qb" /f

REG ADD %KEY%\046 /VE /D "MSN Messenger Plus! 3.20" /f
REG ADD %KEY%\046 /V 1 /D "%systemdrive%\Install\MsgPlus320\MsgPlus-320.exe /SilentInstallNoSponsor" /f
REG ADD %KEY%\002 /V 2 /D "pskill.exe MsgPlus.exe" /f
REG ADD %KEY%\002 /V 3 /D "pskill.exe msnmsgr.exe" /f


The Msn Messenger 6.2 are running after install.
Commande line before was :

CODE
REG ADD %KEY%\045 /VE /D "MSN Messenger 6.2" /f
REG ADD %KEY%\045 /V 1 /D "%systemdrive%\Install\Messenger62\MsnMsgs.msi /qn" /f
REG ADD %KEY%\045 /V 2 /D "REGEDIT /S %systemdrive%\Install\Messenger62\messengeroff.reg" /f

and the messengeroff.reg :
CODE
Windows Registry Editor Version 5.00

;remove MSN Messenger from start-up
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"MsnMsgr"=-


If you can see switch was before yours /qn (i don't know what is the different between /qb and /qn).

What do i wrong?
What i said before, Msg 6 is running after finish the Unattend install.

Thanks for your help.

Irving
SiMoNsAyS
for setting your language on msgplus3 as enuffsaid newwink.gif ,
CODE
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Patchou\MsgPlus2]
"LanguageFile"="Lang_Espanol (Espana).ini"
just go to your lang dir and check how it's named the ini file for your language, then replace that string.

now be sure that pskill kills the process until launching this reg file,
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"MsnMsgr"=-
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]
"MessengerPlus3"=-
this will remove startup entries for msgplus and msgr, you can put together all the tweaks and call the .reg file like
CODE
REG ADD %KEY%\045 /VE /D "MSN Messenger 6.2" /f
REG ADD %KEY%\045 /V 1 /D "%systemdrive%\Install\Messenger62\MsnMsgs.msi /qb" /f

REG ADD %KEY%\046 /VE /D "MSN Messenger Plus! 3.20" /f
REG ADD %KEY%\046 /V 1 /D "%systemdrive%\Install\MsgPlus320\MsgPlus-320.exe /SilentInstallNoSponsor" /f
REG ADD %KEY%\002 /V 2 /D "pskill.exe MsgPlus.exe" /f
REG ADD %KEY%\002 /V 3 /D "pskill.exe msnmsgr.exe" /f
REG ADD %KEY%\046 /V 4 /D "REGEDIT /S %systemdrive%\Install\MsgPlus320\MsgPlus.reg"

now differences between /qn and /qb. if you launch your .msi with /? switch a little help can point you the difference. /qb (quiet basic display), will display a progress bar while installing. /qn (quiet no display) won't display anything, it's transparent to the user. hope it can helps laugh.gif
Alpheratz13
Thanks for your help smile.gif thumbup.gif

I will look at it and let you know.

thanks you.

Irving
Alpheratz13
Evening,
@SiMoNsAyS :
I like to thank you for your help and let you know it's works great thumbup.gif , except
CODE
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Patchou\MsgPlus2]
"LanguageFile"="Lang_Francais.ini"

It's don't works for me,
perhaps i have do all tree of [HKEY_CURRENT_USER\Software\Patchou] with all my preferences and paths

What do you think?
Is possible whole tree of [HKEY_CURRENT_USER\Software\Patchou], if yes, i put the same .reg as MsgPlus.reg??

I'll waiting for your answer.

Irving
Alpheratz13
Hi again,

It's works smile.gif
Thanks to SiMoNsAyS thumbup.gif

It's don't start automatic, cool. biggrin.gif
But, they are BUT, i try explain what i mean with (but),

Ok, everythings are fine, it's dont start the progamme, (here come the but),
If you open Messenger 6.2 and go to your preferences/General you don't touch anything, you cancel the preferences and you reboot your computer, after reboot, the messenger go open..do a try and you see what i mean.

Because in the registre you see this :
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"MsnMsgr"=-

that's is ok, but if you go to the preferences/General of messenger you see the case "start automatic with Windows" (perhaps in english are different words) enable, you see?
That's way when you open the preferences and even you do nothing at all only seeing, so is more half automatic.

Perhaps i have wrong, but i found that why case in preferences/General is still enable not disable.

So someone has an idee?

Irving

PS, sorry for my bad explain/english blushing.gif
PS, of course i tested in VMware Workstation, so i don't know if is also in the real windows install, i test that too soon.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.