Sign in

简柏林 / thingskit · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit
  • application
  • src
  • main
  • scripts
  • windows
  • uninstall.bat
  • TB-43: Disable check updates in test mode. Fixed windows install/uninstall package scripts
    281a540c
    Igor Kulikov authored
    2017-03-09 12:13:46 +0200  
    Browse Files »
uninstall.bat 150 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
@ECHO OFF

@ECHO Stopping ${pkg.name} ...
net stop ${pkg.name}

@ECHO Uninstalling ${pkg.name} ...
%~dp0${pkg.name}.exe uninstall

@ECHO DONE.