cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
david_fullbrook
Level 3

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?
0 Kudos
(1) Reply
Christopher_Pai
Level 16

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
0 Kudos