Jump to content

Ledwiz Configtool Downloader


Zarquon

Recommended Posts

  • 2 years later...

Thank you for this great tool!

On Win 7 64 bit I got an error message: msxml3.dll Access Denied

To solve the error I had to change the following lines:

'    Set oXMLHTTP = CreateObject("Microsoft.XMLHTTP")
'         msxml3.dll Access Denied message
'         Solution: http://stackoverflow.com/questions/17401413/msxml3-dll-access-denied
    Set oXMLHTTP = CreateObject("MSXML2.ServerXMLHTTP")

Bye, Stefan

PS: Table Path must be

SET LCP_VPTABLEPATH=C:\Visual Pinball\tables\plugins\DirectOutput\config\

Link to comment
Share on other sites

  • 3 months later...
  • Content Provider
On 02/01/2017 at 6:29 PM, Firepower68 said:

Thank you for this great tool!

On Win 7 64 bit I got an error message: msxml3.dll Access Denied

To solve the error I had to change the following lines:

'    Set oXMLHTTP = CreateObject("Microsoft.XMLHTTP")
'         msxml3.dll Access Denied message
'         Solution: http://stackoverflow.com/questions/17401413/msxml3-dll-access-denied
    Set oXMLHTTP = CreateObject("MSXML2.ServerXMLHTTP")

Bye, Stefan

PS: Table Path must be

SET LCP_VPTABLEPATH=C:\Visual Pinball\tables\plugins\DirectOutput\config\

thank you firepower, i had the issue from my win764 as well and i didn't took the time to find the solution about it, so i always updated my inis from my laptop win10 from the lan, 

do you think the msxml2 solution works for any windows? it works fine as well from win10 as well at least that's all i can test myself, i want to provide a new version with the fix for everybody if possible

 

Link to comment
Share on other sites

On 20.4.2017 at 9:44 PM, britxpatusa said:

got it ...

hey all,

the version 2 zip files seems to blank each time i download?

is there another place i can get it from pls?

tx

 

I was about to implement this myself, and noticed that your correct. I only get 0 byte archives when I try to download the 2.0. tool.

Can someone please provide us with a alternative link ?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...