How can I show images while my product is being installed?
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>
Other project properties that you may want to set that affects the slide shows are:
<slideShowLoop>
: controls whether to loop the slide show images (default: 1)
<slideShowTiming>
: specifies the number of seconds that each slide is shown (default: 5)