D
DAXU
Hello,
I have a msi package with some custom actions in it.
In my test, I find out that occasionally the custom action was running
under system context, instead of the user context. I can't really
reproduce this problem as it happens now and then.
So my question is that is there a impersonation bit I need to set for
custom actions? I closet one I found is
msidbCustomActionTypeNoImpersonate. Currently I didn't set this bit,
which I think it means that windows installer will impersonate this
custom action.
Many thanks
Jerry
I have a msi package with some custom actions in it.
In my test, I find out that occasionally the custom action was running
under system context, instead of the user context. I can't really
reproduce this problem as it happens now and then.
So my question is that is there a impersonation bit I need to set for
custom actions? I closet one I found is
msidbCustomActionTypeNoImpersonate. Currently I didn't set this bit,
which I think it means that windows installer will impersonate this
custom action.
Many thanks
Jerry