installer / setup creator?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
Is there a free installer / msi / setup creator available , that is capable
of installing assemblies into the GAC folder, the same way that the setup
project wizard in VS.NET does?
only free.
 
You can do that with a VS setup project, but the IDE doesn't show the GAC by
default. In the File System view, if you right-click on the File System on
Target Machine icon you should see Add Special Folder, the GAC is in that
list.
 
You can do that with a VS

ah-ah-ah-ah!!!
I did say free... VS isn't free.
 
But yes, I'm aware you can do it like that, thanks.
That's how I do it at work. I suppose it wouldn't matter whether it went in
the GAC or not for my hobbyist program, I just wondered whether it was
possible that's all, out of curiosity

Phil Wilson said:
You can do that with a VS setup project, but the IDE doesn't show the GAC by
default. In the File System view, if you right-click on the File System on
Target Machine icon you should see Add Special Folder, the GAC is in that
list.
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280

Bonj said:
Hi
Is there a free installer / msi / setup creator available , that is
capable
of installing assemblies into the GAC folder, the same way that the setup
project wizard in VS.NET does?
only free.
 

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