Jump to content

Recommended Posts

Posted

Hi,

When all my application in the batch are installed msn starts and opens the main window. I want that it start without opening the main window. I know that it can be set in the options window, but can it be set in the batch?

Greetings,

Ruud

(from Holland).


Posted

Thanks, it worked!

The program gives some text messages from the company, but with these commands they are gone:

ECHO.
ECHO Installing MSN Messenger 6.2
ECHO Please wait...
start /wait %systemdrive%\Install\MSN\MSN62WinXP.msi /qb
pskill.exe msnmsgr.exe
CLS
ECHO.
ECHO Installing Programs. Please Wait...
ECHO.
ECHO Installing MSN Messenger 6.2
ECHO Please wait...
ECHO.
ECHO Installing MSN Messenger 6.2 Completed!
ECHO.

Posted

I still have a little problem. MSN Messenger will close when it's installed. But the next time I start Windows, the MSN Messenger Main Window startup again.

Is there any registry tweak or something to set options for MSN, because in the options you can set such things on the general tab.

Posted

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"MsnMsgr"=-

and optional...

[HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger]
"PassportBalloon"=hex:02,00,00,00
"FirstTimeUser"=dword:00000000
"AlwaysOnTop"=hex:00,00,00,00
"WindowRect"=hex:d4,02,00,00,00,00,00,00,00,04,00,00,e2,02,00,00
"WindowMax"=hex:00,00,00,00
"AppSettings"=hex:22,00,00,00
"PassportBalloon"=hex:0a,00,00,00

... discussed before, next time, please search :)

Posted
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"MsnMsgr"=-

and optional...

[HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger]
"PassportBalloon"=hex:02,00,00,00
"FirstTimeUser"=dword:00000000
"AlwaysOnTop"=hex:00,00,00,00
"WindowRect"=hex:d4,02,00,00,00,00,00,00,00,04,00,00,e2,02,00,00
"WindowMax"=hex:00,00,00,00
"AppSettings"=hex:22,00,00,00
"PassportBalloon"=hex:0a,00,00,00

... discussed before, next time, please search :)

Yes, but this code will messenger prevent from running on Windows Startup.

I want Messenger to startup at Windows startup but only in the system tray not showing the main window. Same as you can set in the option window of MSN on the general tab.

There is an option to start messenger at windows startup and there is an option to show the main window when messenger starts and the last one i want to turn off.

Posted

have u checked the optional parameters?

[HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger]
"AppSettings"=hex:22,00,00,00

it is really user dependant and you must record the changes by your own...

this will do what you want...

[CODE][HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger]
"AppSettings"=hex:02,02,00,00

as said next time search and record your options by your own using regshot or regsnap ;)

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