For anyone who is interested in the solution...
The problem was that the ASPNET user account didn't have access to the MSI
Installer COM object. What was happening is that the .Export() method
searches the HKCU registry key for available graphic filters. Because the
ASPNET user is not an interactive user, no user profile had been created for
it, and calling the .Export() method prompted MSI to create the profile
(including the HKCU hive).
> Hi there,
>
[quoted text clipped - 24 lines]
>
> Steven
mjferrer13 - 17 Mar 2008 14:32 GMT
Steven, how you do this, I'm having exactly the same issue with my
application but I not sure I understand how do you fix it.
Can you please tell me more about you're solution?
Thanks, MC
>For anyone who is interested in the solution...
>
[quoted text clipped - 10 lines]
>>
>> Steven
mjferrer13 - 17 Mar 2008 14:32 GMT
Steven, how you do this, I'm having exactly the same issue with my
application but I not sure I understand how do you fix it.
Can you please tell me more about you're solution?
Thanks, MC
>For anyone who is interested in the solution...
>
[quoted text clipped - 10 lines]
>>
>> Steven