How can I show images while my product is being installed?
| Author: BitRock Support Date: October 30, 2007 09:33 Tags: |
User input and custom installer pages
|
You can show images during installation using the <slideShowImageList> section as in the following example:
<slideShowImageList>
<slideShowImage><path>image1.png</path></slideShowImage>
<slideShowImage><path>image2.png</path></slideShowImage>
<slideShowImage><path>image3.png</path></slideShowImage>
<slideShowImage><path>image4.png</path></slideShowImage>
</slideShowImageList>
|