[Bug 5541] New: cscript.exe from WSH (Windows Scripting Host) can't even print a banner without native ole32

Wine Bugs wine-bugs at winehq.org
Sun Jun 25 20:17:43 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=5541

           Summary: cscript.exe from WSH (Windows Scripting Host) can't even
                    print a banner without native ole32
           Product: Wine
           Version: 0.9.16.
          Platform: Other
        OS/Version: other
            Status: NEW
          Keywords: download
          Severity: normal
          Priority: P2
         Component: wine-ole
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dank at kegel.com


In windows, download the Windows Scripting Host 5.6 for Win2K 
installer from Microsoft.  Reboot into Linux, then install as follows:

rm -rf .wine
notepad          (and quit immediately)
cp MFC42.DLL .wine/drive_c/windows/system32/
wine installers/WindowsXP-Windows2000-Script56-KB917344-x86-enu.exe

The install completes successfully.  Now try to run it:

wine .wine/drive_c/windows/system32/cscript.exe

This should print a banner, but doesn't.  
Installing DCOM98 and setting ole32 to native as follows rescues it:

winecfg          (set win98, and set ole32 to native only)
wine DCOM98.EXE
wine .wine/drive_c/windows/system32/cscript.exe

The latter command now prints a banner as expected.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list