|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
|
![]() |
#1 |
Member
Join Date: Sep 2012
Posts: 81
|
How to install application as windows service using NSIS script?
I have written nsis script for my java project. I have successfully created a exe file using this nsis script. Final step of my installation process is installing my application as windows service using a batch file. I have installed successfully through command line using following code
"c:\program Files\program Files\test\bin\prunsrv.exe" //IS//servicename --Startup=auto --Jvm="Auto" --Classpath="%CLASSPATH%" --StartMode=jvm --StartClass=com.class.name --StartParams start --StopMode=jvm --StopClass=com.class.name --StopParams stop same commands I have executed through nsis script is not working well. I have tried the following code Exec '"$INSTDIR\bin\prunsrv.exe" //IS//servicename --Startup=auto --Jvm="Auto" --Classpath="%CLASSPATH%" --StartMode=jvm --StartClass=com.class.name --StartParams start --StopMode=jvm --StopClass=com.class.name --StopParams stop' $INSTDIR refer to this directory c:\program Files\test. How to install application as windows service through NSIS script? |
![]() |
![]() |
![]() |
#2 |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,333
|
In the future, if you are going to ask the same question here and on stackoverflow (why?) please provide a link or something so other people can read the answer on SO, otherwise this is just a useless thread since you already got your answer...
IntOp $PostCount $PostCount + 1 |
![]() |
![]() |
![]() |
|
Tags |
java, nsis |
Thread Tools | Search this Thread |
Display Modes | |
|
|