Lost Soul Posted June 27, 2004 Author Posted June 27, 2004 well im still having some trouble getting this window to close down i tried it like alanoll says to tryRED ADD %KEY%\105 /V 4 /D "TASKKILL.EXE /F /FI \"WINDOWTITLE eq Messenger*\"" /fany ideals. im clueless i was hoping that would solve it
mazin Posted June 27, 2004 Posted June 27, 2004 im clueless i was hoping that would solve itPoor, Lost Soul!Under batch method, no window pops up after installing MSN 6.2.It's a problem with the quotes, I think. You may need to consult Aaron. He's expert in this.
Lost Soul Posted June 27, 2004 Author Posted June 27, 2004 yea im thinking of placing it on a batch until i can completly figure out why this is happening
Lost Soul Posted June 28, 2004 Author Posted June 28, 2004 ok guys this problem isnt kool ive now put the install portion of my msn 6.2 on a batch.cmd file and im still getting this window to pop up, it seems its not poping up after the instal for msn 6.2 is finished but its poping up some where right when the msg plus 3 is finishing its instal, this is the ending part of my RunOnceEx file.REG ADD %KEY%\100 /VE /D "MSN Messenger 6.2" /fREG ADD %KEY%\100 /V 1 /D "%systemdrive%\install\Applications\Messenger\batch.cmd" /fREG ADD %KEY%\100 /V 2 /D "REGEDIT /S %systemdrive%\install\Applications\Messenger\register.reg" /fREG ADD %KEY%\105 /VE /D "Messenger Plus 3" /fREG ADD %KEY%\105 /V 1 /D "%systemdrive%\install\Applications\Messenger Plus\MsgPlus-301.exe /SilentInstallNoSponsor" /fREG ADD %KEY%\105 /V 2 /D "%systemdrive%\install\pskill msnmsgr.exe" /fREG ADD %KEY%\105 /V 3 /D "%systemdrive%\install\pskill iexplore.exe" /fREG ADD %KEY%\110 /VE /D "Norton Systemworks 2003" /fREG ADD %KEY%\110 /V 1 /D "%systemdrive%\install\Applications\norton\Setup.exe /qn Reboot=Suppress " /fREG ADD %KEY%\115 /VE /D "Cleaning Up and Rebooting" /fREG ADD %KEY%\115 /V 1 /D "%systemdrive%\install\cleanup.cmd" /fEXITif yall see any thing i could probably do to fix this folder poping up situation id be forever grateful..i hope some body sees a way to help me fix my problemthanks
Alanoll Posted June 28, 2004 Posted June 28, 2004 try putting the kill command later in the script....I have AIM and DeadAIM in my routine, and I install AIM, then start AIM....but while it's starting I install something else, THEN kill it later on to make sure it loads fully. Maybe you need to do the same thing?
Lost Soul Posted June 28, 2004 Author Posted June 28, 2004 Alanollive just tested it out with the kill later on in the script right before the norton utilities like this REG ADD %KEY%\100 /VE /D "MSN Messenger 6.2" /fREG ADD %KEY%\100 /V 1 /D "%systemdrive%\install\Applications\Messenger\MsnMsgs.msi /qn" /fREG ADD %KEY%\100 /V 2 /D "REGEDIT /S %systemdrive%\install\Applications\Messenger\register.reg" /fREG ADD %KEY%\105 /VE /D "Messenger Plus 3" /fREG ADD %KEY%\105 /V 1 /D "%systemdrive%\install\Applications\Messenger Plus\MsgPlus-301.exe /SilentInstallNoSponsor" /fREG ADD %KEY%\105 /V 2 /D "%systemdrive%\install\pskill msnmsgr.exe" /fREG ADD %KEY%\105 /V 3 /D "%systemdrive%\install\pskill iexplore.exe" /fREG ADD %KEY%\110 /VE /D "Norton Systemworks 2003" /fRED ADD %KEY%\110 /V 1 /D "taskkill.exe /F /FI \"WINDOWTITLE eq Messenger*\"" /fREG ADD %KEY%\110 /V 2 /D "%systemdrive%\install\Applications\norton\Setup.exe /qn Reboot=Suppress " /fREG ADD %KEY%\115 /VE /D "Cleaning Up and Rebooting" /fREG ADD %KEY%\115 /V 1 /D "%systemdrive%\install\cleanup.cmd" /fEXITbut for some strange reason its still not killing that window do you think i have thatkill line rightRED ADD %KEY%\110 /V 1 /D "taskkill.exe /F /FI \"WINDOWTITLE eq Messenger*\"" /fthis is very strange it seems nothing i do right now is killing that screenive tried using a unextracted msn 6.2ive tried a /QB and a lower case /qb plus ive tried it the way Aeonxp does it with the files ectraxted using the /qnany new ideals ?
Lost Soul Posted June 28, 2004 Author Posted June 28, 2004 you know im trying now just to test out if i can get the taskkill.exe with the right command to kill an opened window.ive made a small batch and placed it in testing folder to try to see if i can kill the folder its not even killing itheres my batch@echo off taskkill.exe /F /FI "WINDOWTITLE eq testing"EXITim still not having any luck
Lost Soul Posted June 28, 2004 Author Posted June 28, 2004 ok so far this taskkill method only kills processes like programs and html pahes and things like that @echo off taskkill /F /FI "WINDOWTITLE ne untitle*"EXITit does not kill folders but heres the strange part, once a folder is open thats considered a window also, right ? well if thats true why cant it be killed by this method..any ideals
Lost Soul Posted June 28, 2004 Author Posted June 28, 2004 well since i couldnt find a way to kill that folder that pops up for somereason its brought on by the messenger plus 3 instal ive alter the arrangment of last few instals in runonceex by playing the messenger plus 3, its not the best way to do it but now when that folder pops up its not up very long because of my reboot cmd well i think im gonna let this folder thing rest now but if any body has any ideals why the messenger 6.2 instal folder is popping up because of the messenger plus 3 please let me knowthanks for every ones time and effort in helping me try to fix this problem
mazin Posted July 23, 2004 Posted July 23, 2004 Have you tried this switch, yet?http://www.msfn.org/board/index.php?showto...ndpost&p=154829
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