c# - Reinstall Windows Service from same Windows Service -


i need reinstall windows service same service. , installable version can previous version, removepreviousversion flag in setup project not going work.

if start uninstall process same service, service stopped, , can't start process install desired version.

is there other way other creating bat-file uninstall , install required version it?


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -