Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] Third Party Tools (https://www.kinook.com/Forum/forumdisplay.php?f=3)
-   -   Does not seem to work with VS2005 Setup Projects yet (https://www.kinook.com/Forum/showthread.php?t=1043)

ChrisLongo 05-11-2005 09:00 AM

Does not seem to work with VS2005 Setup Projects yet
 
I tried to use the build script that we have been using with VS 2003 with VS 2005. Visual Build Pro does not seem to work with VS 2005 Setup projects yet. I have to submit a support case with Microsoft? Seems wierd but I guess I will.

Chris

kinook 05-11-2005 09:28 AM

Yes, I believe this is an MS bug rather than a VBP bug. First, the Make VS.NET action uses MSBuild by default for building VS 2005 projects. However, MSBuild doesn't support building of VS Setup projects. This is remedied by entering 'devenv' (without quotes) in the 'Override default location...' field on the Options tab, so that the action will use the devenv command-line compiler instead.

Using VS 2005 Beta 2, after creating a new Setup Project and building the .sln file in VBP with the change noted above (or via devenv directly, which VBP uses for the build part) produces output like this:

Microsoft (R) Visual Studio Version 8.0.50215.44.
Copyright (C) Microsoft Corp 1984-2005. All rights reserved.

Package 'Visual Studio Source Control Integration Package' failed to load.



---------------------------
Error
---------------------------
Unable to open project 'C:\Documents and Settings\user\My Documents\Visual Studio\Projects\Setup1\Setup1\Setup1.vdproj'.
---------------------------
OK
---------------------------


All times are GMT -5. The time now is 01:23 AM.


Copyright © 1999-2023 Kinook Software, Inc.