Error #429

How do I find out what I need to run a program on an operating system without VS6.0 installed? I put a program I made and compiled on a computer that doesn't have VS it opened the first form fine.. when I went to the second dialog it said run time error 429... active X component can not create object... the only thing I have on that dialog box is a txt box, combo box, and a command button... I don't think I have any active x controls!
[448 byte] By [jayderk] at [2007-11-18 2:12:46]
# 1 Re: Error #429
Install this on the machine:

http://download.microsoft.com/download/vb60pro/Redist/sp5/WIN98Me/EN-US/vbrun60sp5.exe
jemidiah at 2007-11-10 0:02:32 >
# 2 Re: Error #429
I did as instructed and downloaded the vb6basicrun.exe and ran it.. tried to run my program and got the same error, then ran it again after a restart with same results..
Please help!
jayderk at 2007-11-10 0:03:33 >
# 3 Re: Error #429
Error 429 have been discussed on the forums, try some search. Do you use any CreateObject() or Word / Excel library?

JeffB
JeffB at 2007-11-10 0:04:43 >
# 4 Re: Error #429
Did you make a package for your application ?
Boumxyz2 at 2007-11-10 0:05:37 >
# 5 Re: Error #429
I have an application that is 116K in size. The package wizard puts many files in there...the cab file is 12MB.. is there a place we can see what the windows operating systems have on them so we don't need to include all of those files?

thanks for the help so far..
jayderk at 2007-11-10 0:06:40 >
# 6 Re: Error #429
The setup application is doing this job. Meaning that if you install your package, it will not install files that are not needed because they're already up to date.
Boumxyz2 at 2007-11-10 0:07:39 >