Bypass user installation of office addin(VSTO file)
I have an officeaddin(VSTO file which are prompting each user if they want to installthe addin or not
Is it possible to remove this popup from showing??
This message are only showing with office2007 with office2010 it works just fine
The publisher have also been verified
Is it possible to remove this popup from showing??
This message are only showing with office2007 with office2010 it works just fine
The publisher have also been verified
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
rileyz
12 years ago
We had the same problem. We choose to leave our dialog as it was security thing and it was only once per user.
You could try a snap and find the delta of what change once you click ok, but if its per user you will need a active setup which i try to avoid, unless the VSTO thing has its own shortcut likes ours did (our software was ActionPoint) then you can use an advertised shortcut to get around that.
Otherwise you could be looking relaxing Office security through Group Policy, which I dont recommend for obvious reasons.
You could try a snap and find the delta of what change once you click ok, but if its per user you will need a active setup which i try to avoid, unless the VSTO thing has its own shortcut likes ours did (our software was ActionPoint) then you can use an advertised shortcut to get around that.
Otherwise you could be looking relaxing Office security through Group Policy, which I dont recommend for obvious reasons.
Posted by:
henrik80
12 years ago
Posted by:
Bankeralle
12 years ago
I also read that Offic2007 can't load vsto addins from hkcu
Allthough the following regkey is copied down hklm to hkcu so i guess this is not the problem
The REgkey
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\12.0\User Settings\SuperOfficeOfficeRibbons\Create\Software\Microsoft\Office\Word\Addins\SuperOfficeRibbon-Word]
"LoadBehavior"=dword:00000003
"Manifest"="C:\\Program Files\\SuperOffice\\Ribbons\\SuperOfficeRibbon-Word.vsto|vstolocal"
"FriendlyName"="SuperOffice Ribbon"
"Description"="SuperOffice Ribbon for Microsoft Word 2007"
"CommandLineSafe"=dword:00000001
Allthough the following regkey is copied down hklm to hkcu so i guess this is not the problem
The REgkey
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\12.0\User Settings\SuperOfficeOfficeRibbons\Create\Software\Microsoft\Office\Word\Addins\SuperOfficeRibbon-Word]
"LoadBehavior"=dword:00000003
"Manifest"="C:\\Program Files\\SuperOffice\\Ribbons\\SuperOfficeRibbon-Word.vsto|vstolocal"
"FriendlyName"="SuperOffice Ribbon"
"Description"="SuperOffice Ribbon for Microsoft Word 2007"
"CommandLineSafe"=dword:00000001
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.