[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

TFS issue when building an msi from vdproj that is not checked out for edit

Lothar Behrens

5/27/2011 8:14:00 AM

Hi,

I have a project that needs to also build a msi file often. But To do
that without error messages, I'll have to check it out for edit.

How can I do this automatically by adding a before task or dependency
to check the vdproj out for edit?

We use TFS 2010 and Visual Studio 2010 and I have installed
TFSPowerTools.

Thanks, Lothar
1 Answer

Lothar Behrens

6/1/2011 1:10:00 PM

0

On 27 Mai, 10:13, Lothar Behrens <lothar.behr...@lollisoft.de> wrote:
> Hi,
>
> I have a project that needs to also build a msi file often. But To do
> that without error messages, I'll have to check it out for edit.
>
> How can I do this automatically by adding a before task or dependency
> to check the vdproj out for edit?
>
> We use TFS 2010 and Visual Studio 2010 and I have installed
> TFSPowerTools.
>
> Thanks, Lothar

I have solved this by my self. Using a tf.exe command to checkout the
installer project after a successfull build of the application that is
included in the setup. Thus at least a remake all will help.