pantera_team_a Posted October 9, 2007 Posted October 9, 2007 hey guys... a few years back i came upon a script to get rid of windows messenger (the one that comes with windows XP)I never liked it and back then i always downloaded MSN messenger (I liked it better and i had more control)So here is the script...RunDll32 advpack.dll,LaunchINFSection %windir%\inf\msmsgs.inf,BLC.RemoveIt seemed like a simple way to get rid of it and it works great... but sadly when i integrate it into my Install.cmd it pops up with a confirmation box and a box that confirms its done...Does anyone know how i could run this silently?I did a search and couldnt find anything relevant...thanks a million guys!
Arie Posted October 9, 2007 Posted October 9, 2007 You can simply not make it install in the first place, instead of removing it later on during the whole setup process. You'll need to add some lines to your WINNT.SIF for this; see the Unattended Guide.
pantera_team_a Posted October 10, 2007 Author Posted October 10, 2007 Actually as a side note.... i know i can remove it using nlite but im using an automated windows update script during my install and it keeps redownloading it since the update script is not that smart to pick one update or another: it just downloads all new available updates...So if anyone knows a better way to do it please let me know....For info: A box comes up asking if im sure i want to run the script since Windows Messenger is still running (because it starts automaticly after it is installed)... then it pops up another box saying it is finished "please click ok"...This is really a problem since the idea is not to have to sit there and wait for these messages....Thanks again all!
ricktendo Posted October 10, 2007 Posted October 10, 2007 (edited) RunDll32 advpack.dll,LaunchINFSection %windir%\inf\msmsgs.inf,BLC.Remove,1,NCalling Syntaxrundll32.exe advpack.dll,LaunchINFSection inf filename[,section name][,flags][,smart reboot]INF FilenameINF file pathname you want to launch.Section NameINF install section name you want to launch in the INF file.FlagsFlag Meaning1 Quiet Mode2 No GrpConvSmart RebootN No RebootA Always RebootI Reboot if Needed (default value)http://www.sokoolz.com/addons/r64/INF_DOC.ZIP Edited October 10, 2007 by ricktendo64
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now