http://bugs.winehq.org/show_bug.cgi?id=8895
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|truiken@gmail.com |wine-bugs@winehq.org Status|ASSIGNED |NEW
--- Comment #31 from Dan Kegel dank@kegel.com 2009-01-06 10:28:03 --- Now NI_Circuit_Design_Suite_10_0_1.exe fails install with dialog "Fatal Error!! Required NIPathsDir property FIREFOXVERSION is undefined." Installing Firefox seems to get past that.
Nicest way to continue installing is cd ~/".wine/drive_c/National Instruments Downloads/NI Circuit Design Suite/10.0.1" wine setup.exe
The next failure is dialog "Fatal Error!! Required NIPathsDir property LOGOSVERSION is undefined." I tried working around that with wine msiexec /i Parts/logos470/logos.msi Next problem was err:module:import_dll Library MSVCP60.dll (which is needed by L"C:\windows\system32\lkcitdl.exe") not found and a short hang. The error happens during wine startup, so I tried cd .. mv 10.0.1 ~ cd $HOME rm -rf .wine sh winetricks vcrun6 cd 10.0.1 wine msiexec /i Parts/logos470/logos.msi wine setup.exe This still hangs for a while on 0012:Call KERNEL32.__wine_kernel_init() ret=7ef9ef5e and then says err:process:__wine_kernel_init boot event wait timed out and continues running the setup. The setup then fails with "The Windows Installer Service could not be accessed. Error: Service database locked Restart your computer and try again."
There's something about that logos service that wine doesn't like.