https://bugs.winehq.org/show_bug.cgi?id=24645
--- Comment #10 from Austin English austinenglish@gmail.com --- (In reply to super_man from comment #9)
I found the reason for the popup.
It's because of this line
fixme:winspool:SetPrinterW Unimplemented level 8
http://source.winehq.org/git/wine.git/blob/ 5ccc463a4e3ba181b96a161c3c8cd4bc0cb0e607:/dlls/winspool.drv/info.c#l3464
wine source code is missing case 8. I made a simple patch and got rid of the popup.
Could you attach the patch / send to wine-patches?
If you run the installer second time using same prefix it crashes at
wine: Call from 0x7b83bfde to unimplemented function winspool.drv.ForceUnloadDriver, aborting wine: Unimplemented function winspool.drv.ForceUnloadDriver called
wine 1.7.50
That would be a different bug.