Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am developing a windows installer using WiX 3.0.

The installer dialog, while installing, if minimized and then again maximized, gets stuck in the top left corner of the screen with very little user interface visible from and no buttons/controls are visible.

Is there any way to disable the minimize button from the installer dialog or is there any way that the click event on the minimize button can be captured and handled?

share|improve this question
Confirmed with wix 3.6.2221: if I minimize the installer while the progress bar is visible, it will automatically restore in a strange way to the top left corner when it goes to the "Finish" screen. You may want to submit this as a wix bug instead. – Wim Coenen Jun 14 '12 at 9:14

2 Answers

This is a Windows 7 bug, was reported a couple of years ago on the WiX mailing list and comes up repeatedly as new developers find the same bug :)

http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Re-WiX-users-Install-on-Windows-7-minimize-the-installation-wizard-then-only-see-a-slice-of-the-instd-td4430104.html

share|improve this answer

As far as I know, that is not possible. It could be possible that this problem has been fixed with a newer version of WiX. WiX 3.6 RC is available now and might be worth looking into.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.