Jump to content

taskkill @ T-9


Recommended Posts

Posted

just wonderin how i can kill a process @ T-9

heres my code

<execute display='PE Explorer' program='#SOURCEDRIVE#\Install\Apps\PExplorer\PE.Explorer_setup.exe' arguments='/VERYSILENT'></execute>
<execute display='Killing PE Process' program='taskkill.exe' arguments='/IM hh.exe /F' nowait='true' />

it works fine if i do it from GUIRunOnce but not during windows install, help me :rolleyes:

its probly somethin im missing

thanks :)


Posted

hi,

i never tried it with taskkill.exe, but using pskill out of the PSTools from Sysinternals works for sure like this:

	 <execute display='Installing Winamp...'  program='#xplode#\Applications\winamp\winamp503_full.exe' arguments='/S'></execute>
 <execute display='Killing Winamp RegWindow...'  program='pskill' arguments='winamp' hide=''></execute>

hope this helps a bit

cya

Killer Bee

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