Re: [WiX-users] Action not found: WelcomeDlg error

2009-06-11 Thread Bob Arnson
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

Re: [WiX-users] Action not found: WelcomeDlg error

2009-06-10 Thread sandun css
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

Re: [WiX-users] Action not found: WelcomeDlg error

2009-06-10 Thread sandun css
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

Re: [WiX-users] Action not found: WelcomeDlg error

2009-06-10 Thread Bob Arnson
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/ -