Create installer with Installshield that installs Windows Service -


I have a window service that installs it by executing it in CMD with the command line --install this service also Know that uninstalling itself by passing the --uninstall param in a CMD.

I need to create an MSI installer that installs this service and starts it. I have tried using components in Installshield and using custom actions but not getting the right result. Are there.

I want some help here

"post-text" itemprop = "text">

Please see my answer below

InstallShield uses this feature for built-in Windows Installer service installs and service control tables, but there is written in the view of components under Advanced Settings instead of the author in the form of XML, YX Service Install and Service Control Elements. The service area of ​​the component is

Generally, a window installer is not the best practice to call custom action to register this service. Instead, figure out the details made by the --install command and basically use these keys in these tables.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -