Results 1 to 3 of 3

Thread: Setup Program Error

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2000
    Posts
    71

    Question

    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 ?

  2. #2
    Guest
    Try registering it manually first.

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

  3. #3
    Guest
    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
  •  



Click Here to Expand Forum to Full Width