[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

Only put assembly in GAC

hvj

12/15/2006 2:32:00 PM

Hi,

Is it possible to make a setup project to just install an assembly in
the GAC without making an application folder etc. ?

I want to make an installer to only install an assembly on a target
machine.

3 Answers

Phil Wilson

12/15/2006 6:28:00 PM

0

Yes. I suspect you're missing the Right-click on File System on Target
System, Add Special Folder -> GAC if you can't see how to do the install.
Just add your assembly there.
--
Phil Wilson
[Microsoft MVP Windows Installer]
<hvj@paralax.nl> wrote in message
news:1166193094.275363.279910@16g2000cwy.googlegroups.com...
> Hi,
>
> Is it possible to make a setup project to just install an assembly in
> the GAC without making an application folder etc. ?
>
> I want to make an installer to only install an assembly on a target
> machine.
>


hvj

12/18/2006 8:44:00 AM

0


Thanks Phill,

But that is exactly what I do now. The problem is not to get the
assembly in the GAC, but to ONLY get the assembly in the GAC. The
installer must know somehow that it must not do anything else. When I
run me installer, it asks me where to make the application folder. I
don't want an applicatioin folder, I don't even want to install an
application. I only want to 'abuse' the installer to put an assembly in
the GAC.

Regards,
Henk

Phil Wilson

12/21/2006 1:22:00 AM

0

That dialog that asks for the installation folder can be deleted from the UI
in the User Interface view.
--
Phil Wilson
[Microsoft MVP Windows Installer]
<hvj@paralax.nl> wrote in message
news:1166431435.282267.252690@t46g2000cwa.googlegroups.com...
>
> Thanks Phill,
>
> But that is exactly what I do now. The problem is not to get the
> assembly in the GAC, but to ONLY get the assembly in the GAC. The
> installer must know somehow that it must not do anything else. When I
> run me installer, it asks me where to make the application folder. I
> don't want an applicatioin folder, I don't even want to install an
> application. I only want to 'abuse' the installer to put an assembly in
> the GAC.
>
> Regards,
> Henk
>