Using Visual Studio 2010 I have created system service installer IndexingService (property ServiceName in installer) named Indexing Service (property ProductName in setup project).
Service installs and works properly but installer won’t remove system service (and therefore won’t reinstall it)
What should i look for?
UPDATE: I forgot to update custom action on uninstall
Using Visual Studio 2010 I have created system service installer IndexingService (property ServiceName in
Share
Actually i forgot to configure one of the custom actions properly.
Thank you, Cosmin Pirvu!