I got this bug report from QA and I'm not quite sure how to fix.  It seems to 
happen only on Windows 7.

I have an ExitDialog box that get shown on successful install like so:

        <UI>
            <Dialog Id="ExitDialog" Width="370" Height="270" 
Title="!(loc.ExitDialog_Title)">
                 ...
            </Dialog>

            <InstallUISequence>
                <Show Dialog="ExitDialog" OnExit="success" />
            </InstallUISequence>
        </UI>

I notice that during installation on a Windows 7 machine, if I minimized my 
install Progress Dialog box, then this ExitDialog will automatically pop up BUT 
show up almost completely off screen.  Anyone seen this kind of behavior in 
your install project?  Anyone know what I might be missing?


John Leung
Software Engineer


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to