Hey thanks for the reply. I will revisit these settings and see where it
takes me. It's a bit frustrating to see so many people having almost the
same issues and no real solution to the problem.
It'll be nice to see some example in VB on how to grant permission to the
assemblies as well.
Regards,
Rafael
> It's C#. I honestly don't know if it's a problem within the same
> solution or not.
[quoted text clipped - 18 lines]
> Hopefully, maybe someone will give me an answer on one of my open
> inquiries.
It makes no difference if SetSecurity is in C# in a VB project, as long as
you have C# installed so it can compile. The examples in the walkthroughs
work as well in either language. As long as you follow directions and create
the installer custom actions as directed it will work.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Hey thanks for the reply. I will revisit these settings and see where it
> takes me. It's a bit frustrating to see so many people having almost the
[quoted text clipped - 6 lines]
>
> Rafael
Rafael - 26 Mar 2007 14:50 GMT
Well, I've been able to get passed this issue now but some how my project
lost all registry key entries and now just have:
HKCU\Software\Manufacturer.
Any idea on how to recreate these keys? Don't think recreating them manually
would be wise as I am not sure what GUID to assign.
Thanks,
Rafael
> It makes no difference if SetSecurity is in C# in a VB project, as long as
> you have C# installed so it can compile. The examples in the walkthroughs
[quoted text clipped - 11 lines]
>>
>> Rafael
Ken Slovak - [MVP - Outlook] - 27 Mar 2007 21:25 GMT
You can always create a new GUID and use it where the original one was used.
Or you can create a new addin using the VSTO wizard and copy your existing
code to that or see what entries are created in that and copy them over,
with GUID adjustments where needed.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Well, I've been able to get passed this issue now but some how my project
> lost all registry key entries and now just have:
[quoted text clipped - 23 lines]
>>>
>>> Rafael