Outlook 2003 Add-In Setup Project with COM DLL Deployment Problem

Posted by Malkier on Stack Overflow See other posts from Stack Overflow or by Malkier
Published on 2010-04-07T08:30:32Z Indexed on 2010/04/07 8:33 UTC
Read the original article Hit count: 391

Filed under:
|
|
|
|

Hi, I developed an Outlook 2003 add-in which uses the com dll redemption. I created a visual studio 2008 setup project, added a custom action to run "caspol.exe -machine -addgroup 1 -strong -hex [key] -noname -noversion FullTrust -n \"Name\" -description \"desc\" and moved the registry keys under software to HKLM as described in http://msdn.microsoft.com/en-us/library/cc136646.aspx#AutoDeployVSTOse_InstallingtheAddinforAllUsers to ensure all-users compatibility.

I included the redemption.dll in the setup with vsdrfCOMSelfReg (vsdrfCOM throwed an error).

My problem is: When installing the setup on a test machine under an admin account, it runs fine under all users, however when we use the company wide software deployment which runs under a system account the setup executes but the add-in wont load. If I repair the installation with an admin account again it loads just fine. Shouldn't a system account have the required permissions to install all of the components? What options do I have? Thanks for any suggestions.

© Stack Overflow or respective owner

Related posts about redemption

Related posts about outlook