Hi!
I've created a WinPE CD...
I added BUILDOPTIONALCOMPONENTS with all swiches available to support vbs files and everything else...
I've created an application in vb6 that do this...
Dim WshShell As Object
Dim ObjExec As Object
Set WshShell = CreateObject("WScript.Shell")
Set ObjExec = WshShell.Exec("something.exe")
I have an error:
Run-time error '429':
ActiveX component can't create object
I've checked in my registry, everything that is supposed to be written by OC.bat is there...
What is missing???
Thanks!
ShrimpyOne
Page 1 of 1
VBScript in VB6 429 ActiveX Error...
#2
Posted 03 October 2005 - 02:38 PM
Hi!
Problem solved!
The problem was that the Dll files weren't registered correctly!
Thanks to me!
ShrimpyOne
Problem solved!
The problem was that the Dll files weren't registered correctly!
Thanks to me!
ShrimpyOne
#3
Posted 04 October 2005 - 03:32 AM
Buildoptionalcomponents will add the support for HTA, ADO and scripting host.
It will not add support for native vb6 programs. For that you need the vb6runtime files. If you place the runtime files and your app in the same folder you want have to register the dll:s on server2003sp1 and xpsp2 based pe
It will not add support for native vb6 programs. For that you need the vb6runtime files. If you place the runtime files and your app in the same folder you want have to register the dll:s on server2003sp1 and xpsp2 based pe
Share this topic:
Page 1 of 1



Help
Back to top









