How do i create an InstallShield LE project to install a windows service?

后端 未结 11 991
耶瑟儿~
耶瑟儿~ 2020-11-27 09:18

I downloaded Visual Studio 2012 yesterday when it was released on MSDN. I have noticed that a few of the project types that we had in 2010 are gone or different. The bigges

11条回答
  •  隐瞒了意图╮
    2020-11-27 10:22

    I've written about this subject:

    Augmenting InstallShield using Windows Installer XML - Windows Services

    Basically you create a merge module using WiX to encapsulate the service and then add it to your installshield project. ( Be sure to associate to the INSTALLDIR directory to make sure your file goes where you expect ). Build and test on a VM. Piece of cake.

提交回复
热议问题