Jump to content

Msn Messenger 7


Recommended Posts

How can I silently install MSN Messenger 7? This is what I had with 6.2:

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

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

That worked, but I want it without MSN as homepage, without MSN toolbar, without MSN Search Assistant,... Any ideas?

Link to comment
Share on other sites


How can I silently install MSN Messenger 7? This is what I had with 6.2:
REG ADD %KEY%\030 /VE /D "MSN Messenger" /f

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

That worked, but I want it without MSN as homepage, without MSN toolbar, without MSN Search Assistant,... Any ideas?

To NOT INSTALL these items, use the following property values.

ADDEXPLORERTOOLBAR = ""
SETSEARCHENGINE = ""
SETHOMEPAGE = ""

To INSTALL these items, use the following property values.

ADDEXPLORERTOOLBAR = AddExplorerToolbar
SETSEARCHENGINE = SetSearchEngine
SETHOMEPAGE = SetMyHomePage

For example:

MsnMsgs.msi ADDEXPLORERTOOLBAR = "" SETSEARCHENGINE = "" SETHOMEPAGE = "" /QB"

Link to comment
Share on other sites

I tried the same way as usual and it works fine for me too

The only thing is that if I am silently installing over MSN 6.2, I get an automatic reboot! Is there a way to supress this action?

***EDIT***

Nevermind, It looks like any other .msi installer so I added:

REBOOT=Suppress

and it seems to be Ok now

Link to comment
Share on other sites

is this right ? for MSN Messenger Version 7.0 (build 7.0.0777) ?

also will this add MSN Toolbar and all the other stuff that when you install MSN ?

if so how do i make one without it installing MSN Toolbar, Search, MSN to my homepage?

I just want it to install ONLY the Messenger and nothing extra

ECHO.
ECHO Installing MSN Messenger Version 7.0 (build 7.0.0777)
ECHO Please wait...
start /wait %systemdrive%\install\MSN\MsnMsgs.msi /QB

Link to comment
Share on other sites

Here is entries.

%systemdrive%\install\msnmessenger\MsnMsgs.msi IAGREE="Yes" ADDEXPLORERTOOLBAR="" SETSEARCHENGINE="" SETHOMEPAGE="" /QB"

Try this one.

hello

where can i find the *.msi file.

when i download it from ms i get and *.exe file.

or do i have to make it myself?

thanks in advance

gr Jippen

Link to comment
Share on other sites

Start the exe installer and then check your windows temp folder for a newly extracted folder with the bootstrap.exe and MsnMsgs.msi files.

My temp folder is located ...

C:\Documents and Settings\jbjones\Local Settings\Temp

By the way. Anyone know what the bootstrap file is? Is it needed for installation? I've always put it on my disc, but if it's not needed it would save a little extra space.

JBJones

Link to comment
Share on other sites

just a quick note regarding getting the .msi from the .exe package...

If you use WinRAR, you can right-click on the .exe and extract it to a folder.

The msi will be in that extracted folder.

Regards,

N.

Link to comment
Share on other sites

Here is entries.

%systemdrive%\install\msnmessenger\MsnMsgs.msi IAGREE="Yes" ADDEXPLORERTOOLBAR="" SETSEARCHENGINE="" /QB"

MsnMsgs.msi IAGREE="Yes" ADDEXPLORERTOOLBAR="" SETSEARCHENGINE=""

:thumbup Work

SETHOMEPAGE="" Don't Work :no:

ave.gif Please Help Me ave2.gif

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