I have a windows service deployment project that could start the service automatically once i installed the setup file. I have passed the argument as -i in Custom Actions - Install.
And then in in Custom Actions - Commit, I have put argument as -s.
But how to stop and uninstall service in Custom ACtions - Uninstall ?
I tried doing -k, -u as sequence, but it doesn't help
Can anyone help me