UAC Problem while installation

Add-in Express™ Support Service
That's what is more important than anything else

UAC Problem while installation
 
Ranjith Manoharan




Posts: 74
Joined: 2009-06-18
Dear Readers,

I am having one doubt, while installing addin setup, is that UAC must be enable or disable.
Thanks & Regards
Ranjith Manoharan
Posted 04 Nov, 2009 03:07:45 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Ranjith,

It's recommended to have UAC turned on. If you turn it off, Vista becomes Windows XP with a significant difference: a per-user add-in (it has RegisterForAllUsers=False) will not work for administrators. That's because Vista searches HKLM, not HKCU in this case.


Andrei Smolin
Add-in Express Team Leader
Posted 04 Nov, 2009 03:20:27 Top
Ranjith Manoharan




Posts: 74
Joined: 2009-06-18
Dear Andrei,

yes i turned on, while installing i am getting error like
"The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2869"
. if its turned off i am not getting any error but my adding not getting loaded. if i turned on after instal its getting loaded without any error. please help me on this issue.
Thanks & Regards
Ranjith Manoharan
Posted 04 Nov, 2009 03:28:03 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Hi Ranjith,

Try moving all custom code from the constructor to the AddinInitialize event handler. The same applies to all variables initalized on the class level.


Andrei Smolin
Add-in Express Team Leader
Posted 04 Nov, 2009 05:37:41 Top