MsgPlus 3 Unattended Install
#22
Posted 18 September 2004 - 02:23 PM
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.
#23
Posted 18 September 2004 - 02:43 PM
#24
Posted 18 September 2004 - 02:58 PM
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
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
main site
#25
Posted 18 September 2004 - 08:20 PM
SiMoNsAyS, on Sep 18 2004, 12:25 PM, said:
My comment was geared towards MCT anyway. It works for me and should work for others.
If pskill makes you happy, be my guest.
#27
Posted 20 September 2004 - 08:41 AM
Changelog
Silent Installation:
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.
#28
Posted 20 September 2004 - 03:38 PM
Thank heavens he fixed the advertisement banner bug.
#29
Posted 23 September 2004 - 09:18 AM
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
#31
Posted 25 September 2004 - 05:39 PM
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?
#32
Posted 09 October 2004 - 02:44 PM
Perhaps an stupide question
What is they job?
What do i risk with those progs?
Thanks
Irving
#33
Posted 09 October 2004 - 03:00 PM
#34
Posted 09 October 2004 - 03:09 PM
@SiMoNsAyS
Can i question something to you, but something different than msg?
#35
Posted 09 October 2004 - 10:38 PM
#36
Posted 11 October 2004 - 06:45 AM
SiMoNsAyS, on Oct 10 2004, 05:38 AM, said:
Hi,
It's okay, i found the answer on my question
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 :
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 :
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 :
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
#37
Posted 11 October 2004 - 08:04 AM
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,
[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
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
#38
Posted 11 October 2004 - 09:17 AM
I will look at it and let you know.
thanks you.
Irving
#39
Posted 11 October 2004 - 11:58 AM
@SiMoNsAyS :
I like to thank you for your help and let you know it's works great
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
#40
Posted 11 October 2004 - 03:37 PM
It's works
Thanks to SiMoNsAyS
It's don't start automatic, cool.
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 :
[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
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.
- ← BSPlayer and XP Autoplay Video Files - SOLVED!
- Application Installs
- Can Java 5.0 INSTALLDIR accept %ProgramFiles%? →



Help

Back to top









