Hello,
I have a question about an installer I created.
We have various Windows services that need to be installed on a server, which have been combined into a setup project.
I have an installer and, as a user, I can select which services I want to install. These are then installed and started immediately. This works very well. During an upgrade, it should stop the services, copy new files, and then restart them.
Previously, the services were uninstalled and then reinstalled. However, I would like it to only copy the files and not uninstall and reinstall the services, as the user has login accounts stored with the services.
This works very well in itself. The only thing is that after stopping the services, the installer waits quite a long time before it starts copying the files... Unfortunately, I don't know what it is waiting for. The services are terminated quickly and are immediately in a stopped state. I have terminated the virus scanner, etc.
When I uninstall the services and have them reinstalled, it works very quickly. I only have this problem when it is supposed to keep the existing ones (because of the login data).
Do you have any advice for me?
Thanks,
Andreas
FOLLOW US