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.
 
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.
 
Back
Top