http://bugs.winehq.org/show_bug.cgi?id=7708
------- Additional Comments From hans@it.vu.nl 2007-16-03 09:16 ------- My path makes setupapi execute the DefaultInstall section from the .inf file which then registers a RunOnce entry like this:
RunDll32.exe advpack.dll,LaunchINFSection XWALL.INF,DefaultInstall2.ntx86
So it appears that setupapi is used to bootstrap an advpack install. It stops right there for some reason, wineboot is not triggered and when running it by hand it doesn't find the RunOnce entry (which I think is a bug).
On windows the installer pops up a dialog asking for an installation directory. No such registry key is created at that point.