Jump to content

Recommended Posts

Posted

Ok, so I followed the guide, got the MsnMsgs.msi file, and have this in my RunOnceEX file...

REG ADD %KEY%\025 /VE /D "MSN Messenger v6.2" /f

REG ADD %KEY%\025 /V 1 /D "%systemdrive%\Install\Applications\MSN\MsnMsgs.msi /qn" /f

The application installs fine, but there are a couple of issues with the install I would like fixed...

1. It puts an MSN link on my Start\All Programs folder.

2. It changes IE, so when it starts up, it asks if this is the default browser or not.

I need to know if there is a Switch, or Reg key to fix both of these issues.

Thanks for the help.


Posted

You can fix the second issue by one of the following solutions:

REG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /v Check_Associations /d no /f

OR

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

"Check_Associations"="no"

Posted

For first issue you can use next < as I do with Yahoo Messenger

(with cmd)

DEL "%AllUsersProfile%\Start Menu\Programs\Yahoo! Messenger.lnk"

Just replace with your name.

Moo

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