Hello,
to avoid the prompt descriped here without signing the VSTO simple change the following registry entries.
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\OutlookFileDrag
Manifest
REG_SZ
C:\Program Files\Tony Federer\Outlook File Drag\OutlookFileDrag.vsto|vstolocal
simply delete: file:///
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Office\Outlook\Addins\OutlookFileDrag
Manifest
REG_SZ
C:\Program Files\Tony Federer\Outlook File Drag\OutlookFileDrag.vsto|vstolocal
simply delete: file:///
This way the system recognize the VSTO is already in program files and it is trusted on default.
Cheers!
Hello,
to avoid the prompt descriped here without signing the VSTO simple change the following registry entries.
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\OutlookFileDrag
Manifest
REG_SZ
C:\Program Files\Tony Federer\Outlook File Drag\OutlookFileDrag.vsto|vstolocal
simply delete: file:///
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Office\Outlook\Addins\OutlookFileDrag
Manifest
REG_SZ
C:\Program Files\Tony Federer\Outlook File Drag\OutlookFileDrag.vsto|vstolocal
simply delete: file:///
This way the system recognize the VSTO is already in program files and it is trusted on default.
Cheers!