Thanks for answer.
Where I must write <DialogRef> ?

<UI Id="UserInterface">
... // text styles and properties
<AdminUISequence>
<Show Dialog="FatalError" OnExit="error" />
<Show Dialog="UserExit" OnExit="cancel" />
<Show Dialog="ExitDialog" OnExit="success" />
</AdminUISequence>

<InstallUISequence>
<Show Dialog="FatalError" OnExit="error" />
<Show Dialog="UserExit" OnExit="cancel" />
<Show Dialog="ExitDialog" OnExit="success" />
<Show Dialog="PrepareDlg" After="LaunchConditions" />
<Show Dialog="WelcomeDlg" After="MigrateFeatureStates">NOT Installed</Show>
<Show Dialog="ResumeDlg" After="WelcomeDlg">Installed AND (RESUME OR
Preselected)</Show>
<Show Dialog="MaintenanceWelcomeDlg" After="ResumeDlg">Installed AND NOT
RESUME AND NOT Preselected</Show>
<Show Dialog="ProgressDlg" After="MaintenanceWelcomeDlg" />
<Custom Action="ChangeInstDir" After="FindRelatedProducts">NOT Installed AND
(OLDINSTALLV4 OR OLDINSTALLV3)</Custom>
<Custom Action="SetInstallLevel" After="FindRelatedProducts">OLDINSTALLV4=""
AND OLDINSTALLV3=""</Custom>
<Custom Action="StopServer_exe" After="CostFinalize">Installed AND NOT
(OLDINSTALLV3 OR OLDINSTALLV4)</Custom>
<Custom Action="StopCtrlPanel_exe" After="StopServer_exe">Installed AND NOT
(OLDINSTALLV3 OR OLDINSTALLV4)</Custom>
<Custom Action="StopServer3_exe" After="CostFinalize">NOT Installed AND
(OLDINSTALLV3 OR OLDINSTALLV4)</Custom>
</InstallUISequence>
... // set Error messages, progress text, ui text, binaries
</UI>

On 4/26/07, Bob Arnson <[EMAIL PROTECTED]> wrote:

Anton Filippov wrote:
> Here I must write information about this dialog?

Make sure you have a DialogRef, otherwise the linker won't include it
because nothing references it.

--
sig://boB
http://bobs.org



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