1

I am working with java window service i am using Apache Procrun for creating service and izpack for java installer and launch4j for convert jar into exe. I know in izpack have an option to add installer to control panel by adding COIOSHelper.dll" file in native tag and its work perfectly but izpack uninstaller jar deletes only the installation directory only. Services is not deleted so how to delete the service along with installed directory via control panel. izpack have any option to do that ? give me some idea ???

venkat
  • 69
  • 2
  • 9

1 Answers1

0

You will need a custom action listener for this, e.g. the AntActionUninstallerListener

Please note that you need administrator rights to manipulate services, so you will to run with <run-privileged>.

Torsten
  • 6,184
  • 1
  • 34
  • 31