|
-
Aug 1st, 2000, 09:39 AM
#1
Thread Starter
Member
this code run in the visual basic program but generate program instalation and install in the other machine run apperance this message:
Runtime error 429:
componet activex can't create thhe object.
the error occurs in the code:
Set fs= createObject"Scripting.FileSystemObject")
Set d = fs.GetDrive("A:\")
If d.isready Then
FileCopy (path1 & Trim(Str(i)) & "\" & ver), "a:\" & ver
Kill (path1 & Trim(Str(i)) & "\" & ver)
Else
MsgBox "Inserte un Disco en la Unidad A:\ - luego presione Aceptar", vbExclamation, "Error"""
FileCopy (path1 & Trim(Str(i)) & "\" & ver), "a:\" & ver
Kill (path1 & Trim(Str(i)) & "\" & ver)
End If
-
Aug 1st, 2000, 09:45 AM
#2
_______
<?>
more than likely you have forgotten to include the File System Object in your installation package.
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Aug 1st, 2000, 09:46 AM
#3
New Member
Have you included sccrun.dll in the installation package?
-
Aug 1st, 2000, 10:08 AM
#4
Thread Starter
Member
library not exits????
the library sccrun.dll not found in the machine and who incluided in the package the file system object is the posible the send the code or files are incluided...
thanx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|