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

后端 未结 11 968
耶瑟儿~
耶瑟儿~ 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:16

    I had all sorts of problems with this.

    As follows.

    1. InstallShield takes ages to download
    2. the registration process is a pain.
    3. the configuration options are confusing and overly complex.
    4. the accepted solution on this thread is a hack and it doesn't always work - see 1001 in the documentation - essentially you need to get through the paywall to get the right configuration options to install a windows service.

    Solution for me as mentioned elsewhere - was to abandon InstallShield

    enter image description here

    Very easy from that point.

    Edit: Update - install the latest version from here https://wix.codeplex.com/releases/view/115492 for vs 2013 / 2015

提交回复
热议问题