Hi

did you read this : Building a MSI/Setup project using MSBuild/Team Build
http://geekswithblogs.net/davewill/archive/2009/03/02/129787.aspx

seems like you'll have to do some stuff to get msi creation to work :-(

with kind regards
Ruben Willems



On Tue, Aug 3, 2010 at 1:51 PM, vivek hsivalkar <[email protected]>wrote:

> Hi,
> I am using Cruise Control 1.5 and TFS 2010 as source control. I have
> added the setup project to my Solution. Solution is successfully built
> in CC Tray Debug folder is also created in Setup project's folder but
> MSI is not present in this folder. If I build Solution manually in
> Visual Studio 2008 then solution is built successfully and MSI is
> created. Content of my ccnet.config file is as follows:
> <cruisecontrol>
>  <project name="IBSv54">
>                <sourcecontrol type="filtered">
>      <sourceControlProvider type="vsts" autoGetSource="true"
>                                applyLabel="true">
>        <server>http://MyServer/tfs/</server>
>        <executable>C:\Program Files\Microsoft Visual Studio
> 9.0\Common7\IDE\TF.exe</executable>
>        <project>$/IBS/Main/IBS Web/Source/Solution/IBSWeb_TFS/</
> project>
>        <workingDirectory>D:\Project\CCNET TFS\IBS Web\IBS_Web_Build
> \Source\Solution\IBSWeb_TFS</workingDirectory>
>        <workspace>03RNBW-4L6CY3j_1</workspace>
>        <deleteWorkspace>false</deleteWorkspace>
>        <timeout>10000000</timeout>
>      </sourceControlProvider>
> </sourcecontrol>
> </project>
> </cruisecontrol>
>
> Can you please tell me where am I wrong?
>
> Thanks and regards
> Vivek Shivalkar
>
>
>

Reply via email to