PDA

Click to See Complete Forum and Search --> : Setup Program Error


eng70640
Mar 26th, 2001, 01:15 PM
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, 02:17 PM
Try registering it manually first.

Go to Start > Run > and type in Regsvr32 C:\Windows\System\msdxm.ocx.

Mar 26th, 2001, 03:22 PM
Or if you want to do it within your own VB program, then you could use the Shell method:

Shell "Regsvr32.exe msdxm.ocx", 1