Help - Search - Members - Calendar
Full Version: DAP 7
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
eddy_71
In another thread i read something about the command taskkil when installing DAP 7. I found the programm, but where should i put this programm and how do i acivate it?
big poppa pump
If you had even bothered reading the entire thread you would have known how to use taskkill and how to call it.

Its really frustrating when members cant do a proper search for previous posts/threads. And please dont even say that you did a search and nothing came up because I just did a 15 second search and am looking at the thread I had posted in a few days back.
killerbee
hi,

taskkill.exe is part of Windows XP Professional

cya

Killer Bee
eddy_71
@ big poppa pump: nice to see that there are still some people who know to be polite. Furthermore i read this thread and didn't understand it. The lines i use, in runonceex all start with reg add %key% and so on. This doesn't look like the lines you posted in the thread. Therefor my question. Do i have to put the taskkil programm in the DAP dir and what commandline should i use that gives the right command, seeing my lines differ from yours.
mazin
eddy_71

Under WinXP Pro, two copies of taskkill.exe are found here:
- C:\WINDOWS\system32\
- C:\WINDOWS\system32\dllcache\

taskkill.exe is installed by default with WinXP Pro.

However, as I read in some posts, taskkill.exe isn't part of WinXP Home. So, if you have WinXP Home, you need to get taskkill.exe, then put it here:

$OEM$\$$\System32\taskkill.exe

This is an example taken from a post:

QUOTE
REG ADD %KEY%\0070 /VE /D "IsoBuster" /f
REG ADD %KEY%\0070 /V 1 /D "%systemdrive%\install\IsoBuster.exe /VERYSILENT /SP-" /f
REG ADD %KEY%\0070 /V 2 /D "taskkill /F /IM isobuster.exe" /f

REG ADD %KEY%\0110 /VE /D "Getright Download Manager" /f
REG ADD %KEY%\0110 /V 1 /D "%systemdrive%\install\Getright.exe /s" /f


As you can see, you don't have to refer to the directory in which taskkill.exe resides, which is System32. Nor you need to put the taskkill program in DAP directory.

/F means force (i.e. to force termination of a process without confirmation)
/IM means image (i.e. name of process or program to terminate).

More info:
http://unattended.msfn.org/xp/runonceex.htm

Visit this link for more information on taskkill:
http://www.microsoft.com/windowsxp/home/us...en/taskkill.asp

I hope this helps.
eddy_71
Thank you very much Mazin. This is exactly the answer i was looking for.
mazin
Never mind. Thanks.




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.