Question

I am paasing MSI property to my custom action DLL which is a differed execution custom action, but it is always blank...

i am not getting the reason...

how can i solve this?

Was it helpful?

Solution

Deferred custom actions do not have access to public properties, except a couple of special ones, like "CustomActionData".

You can use an immediate custom action to set special property "CustomActionData" with the value of your property, and then from your deferred custom action read the value of "CustomActionData" instead of your property.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top