I've download the full ie5setup files (no download required), but it breaks partway through. I'm running wine /home/tom/.wine/c/Windows\ Update\ Setup\ Files/ie5setup.exe from the wine version 20030813 rpm on SourceForge. After accepting the agrement and choosing a minimal install, insuring only web browser and scripting is ticked and clicking next on download sites it starts doeing the download part, then puts up a box saying "unable to download, try again later". The debug log says: err:module:BUILTIN_LoadModule loaded .so but dll regsvr32.exe still not found err:module:BUILTIN32_LoadLibraryExA loaded .so but dll regsvr32.exe still not found - 16-bit dll or version conflict. err:module:BUILTIN_LoadModule loaded .so but dll regsvr32.exe still not found fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO fixme:urlmon:URLMonikerImpl_BindToStorage (0x404f83a0)->(0x404f8470,(nil),{0000000c-0000-0000-c000-000000000046},0x404f82d0): stub fixme:wininet:FindFirstUrlCacheEntryA ("C:\\Windows Update Setup Files\\ie5setup.exe", 0x404f7130, 0x407c1db8): stub fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not correctly implemented! 0x41320000 fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x41320000 fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x41320074 fixme:reg:RegFlushKey (0x8c): stub fixme:reg:RegFlushKey (0x90): stub fixme:reg:RegFlushKey (0x90): stub fixme:reg:RegFlushKey (0x90): stub fixme:urlmon:URLMonikerImpl_BindToStorage (0x404f7168)->(0x404f7610,(nil),{0000000c-0000-0000-c000-000000000046},0x40503498): stub fixme:wininet:URLCache_OpenIndex need to create cache index file fixme:urlmon:URLMonikerImpl_BindToStorage (0x404ea068)->(0x404ea098,(nil),{0000000c-0000-0000-c000-000000000046},0x40503498): stub fixme:wininet:URLCache_OpenIndex need to create cache index file fixme:shell:Stream_WriteLocationInfo writing empty location info err:menubuilder:InvokeShellLinker failed to extract icon. 'wine regsvr32' runs fine (outputs options help) however. The ultimate aim is to install an app called WinTA, that currently says: err:module:import_dll Module (file) MSVBVM60.DLL... not found and mdac_type.exe to install that requires IE.... -- Tom C "Land of the free, home of the brave... you have to be brave to live there and enjoy the freedoms"
Right, there are a lot of errors going on here:> err:module:BUILTIN_LoadModule loaded .so but dll regsvr32.exe still notfound> err:module:BUILTIN32_LoadLibraryExA loaded .so but dll regsvr32.exe stillnot> found - 16-bit dll or version conflict. > err:module:BUILTIN_LoadModule loaded .so but dll regsvr32.exe still notfound This shouldn't happen. It appears that it is trying to be loaded as a DLL, which it isn't. Not sure what would be causing this.> fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH > fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTOThese can usually be safely ignored.> fixme:urlmon:URLMonikerImpl_BindToStorage >(0x404f83a0)->(0x404f8470,(nil),{0000000c-0000-0000-c000-000000000046},0x404 f82d0):> stubThis is a problem. The setup programming is trying to bind to an IStream interface, but this is not implemented yet in urlmon so it will fail. It would probably have used the IStream interface to download its files.> fixme:wininet:FindFirstUrlCacheEntryA ("C:\\Windows Update Setup > Files\\ie5setup.exe", 0x404f7130, 0x407c1db8): stubThis is trivial to implement, but is probably not the cause of your problems.> fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not > correctly implemented! 0x41320000 > fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! > 0x41320000 > fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. > offset=0x41320074This is probably ok to ignore.> fixme:reg:RegFlushKey (0x8c): stub > fixme:reg:RegFlushKey (0x90): stub > fixme:reg:RegFlushKey (0x90): stub > fixme:reg:RegFlushKey (0x90): stubThese are safe to ignore (although you will be left with some temporary keys in your registry which you can just delete).> fixme:urlmon:URLMonikerImpl_BindToStorage >(0x404f7168)->(0x404f7610,(nil),{0000000c-0000-0000-c000-000000000046},0x405 03498):> stubSee above.> fixme:wininet:URLCache_OpenIndex need to create cache index fileYes, I wrote that error message. Basically we have fairly good "Temporary Internet Files" read support, but our write support is lacking. I guess it was just a bit of laziness on my part, but I needed to get hold of a fresh index that had not been written to yet to work out what should be in the fresh file.> fixme:urlmon:URLMonikerImpl_BindToStorage >(0x404ea068)->(0x404ea098,(nil),{0000000c-0000-0000-c000-000000000046},0x405 03498):> stub > fixme:wininet:URLCache_OpenIndex need to create cache index file > fixme:shell:Stream_WriteLocationInfo writing empty location info > err:menubuilder:InvokeShellLinker failed to extract icon.This is also another problem, although as the description suggests, this just failed to create an icon, nothing major. For the moment, you will need to use native versions on urlmon and wininet. You need to copy these files over from a Windows installation (if they are not included with the install program) and put "--dll urlmon=n --dll wininet=n" on the end of the command line. Rob
On Friday 05 Sep 2003 12:44 pm, you said:> Right, there are a lot of errors going on here: > > err:module:BUILTIN_LoadModule loaded .so but dll regsvr32.exe still not > > found > > err:module:BUILTIN32_LoadLibraryExA loaded .so but dll regsvr32.exe still > > not > > found - 16-bit dll or version conflict. > > err:module:BUILTIN_LoadModule loaded .so but dll regsvr32.exe still not > This shouldn't happen. It appears that it is trying to be loaded as a DLL, > which it isn't. Not sure what would be causing this.Thanks for your help (always nice talking to the guy who wrote the error message !). Adding the native dll's reduces the amount of errors, but it still pops-up the 'can't install' prompt just after logging the regsvr32.exe error. -- Tom Chiverton (sorry 'bout sig.) Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: tom.chiverton@bluefinger.com BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5 1AF Tel: +44 (0)1749 834900 Fax: +44 (0)1749 834901 web: www.bluefinger.com Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple Quay, BRISTOL. BS1 6EG. *** This E-mail contains confidential information for the addressee only. If you are not the intended recipient, please notify us immediately. You should not use, disclose, distribute or copy this communication if received in error. No binding contract will result from this e-mail until such time as a written document is signed on behalf of the company. BlueFinger Limited cannot accept responsibility for the completeness or accuracy of this message as it has been transmitted over public networks.***