Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: trickster60 on June 22, 2012, 09:41:03 am

Title: Deploying 32 bit Add-Ins to Winndows 7
Post by: trickster60 on June 22, 2012, 09:41:03 am
I am trying to deploy an Add-In that was built on a 32bit machine to windows 7 (64 bit) without much joy. Can anyone tell me how to do it?

Thanks in advance

Update: Problem solved. I wasn't aware of the need to use the correct version of regasm.exe according to OS being deployed to, 32 or 64 bit dll and .NET version. Thanks for the replies.
Title: Re: Deploying 32 bit Add-Ins to Windows 7
Post by: Paolo F Cantoni on June 22, 2012, 07:46:22 pm
Quote
I am trying to deploy an Add-In that was built on a 32bit machine to windows 7 (64 bit) without much joy. Can anyone tell me how to do it?

Thanks in advance
What is it built in and with?

I use C# and Visual Studio 2008 and 2010 and haven't had any problems deploying Add-Ins to both 32bit and 64 bit environments on XP, Vista and Windows 7.
Using the VS Setup project, they just deploy appropriately.

Paolo
Title: Re: Deploying 32 bit Add-Ins to Winndows 7
Post by: Geert Bellekens on June 25, 2012, 04:09:03 pm
See Tutorial: Deploy your Enterprise Architect C# add-in with an MSI package (http://geertbellekens.wordpress.com/2011/02/23/tutorial-deploy-your-enterprise-architect-csharp-add-in-with-an-msi-package/)

Geert