I am trying to customize the NSIS installer.
I am trying to remove components selector page...
But I am unable to compile the script.The problem comes from:
Invalid command: Services::IsServiceInstalled
Invalid command: Services::SendServiceCommand
What are these??? (they seems to be a custom plugin to control services, but I am unable to find the plugin/script file for these commands)
Any help is greatly appreciated!
THX
Gabor
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've gotten stuck in the exact same place. I haven't been able to find anything on the web about this "IsServiceInstalled" thing.
Section: "Uninstall"
Push: OpenSSHd
Invalid command: Services::IsServiceInstalled
!include: error in script: ".\InstallerSupport\UnInstallerProcess.nsi" on line 6
Error in script "C:\Installation Source\OpenSSH for Windows\setupssh381-20040709-nsis-source\setupssh.nsi" on line 84 -- aborting creation process
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't know if this is applicable to your symptoms, but go look at Forums > Help for the entry "OpenSSH service is not created by installer" from 01/21/05. It deals with one of the .nsi files and is related to getting the service installed correctly. Hope it helps.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
I am trying to customize the NSIS installer.
I am trying to remove components selector page...
But I am unable to compile the script.The problem comes from:
Invalid command: Services::IsServiceInstalled
Invalid command: Services::SendServiceCommand
What are these??? (they seems to be a custom plugin to control services, but I am unable to find the plugin/script file for these commands)
Any help is greatly appreciated!
THX
Gabor
I've gotten stuck in the exact same place. I haven't been able to find anything on the web about this "IsServiceInstalled" thing.
Section: "Uninstall"
Push: OpenSSHd
Invalid command: Services::IsServiceInstalled
!include: error in script: ".\InstallerSupport\UnInstallerProcess.nsi" on line 6
Error in script "C:\Installation Source\OpenSSH for Windows\setupssh381-20040709-nsis-source\setupssh.nsi" on line 84 -- aborting creation process
I don't know if this is applicable to your symptoms, but go look at Forums > Help for the entry "OpenSSH service is not created by installer" from 01/21/05. It deals with one of the .nsi files and is related to getting the service installed correctly. Hope it helps.