/build/static/layout/Breadcrumb_cap_w.png

.vsto outlook addin not installed with vbscript

i have .vsto outlook addin file, manually (right click and install and some steps) it is installed. But with vbscript it not shwoing the addin in outlook. i used below vb script. any body help ...

On Error Resume Next
Dim oXL
Dim oAddin
Set oXL = CreateObject("Outlook.Application")
oXL.Workbooks.Add
Set oAddin = oXL.AddIns.Add("PATH OF ADDIN FILE", False)
oAddin.Installed = True
oXL.Quit
Set oXL = Nothing


0 Comments   [ + ] Show comments

Answers (1)

Posted by: rileyz 10 years ago
Red Belt
0

Not too sure what you are trying to achive, like how your propergating it to other users, or just one user, but this might help.

http://blogs.technet.com/b/deploymentguys/archive/2011/05/31/deploying-custom-registry-settings-for-office-2010.aspx

 

 

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