VB Script yet another post

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
brcisna
Newbie
Newbie
Posts: 1
Joined: Sun Nov 27, 2011 8:01 am

VB Script yet another post

Post by brcisna »

Hello All,

I have a fresh install of CentOS6 and enabled the testing repos.
Wine version 1.3.29
The Wine 1.2.3X version was failing vbs so i upped the Wine version,
FYI.

I can not get an .vbs installer to run after being unpacked in an
install script. I have run the cscript and wscript test.vbs and always
fails in different methods.

Oddity ,when I try and manually register comctl32.dll it always fails.
DllRegisterServer not implemented in dll comctl32.dll
All other com*.dll's register as expected. without error...
I am not sure if this dll is even necessary to run vbs script stuff?
Have winetricks(ed) ie6 runvc6 wsh57 vb6run,and on,,and on.

Does anyone have a 1, 2 , 3 how to test vbscript to run properly?

Thank you,
Barry
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: VB Script yet another post

Post by vitamin »

brcisna wrote:Oddity ,when I try and manually register comctl32.dll it always fails.
DllRegisterServer not implemented in dll comctl32.dll
So what's wrong here? comctl32.dll doesn't support registration.

All that registration of a dll does it call said dll's DllRegisterServer function. If it's present.
brcisna wrote:I can not get an .vbs installer to run after being unpacked in an install script. I have run the cscript and wscript test.vbs and always
fails in different methods.
Have you installed ms scripting host with winetricks?
Locked