MSFN Forum: need help with minor problems - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

need help with minor problems Rate Topic: -----

#1 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 25 June 2004 - 10:59 PM

hi i got a few minor questions about installing my basic adobe reader 6 and my msn 6.2

well to start off im running installing my adobe reader through the runonceex by calling it out to a batch file. now the reason im doing that is because im not very sure about how this syntax is supposed to go in since it would make it having 3 quotes in a row, ive tried it but it dont work, it wont instal with the 3 quotes and what i mean is well the syntax for it is like this AdbeRdr60_enu.exe -p"-s /v\"/qn\"" but when put into the runonceex it looks like this

REG ADD %KEY%\040 /VE /D "Adobe Reader 6" /f
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\Applications\AdobeReader6\AdbeRdr60_enu.exe -p"-s /v\"/qn\""" /f

now that obviously isnt working for the instal, so what should i do for that because im not sure what to do with that given that type of syntax.

now for my second question
for installing msn 6.2 through the runonceex ive extract SETUPDL.EXE to this folder: C:\XPCD\$OEM$\$1\install\Messenger\
having in there now bootstrap and MsnMsgs.msi files

now this is the way ive got it written in my runonceex

REG ADD %KEY%\100 /VE /D "MSN Messenger 6.2" /f
REG ADD %KEY%\100 /V 1 /D "%systemdrive%\install\Applications\Messenger\MsnMsgs.msi /QB" /f
REG ADD %KEY%\100 /V 2 /D "REGEDIT /S %systemdrive%\install\Applications\Messenger\register.reg" /f

now my question why is it that after it instals the messenger it goes straight into the C:\XPCD\$OEM$\$1\install\Messenger\ folder and shows the contents of that folder until its time to reboot
is there any way to get it to instal with out having this folder pop up after instillation

ive tried it with out extracting the files with the lower case syntax like this /qb
but that wouldnt instal.

is there any thing i can do to resolve these minor problems,

any help would be appreciated

thanks


#2 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 26 June 2004 - 08:13 AM

