Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Print twice with PrintEULA #3854

Closed
wixbot opened this issue Dec 1, 2012 · 5 comments
Closed

Cannot Print twice with PrintEULA #3854

wixbot opened this issue Dec 1, 2012 · 5 comments
Assignees
Milestone

Comments

@wixbot
Copy link

wixbot commented Dec 1, 2012

I am using custom dialogs but wanted the print functionality from WiX. I added WiXUIExtension and created a reference to WixUIPrintEula. I then had a print button in my license agreement dialog that would publish a DoAction event with WixUIPrintEULA. If i click print and print out the license agreement, it goes through just fine. If I click the print button again, which calls PrintEULA again, I am able to select a printer and all its options, but when I click print (in the print options dialog) to actually print, the print options dialog just closes and goes back to the license dialog without performing any print and this repeates until I close the installer and open it again.

Originally opened by chris32888 from http://sourceforge.net/p/wix/bugs/3158/

@wixbot
Copy link
Author

wixbot commented Jun 28, 2013

Just tested this on latest WiX 3.8 using XPS Document Printer. Was able to print 4 times from the same dialog, each output to a different file, each file came out just fine.

@wixbot
Copy link
Author

wixbot commented Oct 15, 2013

We can reproduce this issue inconsistently and have customers that also report the same problem inconsistently. We have found some memory leaks in the code and the window class is not being unregistered after each invocation. At this point in time that seems to be the root cause. We'd like to send a fix we are testing for WiX v3.8.

Originally posted by firegiantco
Status changed from Closed to Untriaged

@wixbot
Copy link
Author

wixbot commented Oct 17, 2013

Originally changed by barnson
Area changed from Print PrintEULA to extensions
AssignedTo set to firegiant
Status changed from Untriaged to Resolved

@wixbot
Copy link
Author

wixbot commented Oct 18, 2013

Originally changed by firegiantco
Resolution changed from works-for-me to
Statuschanged fromResolvedtoOpen

@wixbot
Copy link
Author

wixbot commented Oct 19, 2013

Should be fixed in next build.

Originally posted by firegiantco
Resolution set to fixed
Status changed from Open to Resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants