|
-
Mar 26th, 2001, 02:15 PM
#1
Thread Starter
Lively Member
Why is it that when i use the VB Package & Deployment Wizard to create a setup program for my .exe & after creating this setup , i run the setup in another laptop of mine i get this error 'An error occurred while registering the file C:\Windows\System\msdxm.ocx ? What is wrong ?
-
Mar 26th, 2001, 03:17 PM
#2
Try registering it manually first.
Go to Start > Run > and type in Regsvr32 C:\Windows\System\msdxm.ocx.
-
Mar 26th, 2001, 04:22 PM
#3
Or if you want to do it within your own VB program, then you could use the Shell method:
Code:
Shell "Regsvr32.exe msdxm.ocx", 1
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
|