Guest User

Untitled

a guest
Jan 18th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. @ECHO OFF
  2.  
  3. REM The following directory is for .NET 4.0
  4. set DOTNETFX2=%SystemRoot%Microsoft.NETFrameworkv4.0.30319
  5. set PATH=%PATH%;%DOTNETFX2%
  6.  
  7. echo Installing IEPPAMS Win Service...
  8. echo ---------------------------------------------------
  9. C:WindowsMicrosoft.NETFrameworkv4.0.30319InstallUtil My.WindowsService.exe
  10. echo ---------------------------------------------------
  11. pause
  12. echo Done.
  13.  
  14. {...Path_To_.NET_Framework...}InstallUtil C:MyFolderMy.WindowsService.exe
  15.  
  16. set CURDIR=%CD%
  17. {...Path_To_.NET_Framework...}InstallUtil %CURDIR%My.WindowsService.exe
Add Comment
Please, Sign In to add comment