Is scripting broke on Win 7 x64?

Post a reply

Visual Confirmation

To prevent automated access and spam, you are required to confirm that you are human. Please place a check mark next to all images of monkeys or apes. If you cannot see any images, please contact the Board Administrator.

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: Is scripting broke on Win 7 x64?

Re: Is scripting broke on Win 7 x64?

Post by stax76 » Mon Mar 15, 2010 3:40 pm

The root of the problem is probably the people who had this problem did not allow the setup to launch MM because when it's launched by the setup it is launched with admin privileges so you have to manually launch it as admin one time because COM works only properly when it's at least launched one time with admin privileges, nasty MM bug causing me 4 hours headache.

Is scripting broke on Win 7 x64?

Post by stax76 » Mon Mar 15, 2010 2:46 pm

Since nobody answered the other post here a problem description less experienced programmers can comprehend. I cannot start MM from a VBScript!

Code: Select all
Set SDB = CreateObject("SongsDB.SDBApplication")


This fails to create, there is no coclass with ProgID SongsDB.SDBApplication to be found in the registry!

Top