M
Moshe Malin
Hello,
My main target is to deploy a shared add-in (developped with .Net, for XP,
OL2003, 2007) to non-admin users.
We assume they already have the CLR.
We know that we can use HKCU instead of HKLM.
But: we cannot assume the PIA are already installed, and this is our main
problem.
Is there a way to deploy the PIA dlls without admin rights (MS PIA
installation puts it in the GAC and requiers admin right) ?
Can we use the PIA dlls locally (say, in the execuation directory), instead
of using it from the GAC?
Is there any alternative for PIA that does not require admin rights (like
making our own IA)?
Thanks.
My main target is to deploy a shared add-in (developped with .Net, for XP,
OL2003, 2007) to non-admin users.
We assume they already have the CLR.
We know that we can use HKCU instead of HKLM.
But: we cannot assume the PIA are already installed, and this is our main
problem.
Is there a way to deploy the PIA dlls without admin rights (MS PIA
installation puts it in the GAC and requiers admin right) ?
Can we use the PIA dlls locally (say, in the execuation directory), instead
of using it from the GAC?
Is there any alternative for PIA that does not require admin rights (like
making our own IA)?
Thanks.