I'm using the nsSCM plug-in to simply stop some service while I do some work, and then start them back up. I'm having a problem with the below code:
When I Pop $0 I get nothing, and $1 gives me "Success". Is this right? Thanks all.
nsSCM::QueryStatus /NOUNLOAD [parameters]
Pop $0 ; return error/success
Pop $1 ; return service status
Jnuw