[wix-users] Reuse Immediate CA for a Deferred CA

Ven H venh.123 at gmail.com
Wed Jul 18 10:19:06 PDT 2018


I have an immediate CA like below.

<CustomAction Id="CA_GetInstallLocation" Property="CA_MyCA"
Value="InstallLocation=[APP_DIR]" />

 <CustomAction Id=" CA_MyCA" BinaryKey="DLLBinKey" DllEntry="MyCA"
Impersonate="no" Execute="deferred" Return="check" />

<CustomAction Id=" CA_MyCA2" BinaryKey="DLLBinKey" DllEntry="MyCA2"
Impersonate="no" Execute="deferred" Return="check" />

<CustomAction Id=" CA_MyCA3" BinaryKey="DLLBinKey" DllEntry="MyCA3"
Impersonate="no" Execute="deferred" Return="check" />

I want to use CA_GetInstallLocation for CA_MyCA2 and CA_MyCA3 also, so that
II don't have create CA_GetInstallLocation for the same Value of
"InstallLocation=[APP_DIR]".
Is this possible or I have to create duplicates? Please help.


More information about the wix-users mailing list