|
|
#1 |
|
Junior Member
Join Date: Nov 2007
Posts: 1
|
How to detect the firefox is running or not
Hi verybodyI am new in developing installer using this great nsis scripts for my mozilla plugins, Now the problem i stuck is at time of installation the installer must detect that the firefox browser is running or not if running it prompt to close it .and only proceed installation when it is closed by user If anyone has any short and easy way out for this problem which require miimum end user input for this. thanx in advance |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Sep 2007
Posts: 204
|
Look for the FindProc plugin.
Unicode NSIS advocate -- http://www.scratchpaper.com for latest build and source. |
|
|
|
|
|
#3 |
|
Junior Member
|
There are numerous plugins for checking to see if a process is running, and a lot of them have functions that can kill the process. However if you want to just ask the user to close try placing the processes check and a message box in a while loop.
This will give you an idea, I don't remember the syntax off the top of my head. while check process if running break else MessageBox MB_OK "Please close firefox" endif endwhile From there to here, from here to there, funny things are everywhere. Dr. Seuss "One Fish Two Fish Red Fish Blue Fish" |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|