Frédéric Viollet wrote:
> Ok.Thanks. Is there a documentation somewhere on how to use the 
> setupexe bootstrapper?

Not really, no. Here's the command line I use to build one:

"%WIX%\setupbld" -out "%DIR%\foo.exe" -mcsp "%DIR%\foo.msi" -setup 
"%WIX%\setup.exe"


> <Publish Dialog="ResumeDlg" Control="Install" Event="NewDialog" 
> Value="ChoosePortDlg">1</Publish>
> to my UI element where ChoosePortDlg is my custom dialog, but the 
> dialog still doesn't appear.
> What am I doing wrong?

If ResumeDlg is the WixUI version, the Install control is a button that 
publishes a bunch of other installation control events and you won't be 
able to insert a control event there. You need to use another control or 
dialog.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to