Powerhouse Posted October 21, 2004 Posted October 21, 2004 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" /fREG ADD %KEY%\025 /V 1 /D "%systemdrive%\Install\Applications\MSN\MsnMsgs.msi /qn" /fThe 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.
mazin Posted October 21, 2004 Posted October 21, 2004 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 /fORWindows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]"Check_Associations"="no"
Powerhouse Posted October 22, 2004 Author Posted October 22, 2004 Thanks for the Reg tweak, it worked.
moo Posted October 22, 2004 Posted October 22, 2004 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now