MCT Posted July 9, 2004 Posted July 9, 2004 just wonderin how i can kill a process @ T-9heres 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 its probly somethin im missingthanks
killerbee Posted July 9, 2004 Posted July 9, 2004 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 bitcyaKiller Bee
MCT Posted July 11, 2004 Author Posted July 11, 2004 hi killerbeethanks i havent tried with pskill, but i will now,
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