Such topic may belong to wine-users, but I am not sure.
When installing IE6 (from my own script) I see wineboot is being forked and gets running right after the "./wine IE6SETUP.EXE /q" statement returns me a control.
I would like to wait untill "wineboot" finishes. How it can be achieved in my bash script?
Maybe wineboot can be set to not fork? (though I don't know if "fork" is right term to use here)