i have developed a small software. its more or less bug free. i wanted to make a setup n c if it works fine. but after making the setup software, i tried running the software but halfway it stopped and showed this error.
visual basic error msftqws.pwd\$(DLLselfregisterEX)
cant figure out why.

installed VB6 in D: partition. with no MSDN

can anyone plz help me out. give me some instructions..?

Recommended Answers

All 5 Replies

Hi,

Open the SetUp.lst file in note pad.
change
"DLLselfregisterEX"
to
"DLLselfregister"

Save and run..

REgards
Veena

Thanks Verna.

Bt trs a small problem here. Cant locate setup.lst file. searched in this path;

D:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard

bt cudnt locate. is it possible i hv missed something?

Ch.

Hi,

It will be in the Deployable Package folder..
Same Path as where your SetUp.exe is stored..

Regards
Veena

Thanks lots Veena,

Followed your instructions. and it's installed and working fine now. Would u mind telling me the reason for changing the Dll file.
once again Thanks.
Regards,
Chanthung.

Hi,

I Guess, the error comes when you have created a set-up using P&D wizard for project containing MSCal.ocx (Calender control or MSAgent Control).
Also MSOffice2000 Office Installed in the same system..

M$ has confirmed that it is a Bug, Later versions of Office have been cleared of that bug..

Regards
Veena

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.