c# - How to enable VSTO for all users in MSI? -
i have msi (in vs 2010) creating vsto (4.0) (targeting .net 4.0; office 2007) in x86 program files folder, , seems fine. registry correctly shows vsto, vsto's files installed in correct location, , after load office application, can see plugin in add-ins.
when try enable in office, following error:
"this add-in installed users on computer, , can connected or disconnected administrator."
it installed administrator users -- there custom action or can in msi ensure gets registered/connected users?
i've double-checked registry -- loadbehavior vsto still 3 , without problems...
any thoughts?
as lesson learned, discovered because signing package, reason didn't work because certificate not installed on machine. such, had manually install certificate signing , make install "for everyone" or "just me" without hitch.
Comments
Post a Comment