|
|
#1 |
|
Member
Join Date: Mar 2011
Posts: 80
|
How to close firefox in nsis?
Here is what I did to close firefox,
FindWindow $0 'MozillaWindowClass' '' ${If} $0 <> 0 SendMessage $0 ${WM_CLOSE} 0 0 ${EndIf} But it doesn't work. How can I achieve that? Thanks. |
|
|
|
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|