2. Go to C:\Windows\Microsoft.NET\Framework64\v2.0.50727
3. Install service:
C:\Windows\Microsoft.NET\Framework64\v2.0.50727>installutil MyNewService.exe4. Go to Services: services.msc in cmd and then start the service.
5. To uninstall. First stop the service, then do:
C:\Windows\Microsoft.NET\Framework64\v2.0.50727 installutil /u MyNewService.exe
No comments:
Post a Comment