Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 6th July 2005, 13:43   #1
jmycr
Guest
 
Posts: n/a
Hard one. Uninstalling applications that are running

Scenario.

I am releasing a new version of an application. The application is a continuously running application.

When releasing the newest version I have tried running the uninstall first and the installing. But it would not delete the running application so that the new one can take its place. Is there a way top remove an application that is?

A kill perhaps? Or force remove?

Thanx for any feedback.

James
  Reply With Quote
Old 6th July 2005, 14:17   #2
Comm@nder21
Major Dude
 
Join Date: Jul 2003
Location: germany, b-w
Posts: 734
Send a message via ICQ to Comm@nder21
you can't force the removal.
but you can kill the application.
there are several topics 'bout this in the wiki, go searching
Comm@nder21 is offline   Reply With Quote
Old 6th July 2005, 14:34   #3
glory_man
Senior Member
 
Join Date: Sep 2004
Location: Mogilev (Belarus)
Posts: 372
You can update file after reboot. Use rename or delete instruction with "/rebootok" parameter.
glory_man is offline   Reply With Quote
Old 6th July 2005, 15:10   #4
jmycr
Guest
 
Posts: n/a
found the answer

thanx everyone.

have to download the addon

KillProcDLL::KillProc "yepper.exe"
Sleep 3000
  Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump