Archive: kill .tmp file


kill .tmp file
Hi to all!

I have Only .tmp file process and want to kill it before entering

installer.

-FOR EXAMPLE

1-find .tmp‏

2.exit all Only .tmp file to process windows

How can i do this?

Plz Example for me

Thank you.


The FCT plug-in might be able to help you there.


THANKFUL

i Where add code for exit all Only .tmp file


!define APP_NAME fct
!define WND_CLASS "IEFrame"
!define TITLE_PART "Internet Explorer"
!define termMsg "Installer cannot stop running ${TITLE_PART}.$\nClick YES to terminate application."

!include WinMessages.nsh

Name "${APP_NAME}"
OutFile "${APP_NAME}.exe"



Section "Dummy Section" SecDummy

fct::fct /WC '${WND_CLASS}' /TIMEOUT 2000 /SCCLOSE /QUESTION '${termMsg}'

Pop $0
MessageBox MB_OK "Still Alive Count = $0"

SectionEnd


Plz Example for me

Thank you

plz help Plz Example for me


If you knew the filename, you can use FindProcDLL plug-in