Hi Oleg,
while playing with CustomActions I've came across the mentioned error which I thought I should report to you.
while playing with CustomActions I've came across the mentioned error which I thought I should report to you.
error LGHT0094 :This error occures if you create a ManagedAction (I think it affects any other actiontype also?) like the following
Unresolved reference to symbol 'WixAction:InstallExecuteSequence/INSTALL'
in section 'Product:{BC994981-76AF-4067-A485-600415ABC611}'.
new ManagedAction(
"ActionName",
Return.check,
When.Before,
Step.INSTALL,
Condition.Installed)
Best reagards