https://bugs.winehq.org/show_bug.cgi?id=28972
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer Status|NEW |RESOLVED URL| |ftp://207.115.90.226/Crysta | |l%208.0%20Enterprise/ CC| |focht@gmx.net Resolution|--- |FIXED Summary|Crystal Enterprise 8 (a |Seagate Crystal Enterprise |flavor of Crystal Reports?) |8.0 installer fails when |install fails when starting |starting services |services |
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
found a 'backup' of this product for testing. Unfortunately all product keys found in the wild seem to have a built-in time bomb: expired.
The custom action of interest is 'MsiKC_CheckForSpecificProduct' which reads msi provided 'PIDKEY' property and sets 'KeycodeIsValid' msi property to '1' upon successful validation. It also tells you the reason if not - only to be seen in debugger.
Format: http://support.microsoft.com/kb/874258
Cheap shot for testing the installer of course ;-)
The installer successfully registers and starts a crapload of services:
--- snip --- 0000000e 13 'services.exe' 00000050 9 _ 'WebCompServer.exe' 0000004a 3 _ 'plugplay.exe' 0000003a 13 _ 'pageserver.exe' 0000002e 4 _ 'winedevice.exe' 00000040 10 _ 'JobServer.exe' 00000036 9 _ 'outputfileserver.exe' 00000028 9 _ 'inputfileserver.exe' 00000012 10 _ 'cacheserver.exe' --- snip ---
There is one prerequisite needed though (bug 35467):
--- snip --- ... 0072:trace:process:__wine_kernel_init starting process name=L"C:\Program Files\Seagate Software\Enterprise\x86\inputfileserver.exe" argv[0]=L"C:\Program Files\Seagate Software\Enterprise\x86\inputfileserver.exe" ... 0075:trace:seh:raise_exception code=80000100 flags=1 addr=0x7b83a97b ip=7b83a97b tid=0075 0075:trace:seh:raise_exception info[0]=f6e08d7c 0075:trace:seh:raise_exception info[1]=f6e08e76 wine: Call from 0x7b83a97b to unimplemented function msvcirt.dll.??0fstream@@QAE@XZ, aborting --- snip ---
-> 'winetricks msvcirt' before running the installer.
$ wine --version wine-1.7.13
Regards