sandun css wrote:
> Or is it needed to have the Verify Ready dialog always?
>
You need to reproduce what that dialog does. See
src\ext\UIExtension\wixlib\VerifyReadyDlg.wxs.
--
sig://boB
http://joyofsetup.com/
--
C
My dialog sequence is like this,
Welcome dlg -> Licences Agreement dlg -> InstallDir dlg -> MyProgress dlg ->
Finish
here, MyProgress dialog is a progress dialog created by me. To create that
dialog, I have just copied the code of WiX porgress dialog. I did that
because I couldn't call WiX progre
My dialog sequence is like this,
Welcome dlg -> Licences Agreement dlg -> InstallDir dlg -> MyProgress dlg ->
Finish
here, MyProgress dialog is a progress dialog created by me. To create that
dialog, I have just copied the code of WiX porgress dialog. I did that
because I couldn't call WiX progre
sandun css wrote:
> DEBUG: Error 2726: Action not found: WelcomeDlg
>
It means something is looking for a custom action or dialog that's not
in your .msi. What's the context of this message?
--
sig://boB
http://joyofsetup.com/
-
4 matches
Mail list logo