tags:

views:

93

answers:

2

How do i tell the 2 versions apart by looking only at their installations?

+3  A: 

Greetings,

Well, I think you can look in the registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\BizTalk Server\3.0 And look for the ProductCode_R2 key

Going by the name, I would suspect that is a keykey specific to R2.

cmb..

cbeuker
+3  A: 

If you open up the properties of the BTSNTSvc.exe file (by default located in C:\Program Files\Microsoft BizTalk Server 2006), go to the version tab and look at the Product Name. If it's R2, it will say so there. If not, it will just say Microsoft BizTalk Server 2006.

Hope that helps!

John Norcott