BTDF / CodePlexDiscussions

0 stars 0 forks source link

Discussion: Disable the BizTalk App listing in Start Menu-- #96

Open tfabraham opened 6 years ago

tfabraham commented 6 years ago

tvsrikanthin794[5/9/2013 12:32:16 PM] Hello

We are using BTDF 5.0 version to deploy the BizTalk App.

After Deployment the BizTalk App(MSI) which is created using BTDF will be listing in Start Menu--> Programs

We need disable the Biztalk app listing the Start Menu--> Programs of the Server/ Machine

Please let us know how can we avoid this ?

Softwares Used Windows 2008 R2 BTDF 5.0 VS 2010 BTS 2010

Regards Srikanth.T.V

tfabraham commented 6 years ago

tfabraham You'll need to upgrade to v5.1 (currently Beta 2). Add this to the existing PropertyGroup that contains other MSI-related properties:

<CreateStartMenuShortcuts>False</CreateStartMenuShortcuts>

Thanks, Tom

tfabraham commented 6 years ago

tvsrikanthin794 Thank you Tom,

We install this and let you the feedback. Thanks

Regards Srikant