Bob Arnson a écrit :
Frédéric Viollet wrote:
Is there a way to perform a minor update without having to add on the command line REINSTALL=ALL REINSTALLMODE=vomus ???

No. If you want to be able to double-click a package to get an upgrade, it's got to be a major upgrade MSI package or a bootstrapper .exe that knows how to install a minor upgrade. The current WiX setupexe bootstrapper supports minor upgrades.
Ok.Thanks. Is there a documentation somewhere on how to use the setupexe bootstrapper?


I have described a custom UI. In this dialog box, I ask for some configuration properties. Is there a way to make this dialog box appear in update mode?

Yes, just include it in the normal Back/Next button control events in your UI authoring.

I tried to add
<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?

Thanks again.

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