question #1, the adobe prob.. the following works for me
AdobeReader6.exe -p"""-s /v\"""/qn\"""


question #2 the msgr prob...
wat if u use taskkill ? for syntax of it goto cmd type taskkill /?

regards

#3 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 26 June 2004 - 08:14 AM

also try the /qn switch ?

regards

#4 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 26 June 2004 - 03:24 PM

im not sure how to use a kill command to close a folder right now all i know is this folder that pops up right after msn 6.2 is installed C:\install\Applications\Messenger really is aggrivating

how do you think i should type this up for my runonceex

REG ADD %KEY%\100 /VE /D "MSN Messenger 6.2" /f
REG ADD %KEY%\100 /V 1 /D "%systemdrive%\install\Applications\Messenger\MsnMsgs.msi /QB" /f
REG ADD %KEY%\100 /V 2 /D "REGEDIT /S %systemdrive%\install\Applications\Messenger\register.reg" /f
REG ADD %KEY%\100 /V 3 /D "%systemdrive%\install\pskill install\Applications\Messenger" /f


im not really sure how to go about this any ideals

#5 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 26 June 2004 - 08:19 PM

REG ADD %KEY%\100 /V 3 /D "%systemdrive%\install\pskill.exe (process name)

regards... taskkill may work better tho for what u want 2 do, 2 get the syntax just type taskkill /? in cmd

#6 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 26 June 2004 - 08:28 PM

i dont think believe there is a process that i can kill knowing that its just a folder thats popping up for some reason

C:\install\Applications\Messenger

i wonder how id kill a non process

#7 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 26 June 2004 - 08:42 PM

if a folder is popping up, then thats a process, its explorer.. u may have 2 kill & reenable explorer

#8 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 26 June 2004 - 08:55 PM

your right, im gonna try that now thanks

#9 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 26 June 2004 - 11:19 PM

there is an option of taskkill to select which part of the process is killed, like a specific folder in explorer.exe instead of killing the entire shell.

again, taskkill /? will tell you how. (It's one of the options with the quotes)

#10 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 26 June 2004 - 11:24 PM

Quote

REG ADD %KEY%\040 /VE /D "Adobe Reader 6" /f
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\Applications\AdobeReader6\AdbeRdr60_enu.exe -p"-s /v\"/qn\""" /f
The way MCT has it, is for an INF file not BATCH.

should most likely be this...

Quote

REG ADD %KEY%\040 /VE /D "Adobe Reader 6" /f
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\Applications\AdobeReader6\AdbeRdr60_enu.exe -p\"-s /v\"/qn\"\"" /f


Just put it in a seperate batch file, execute it, and then OPEN up regedit. See if it retained the quotes properly. You can safely delete the key after looking so you don't get the RunOnceEX screen upon restart.

#11 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 26 June 2004 - 11:39 PM

Quote

The way MCT has it, is for an INF file not BATCH.


oops :)

regards

#12 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 26 June 2004 - 11:49 PM

It's as Alanoll says.

Basically, all you need to do about the runonceex is that for every appearance of an inverted commas, replace it with a slash and THEN an inverted commas - so your syntax will be proper. This is mentioned in the official MSFN guide as well.

In other words,
"
becomes
\"


#13 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 27 June 2004 - 10:02 AM

thank you alanoll youve solved my adobe reader problem and your right about using pskill to kill eploerer thats killing the whole shell and there for dishing out problems to any thing else after that im still having problems trying to kill that one folder window C:\install\Applications\Messenger

i know i need to use taskkill to close out that window but im having alittle trouble working that out i found this example of the switch that i believe i need

TASKKILL /F /FI "PID ge 1000" /FI "WINDOWTITLE ne untitle*"

now this is what ive done and no it didnt work so obviously ive done it wrong i replaced the "WINDOWTITLE ne untitle*" with the name of the window screen that needed to be closed which is titled Messenger

TASKKILL /F /FI "PID ge 1000" /FI "Messenger*"

then i added it to my runonceex like this

REG ADD %KEY%\105 /VE /D "Messenger Plus 3" /f
REG ADD %KEY%\105 /V 1 /D "%systemdrive%\install\Applications\Messenger Plus\MsgPlus-301.exe /SilentInstallNoSponsor" /f
REG ADD %KEY%\105 /V 2 /D "%systemdrive%\install\pskill msnmsgr.exe" /f
REG ADD %KEY%\105 /V 3 /D "%systemdrive%\install\pskill iexplore.exe" /f
TASKKILL /F /FI "PID ge 1000" /FI "Messenger*"

the reason i added it to the messenger plus 3 one is because thats when that window is poping up, im really not very sure on how to add the taskkill to the runonceex and im definatly having trouble on getting the switches right for closing out this window.

any ideals ? can any one help me out on this ?

thanks

#14 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 27 June 2004 - 10:08 AM

RED ADD %KEY%\105 /V 4 /D "TASKKILL.EXE /F /FI \"WINDOWTITLE eq Messenger*\""


That should do it

You do add it to your REG ADD entries or it doesn't run when it's supposed, but rather when the keys are imported but not executed.

#15 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 27 June 2004 - 10:13 AM

thanks alanoll ill give thata shot now i appreciate your quick response on helping me :)

#16 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 27 June 2004 - 01:11 PM

well im still having some trouble getting this window to close down i tried it like alanoll says to try

RED ADD %KEY%\105 /V 4 /D "TASKKILL.EXE /F /FI \"WINDOWTITLE eq Messenger*\"" /f

any ideals. im clueless i was hoping that would solve it

#17 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 27 June 2004 - 02:46 PM

Lost Soul, on Jun 27 2004, 10:11 PM, said:

im clueless i was hoping that would solve it

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

#18 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 27 June 2004 - 03:11 PM

yea im thinking of placing it on a batch until i can completly figure out why this is happening

#19 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 28 June 2004 - 08:10 AM

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" /f
REG ADD %KEY%\100 /V 1 /D "%systemdrive%\install\Applications\Messenger\batch.cmd" /f
REG ADD %KEY%\100 /V 2 /D "REGEDIT /S %systemdrive%\install\Applications\Messenger\register.reg" /f

REG ADD %KEY%\105 /VE /D "Messenger Plus 3" /f
REG ADD %KEY%\105 /V 1 /D "%systemdrive%\install\Applications\Messenger Plus\MsgPlus-301.exe /SilentInstallNoSponsor" /f
REG ADD %KEY%\105 /V 2 /D "%systemdrive%\install\pskill msnmsgr.exe" /f
REG ADD %KEY%\105 /V 3 /D "%systemdrive%\install\pskill iexplore.exe" /f

REG ADD %KEY%\110 /VE /D "Norton Systemworks 2003" /f
REG ADD %KEY%\110 /V 1 /D "%systemdrive%\install\Applications\norton\Setup.exe /qn Reboot=Suppress " /f

REG ADD %KEY%\115 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%\115 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f

EXIT


if 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 problem

thanks

#20 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 28 June 2004 - 08:14 AM

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?

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy