Redistributing regasm.exe

M

Michael Riggio

Hello,
Part of the installation process for our program requires regasm.exe
to be run. However, I can't find any specific information that says it is
freely distributable. I would image it is, but I need something from
microsoft that says it is. Does anyone know of any files in the sdk or
perhaps a URL that lists the files that can be freely distributed?

Thanks,
-Mike
 
A

Arne Janning

Part of the installation process for our program requires regasm.exe
to be run. However, I can't find any specific information that says it is
freely distributable. I would image it is, but I need something from
microsoft that says it is. Does anyone know of any files in the sdk or
perhaps a URL that lists the files that can be freely distributed?

Hi Michael,

RegAsm.exe is part of the .NET Framework Redistributable, not the SDK.

You can run it on any machine that has the .NET Framework Redistributable
installed.

Cheers

Arne Janning
 
G

Guest

I don't know if you can distribute that file. But most of time you don't have
to run regasm.exe, instead, if you create a setup project from VS.NET, you
can set the register property as vsdrfCOM or vsdrfCOMRelativePath if you need
the codebase path.
 
M

Michael Riggio

Thanks!

Arne Janning said:
Hi Michael,

RegAsm.exe is part of the .NET Framework Redistributable, not the SDK.

You can run it on any machine that has the .NET Framework Redistributable
installed.

Cheers

Arne Janning
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top