Re: Delayed Signing, the GAC, and Installations
From: Nicole Calinoiu (calinoiu)
Date: 11/10/04
- Next message: Will Gillen: "Windows Authentication Timeout"
- Previous message: Bill: "Re: Delayed Signing, the GAC, and Installations"
- In reply to: Bill: "Re: Delayed Signing, the GAC, and Installations"
- Next in thread: Bill: "Re: Delayed Signing, the GAC, and Installations"
- Reply: Bill: "Re: Delayed Signing, the GAC, and Installations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 10 Nov 2004 10:00:08 -0500
"Bill" <nospam@devdex.com> wrote in message
news:%23wyasMzxEHA.3908@TK2MSFTNGP12.phx.gbl...
> Nicole,
>
> Thanks for your response. You brought up some good questions. The answer
> to your first one is yes, after delay-signing the assembly I am able to
> use gacutil to add it to the GAC.
>
> Your second question is making me wonder. To create the Setup project,
> I've add the "Primary Output" for the project that compiles to the
> signed assembly, which called ClassLibrary1 . Maybe the problem is that,
> when I build the Setup project, it rebuilds the ClassLibrary1 dll and it
> is no longer signed?
Yup.
> If that is the case, what is the process for
> delay-signing assemblies and including them in a Setup project?
Manually add the fully signed DLL to the setup project instead of adding it
as a project primary output. Instructions for adding a file to a setup
project can be found at
http://msdn.microsoft.com/library/en-us/vsintro7/html/vbconaddingitemstodeploymentproject.asp.
Once you remove your project output from the setup project contents, you
might also need to add back some other files (e.g.: images, application
configuration file, or other supporting files) from your DLL project if they
need to be included in the distribution package
.
>
> Thanks!
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!
- Next message: Will Gillen: "Windows Authentication Timeout"
- Previous message: Bill: "Re: Delayed Signing, the GAC, and Installations"
- In reply to: Bill: "Re: Delayed Signing, the GAC, and Installations"
- Next in thread: Bill: "Re: Delayed Signing, the GAC, and Installations"
- Reply: Bill: "Re: Delayed Signing, the GAC, and Installations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|