envdte.dll with c# utility

  • Thread starter Thread starter Allen Anderson
  • Start date Start date
A

Allen Anderson

due to some installer problems, I need to ship envdte.dll and put it
on a client machine briefly during the install of one of my controls.
Does anyone know if ms restricts the redistribution of this dll?
Basically I need to ship it so that one of my installer utilities that
tries to instantiate the DTE doesn't blow sky high before it even gets
the chance to run when I include envdte in the project.
 
Hi Allen,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to know if envdte.dll is
available for redistribution. If there is any misunderstanding, please feel
free to let me know.

As far as I know, we cannot redistribute it. There is a file named
resdist.txt under VS.NET installation folder. It contains the list of all
the files available for redistribution. Obviously, envdte.dll is not
included.

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
yep, that's what I needed to know. Didn't know that redist file was
there, I'll have a look at it. thanks.
 
You're welcome, Allen.

Thanks for sharing your experience with all the people here. If you have
any questions, please feel free to post them in the community.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 

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

Back
Top