简体   繁体   English

VS 2012 InstallShield无法将我的服务安装到计算机上

[英]VS 2012 InstallShield doesn't install my service to the machine

I developed a service and I wanna make installer which will install to windows 8. I used InstallShield and I created a setup.exe for this(I included primary outputs and Service.exe). 我开发了一项服务,我想制作将安装到Windows 8的安装程序。我使用InstallShield,并为此创建了setup.exe(我包括主要输出和Service.exe)。 So when I run setup, I can't see my service on my services. 因此,当我运行安装程序时,在我的服务上看不到我的服务。 It doesn't install my service to my system. 它不会将我的服务安装到系统中。 So how can I solve this problem? 那么我该如何解决这个问题呢?

I had similar issues when moving from visual studio 2010. 2012 proved difficult when trying to create an installer for services. 从Visual Studio 2010迁移时,我遇到了类似的问题。在尝试创建服务安装程序时,2012证明很困难。 Try the following, it worked for me. 尝试以下方法,它对我有用。

http://blog.repsaj.nl/index.php/2013/04/installing-a-windows-service-with-visual-studio-2012/ http://blog.repsaj.nl/index.php/2013/04/installing-a-windows-service-with-visual-studio-2012/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 VS2012:使用 InstallShield 时,我的实体框架模型未包含在我的项目输出中 - VS2012: My Entity Framework model doesn´t get included to my project output using InstallShield 在VS2012中使用InstallShield更新应用程序 - Updating application using InstallShield in VS2012 如何在未安装Visual Studio的计算机上安装Windows服务? - How can I install a windows service onto a machine that doesn't have Visual Studio installed? 在VS 2012中设计的WPF应用程序无法在Windows 7计算机上运行 - WPF Application designed in VS 2012 won't run on Windows 7 machine 安装服务器到服务器2012 - Install service to server 2012 我的 Windows Service setup.exe 在 Windows Server 2016 机器上不起作用 - My Windows Service setup.exe doesn't work on Windows Server 2016 machine VS 2012 cmdlet远程调试不会在断点处停止 - VS 2012 cmdlet remote debug doesn't stop at breakpoint VS2012调试器不会在特定类中停止 - VS2012 debugger doesn't stop in specific class VS 2015中的远程调试到Windows Server 2012不起作用 - Remote Debug in VS 2015 to Windows Server 2012 doesn't work 代码合同似乎不适用于VS2012 - Code Contracts doesn't seem to work on VS2012
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM