Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ressources install path

22 views
Skip to first unread message

Pierre.C...@gmail.com

unread,
Feb 7, 2008, 5:19:49 AM2/7/08
to
Hello,

I have a little problem when I want import a Biztalk Application on a
another Environment.
I have some ressources in my application and when I import the
application, the path of my ressources are not the install path (where
I have installed the application (msi file)) and I must update
manually.

I want know if there is a way more automatically to do this thing?

I work on Biztalk 2006.

Somebody can help me?

Thanks in advance

DNova

unread,
Feb 7, 2008, 3:12:15 PM2/7/08
to
The %BTAD_InstallDir% environment variable should take care of this.
If you add a resource via BTSTask it would look like this:


BTSTask AddResource /ApplicationName:My Application/
Type:System.BizTalk:Assembly /Overwrite /Source:"C:\PathToMyResorce
\myresource.dll" /Destination:%BTAD_InstallDir%\myresource.dll /
Options:GacOnInstall,GacOnImport /Overwrite

I like the GacOnInstall and GacOnImport options because I know the
versison in the MSI will get GACed.

Kind Regards,
-Dan

0 new messages