AddIn won't load

D

David Thielen

Hi;

We have a single customer on a single machine where our AddIn won't
load. He is running Office 2007 on Vista 32-bit.

All the registry settings to load it are correct.

It is not disabled.

Show AddIn User Interface Errors is checked.

Security is disable with notification.

We get nothing. How do we find out why Office won't load it. This
exact same version installs and runs fine on thousands of other
systems so it can't be something wrong in our program.

Help!

thanks - dave

david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 
D

David Thielen

One thing we just found - some of the registry keys that the installer
creates for our AddIn are set that no user has rights to them. So Word
would not be able to read those entries.

Any idea how that happens and any idea how to tell wix to force the
security settings on registry entries it creates?

thanks - dave


Hi;

We have a single customer on a single machine where our AddIn won't
load. He is running Office 2007 on Vista 32-bit.

All the registry settings to load it are correct.

It is not disabled.

Show AddIn User Interface Errors is checked.

Security is disable with notification.

We get nothing. How do we find out why Office won't load it. This
exact same version installs and runs fine on thousands of other
systems so it can't be something wrong in our program.

Help!

thanks - dave

david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm


david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 
J

\Ji Zhou [MSFT]\

Hello Dave,

Yes, we can set a specified key's permission to denying everyone to access.
But we need to write codes to do that explicitly as this MSDN article shows
http://msdn.microsoft.com/en-us/library/system.security.permissions.registry
permission.aspx. And, we can use the Process Monitor to trace the Add-in's
installing process. If anyone changes the new created keys' permission, we
will see the event RegSetKeySecurity in the Process Monitor.

If no one changes the key's permission explicitly, as far as I know, in the
common scenarios, the registry key will be created using the inherited
permission from its parent key. Consequently, if a user has the high enough
right, he should be able to access the new created registry keys. Thus, my
assumption is the Outlook does not run under the high integrity level
privilege. In the Vista system which turns on the UAC, the high integrity
level privilege is also required to access all registry keys in the HKLM,
even if the end user is an administrator. So, may I suggest the user right
click Outlook and choose "Run As Administrator" option to start Outlook.
Hope this helps!

Please let me know if my suggestion helps in this scenario.

Best regards,
Ji Zhou ([email protected], remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://support.microsoft.com/select/default.aspx?target=assistance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top