Dear Folks,
please help me in the follwoing two issues:

1. I have a query regarding deployment of assemblies in GAC.
in my case i am partially signing the assemblies and while deploying it in
gac manually using gacutil.exe i verify the signature by running sn-Vr
command.

How can we install the partially signed assemblies into GAC using installer
package(setup project). please let me know of that at the earliest.
---------------
2. i am running a console app .exe using a custom action. i have a line of
codein that to get the curret directory path (Environment.CurrentDirectory).
this console app has to load an assembly thats installed along with it in the
same folder. however when the installation package runs and custom action
executes, Environment.CurrentDirectory returns 'c:\windows\system32' as the
path. how can i resolve this.

Regards,
Sundararajan.S
--
S.Sundararajan