Google hath failed me again.

I'm launching a custom dialog:
<Publish Dialog="InstallDirDlg" Control="Next" Event="NextDialog" 
Value="ServerConfigDialog" Order="1">1</Publish>

and I'm trying to call a DLL from within my custom dialog:

<InstallUISequence>
   <Custom Action="ReadConfigFiles" After="InstallDirDlg" />
   <Show Dialog="ServerConfigDialog" After="ReadConfigFiles" />
</InstallUISequence>

Except Light returns this error code:
error LGHT0094: Unresolved reference to symbol 
'WixAction:InstallUISequence/InstallDirDlg' in section 'Fragment:'.

If I replace InstallDirDlg with WelcomeDlg it links fine, however that 
seems wrong. Why isn't InstallDirDlg 'available' to my other WXS file?

Thanks,
glenn

p.s. it's confusing when "CustomAction" are sometimes "Custom Action". 
May I call for some consistency please? ;)

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to