Windows service NOT shown in add remove programs under control panel

后端 未结 4 1616
南方客
南方客 2020-11-21 13:19

I installed my windows service via (name of the service: Testing Service)

InstallUtil.exe present in .NET Framework (:\\Windows\\Microsoft.NET\\Fram

4条回答
  •  忘了有多久
    2020-11-21 14:03

    InstallUtil only performs actions exposed by your .Net Installer classes, such as registering a service.

    It does not perform the "standard" application installation which results in the entries being added into add/remove programs.

    To do this, you will need to look at various install builders such as Wix, Installshield, etc.

提交回复
热议问题