search for: vbs56men

Displaying 2 results from an estimated 2 matches for "vbs56men".

2008 Dec 18
1
vbscript in wine
...you can see here: http://www.cardbox.com/wine.htm I get the Cardbox error message and pressing OK will return me to the Cardbox window, indicating vbscript is not installed. First I just ran the installer which I found here: http://download.microsoft.com/download/IE60/Patch/Q318089/W9XNT4Me/EN-US/vbs56men.exe Made no difference. I then tried to install vbscript using the Winetricks scripts: wsh56vb MS Windows scripting 5.6, vbscript only, no cscript Still made no difference in my cardbox client. Can anyone help? How can I verfiy vbscript has installed correctly. thanks -- Evan Ingram Tech...
2010 Dec 15
2
How to run VBscript using wine?
...10.10 x86_64 wine-1.3.9 (from wine ppa) *SCRIPT*:test.vbs MsgBox("HelloWorld!") *Method One*: wine wscript test.vbs fixme:wscript:wWinMain Could not find engine for L".vbs" *Method Two*: Step 1: winetricks wsh56vb Executing wine /home/fracting/.cache/winetricks/vbs56men.exe fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 - assuming all bytes Install of wsh56vb done winetricks done. Step 2: wine wscript test.vbs fixme:wscript:wWinMain Could not find engine for L".vbs" *Method Three*: Step 0: rm -rf ~/.wine Step...