http://bugs.winehq.org/show_bug.cgi?id=9037
us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1
------- Additional Comments From us@edmeades.me.uk 2007-08-08 15:56 ------- k, there are 3 problems here...
1. setupapi doesn't handle single quotes as a quote delimter 2. cmd.exe doesnt wait for GUI commands to complete when launched from a batch program 3. advpack ignores flags on the INF file line and hence doesnt prompt for a new destination
I'll submit patches for (1) and (2) when I get a chance plus make (3) into a fixme which is more obvious (its currently in the comments, not the code).
Anyone fancy adding (3) properly? You need to design a dialog box with a text field, ok cancel and browse buttons and called from around the fixme in advpack. Designing dialogs is not my strong point, but I could implement the code to support it if needed - just email me :-)