Y
Yury
Hi,
I've made an Outlook 2007 Add-In using Visual Studio 2005, C#, and VSTO SE.
Unfortunatelly add-in's setup package that working fine in XP environment,
have a problem on Vista.
After successfull installation I found my installation files in 'c:\'
location instead wanted 'C:\Program Files\...\...'.
This happens because Vista permissions issues. If we use 'Run as Admin', the
installation files successfully copied to the destination folder, however the
registry entry for CURRENT_USER is misplaced (instead of logged user the keys
are written for the administrator).
Any suggestions ?
I've made an Outlook 2007 Add-In using Visual Studio 2005, C#, and VSTO SE.
Unfortunatelly add-in's setup package that working fine in XP environment,
have a problem on Vista.
After successfull installation I found my installation files in 'c:\'
location instead wanted 'C:\Program Files\...\...'.
This happens because Vista permissions issues. If we use 'Run as Admin', the
installation files successfully copied to the destination folder, however the
registry entry for CURRENT_USER is misplaced (instead of logged user the keys
are written for the administrator).
Any suggestions ?