You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Konrad K Sobon edited this page Feb 12, 2019
·
15 revisions
The easiest route to installing and uninstalling Zombie Service is via command line.
Navigate to the folder that has ZombieService.exe. In my case that would be a place that I am building Zombie to so \ZombieService\debug location
Run install command with a /u flag to uninstall an existing service: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe /u ZombieService.exe
Run install command to re-install, this time skip the /u flag: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe ZombieService.exe
Silent Intall
Launch the command line tool, or PowerShell, and type this in:
msiexec /i ZombieInstaller.msi /quiet /qn SETTINGS_PATH="<path to settings>" ACCESS_TOKEN="<access token>" WEB_SERVICE_ENDPOINT="<path to logging service>"