This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Installing a Windows Service
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 15, 2011
07:23 AM
Installing a Windows Service
Since our build environment has moved to TFS, I have had to convert our perfectly working Windows installers to Installshield LE for VS2010 (sorry but that's a bit of a moan at Microsoft - TFS doesn't support the vdproj project types). I have come to a Windows Service requiring an Installer and I cannot find out how to install a Windows Service using InstallShield LE for VS2010. Can anyone help, please?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 15, 2011
11:35 PM
Actually it's VDPROJ that doesn't support MSBUILD. TeamBuild works best with MSBuild projects but you can also build non MSBuild Solutions. Here's the best approach that I've used:
http://blogs.msdn.com/b/aaronhallberg/archive/2007/03/30/building-non-msbuild-projects-with-team-build.aspx
That said, I suggest reading a couple articles:
http://blog.deploymentengineering.com/2011/03/redemption-of-visual-studio-deployment.html
http://blog.deploymentengineering.com/2011/01/augmenting-installshield-using-windows_19.html
http://blogs.msdn.com/b/aaronhallberg/archive/2007/03/30/building-non-msbuild-projects-with-team-build.aspx
That said, I suggest reading a couple articles:
http://blog.deploymentengineering.com/2011/03/redemption-of-visual-studio-deployment.html
http://blog.deploymentengineering.com/2011/01/augmenting-installshield-using-windows_19.html