Results 1 to 2 of 2

Thread: Detect presence of Microsoft Data Access Component

  1. #1

    Thread Starter
    Registered User
    Join Date
    Apr 2003
    Location
    Klang, Selangor, Malaysia
    Posts
    163

    Question Detect presence of Microsoft Data Access Component

    I had develop a Setup project for my program.

    How can I make my Setup project to detect the presence of Microsoft Data Access Component (MDAC)?

    Please guide me thank you.

  2. #2
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    In your setup you have to add a launch condition. Under search machine add an item where your RegKey is "Software\Microsoft\DataAccess". Then add the launch condition with the condition of "MDACSEARCH>="2.7"" for a check to make sure MDAC is = or greater than 2.7 (or whatever version you want).

    This searches the registry in the location above to determine the MDAC version installed, and the installation of your app will terminate if the condition is not met.

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