http://bugs.winehq.org/show_bug.cgi?id=3729
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com URL|http://appdb.winehq.org/appv%7Chttp://www.mariovaldez.net/w |iew.php?versionId=2325 |ebapps/blog/2006/05/31/where | |-to-download-delphi- | |personal-edition-version-7/ Keywords| |download, Installer
--- Comment #15 from Dan Kegel dank@kegel.com 2007-11-08 14:31:30 --- Turns out Delphi7_Personal.zip is downloadable on the internet (not from the original borland.pl site, but the md5sum was given as e762ab2c75be5cbd5534ee59bc78e605 by a reputable blog post in 2006, so you can verify that a downloaded copy is probably authentic.
I can reproduce the problem here with that download, and generated a +msi,+text,+relay,+process,+module,+seh log file.
The hang seems to be during a DLL invoked via a custom action: trace:msi:HANDLE_CustomType1 Calling function L"BorValidatePassword" from L"C:\windows\temp\msi4d97.tmp" It is iterating through all printers, something that can take a very long time (one or two seconds per online printer, infinite seconds for an offline printer).
How many printers on your LAN? Are any offline?