我有一个.Net Windows服务.我想创建一个安装程序来安装该Windows服务.
基本上,它必须执行以下操作:
installutil.exe
另外,我想提供一个运行以下命令的卸载程序:
installutil.exe /u MyService.exe
如何使用Inno Setup进行这些操作?
c# windows-services inno-setup
c# ×1
inno-setup ×1
windows-services ×1