Bob Arnson a écrit :
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.


Ok, thanks a lot.

Fred
begin:vcard
fn;quoted-printable:Fr=C3=A9d=C3=A9ric Viollet
n;quoted-printable:Viollet;Fr=C3=A9d=C3=A9ric
org:Bull, Architect of an Open World (TM);Evidian S.A.
adr;quoted-printable:;;Rue Jean Jaur=C3=A8s;Les Clayes Sous Bois;;78340;France
email;internet:[EMAIL PROTECTED]
title:Software Engineer
tel;work:01 30 80 77 34
url:http://www.evidian.com - http://www.bull.com
version:2.1
end:vcard

-------------------------------------------------------------------------
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