Hi,
I'm using Installshield setup to install my product.It registers few Office Interop Assemblies using Regasm. This assemblies are from .NET framewrok 1.1
Now, I have .NET Framework 2.0 installed on my machine. When I start the installation, the Regasm registration crashes.
Is there any compatibility issue Kindly help.
Thanks and Regards,
Ajit

Issue with Office Interop
Alex Mondale
You should use the PIA's to install the Office PIA's only this is a requirement from the EULA in Microsoft's product, You dont comment on the version of Office you are running but there is a URL for the Office XP and 2003 PIA's below.
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dno2k3ta/html/OfficePrimaryInteropAssembliesFAQ.asp
http://support.microsoft.com/default.aspx scid=kb;en-us;328912
Regards