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
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