CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    Jul 2003
    Location
    Singapore
    Posts
    1,822

    Unhappy Driver Installer

    Hi,
    I am trying to develop a driver installer.
    the total softwar has the following :
    1. two device driver
    2. the main application
    The main application requires DirectX 9.0.
    I need the installer to automatically install the device driver with or without the device pluged in. It should also
    check the DirectX version and install it if the existing version is lower.

    Also can u pls tell me wat software can i download that can make the installer?
    i heard of visual installer which is free. is there any ohter software that can help me accomplish the above task? and how can i do that(especially the directX checking part)
    Thanks a lot..

    PS:I am used C++ for the program. I can still use Visual Studio Installer right? i.e if it can do the above functions.
    Thx
    Last edited by Joseph_R_Thomas; August 15th, 2004 at 11:31 PM. Reason: Added PS
    R. Thomas
    "Be anxious for nothing, but in everything by prayer and supplication, with thanksgiving, let your requests be made know to God; and the peace of God, which surpasses all understanding, will guard your hearts and minds through Christ Jesus."Philippians 4:6-7
    "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18

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

Featured