Hi,
I just wonder if it is possible to not only show a progress bar and action text
but also show various pictures to the user while he is waiting for the install
to finish?
I'd like to show him every 10 seconds a new picture.
Either as a background splash screen or inside the progress dialog. Depends
what is easier.
My current progress bar shows a bar and some text, but no pictures.
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) Microsoft Corporation. All rights reserved.
-->
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment Id="SetupProgress">
<UI>
<Dialog Id="SetupProgress" Width="439" Height="348"
Title="[ProductName]" Modeless="yes">
[.]
<Control Id="ActionText" Type="Text" X="134" Y="100" Width="275"
Height="12">
<Subscribe Event="ActionText" Attribute="Text" />
</Control>
<Control Id="ActionProgress95" Type="ProgressBar" X="134" Y="113"
Width="275" Height="12" ProgressBlocks="yes" Text="Progress done">
<Subscribe Event="InstallFiles" Attribute="Progress" />
<Subscribe Event="MoveFiles" Attribute="Progress" />
<Subscribe Event="RemoveFiles" Attribute="Progress" />
<Subscribe Event="RemoveRegistryValues"
Attribute="Progress" />
<Subscribe Event="WriteIniValues" Attribute="Progress" />
<Subscribe Event="WriteRegistryValues" Attribute="Progress"
/>
<Subscribe Event="UnmoveFiles" Attribute="Progress" />
<Subscribe Event="AdminInstallFinalize"
Attribute="Progress" />
<Subscribe Event="SetProgress" Attribute="Progress" />
</Control>
<Control Id="Banner" Type="Bitmap" X="0" Y="44" Width="113"
Height="260" FixedSize="yes" Text="BannerBitmap" />
<Control Id="BannerLine" Type="Line" X="113" Y="316" Width="326"
Height="0" />
<Control Id="DlgLine" Type="Line" X="0" Y="44" Width="439"
Height="0" />
[.]
</Dialog>
</UI>
</Fragment>
</Wix>
Regards,
Joachim Back
-------------------------------------------------------------------------
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