after build success install created .msi file automatically in server using tfs build template
-
30 กรกฎาคม 2555 5:24
Hello ,
i am using tfs build template i created a template after succesfull build my Template will copy msi file in source directory setup project...i want to install that .msi file in server automatically when tfs build completed successfully...so please help how can i edit in that template bcoz i m new in tfs template editing.....and my .msi file will install properly when tfs build successfull...
Thankx...in Advance....
Thnaks & Regards, Pramod Tiwari
ตอบทั้งหมด
-
31 กรกฎาคม 2555 9:10ผู้ดูแล
Hi Pramod,
Thanks for your post!
In the following blog, which shows how to do build a setup projects in team build by using the InvokeProcess activity directly in a build workflow template. You’ll want to run build your setup projects after you have successfully compiled the projects.
Please see Building Visual Studio Setup Projects with TFS 2010 Team Build
For more information, you can refer to http://social.msdn.microsoft.com/Forums/lv/tfsbuild/thread/55078797-826b-48a0-9c1d-b853006bc7b7
Hope it helps!
Best Regards,
Cathy Kong [MSFT]
MSDN Community Support | Feedback to us
-
31 กรกฎาคม 2555 9:23
Thankx....
i done already this thing in vbs but now i want same thing in tfs build template......i dnt want to use that vbs i want achive this functionality using tfs build
template
Installation code i done...but as i told check its install or not...then then install....
in tfs build template how can i chech that application product no..in registry...i dnt no procedure...
and
If (installed)
unistall(for this uninstallation want to pass Productcode using registry)
install
else
Installl
same logic how can i apply in tfs build template ....
if u know please tell me....
Thnaks & Regards, Pramod Tiwari
- ทำเครื่องหมายเป็นคำตอบโดย Pramod_Tiwari 1 สิงหาคม 2555 5:52