Need help with creating a C++ Installer

Discussion in 'C++' started by youngbucks, Jun 7, 2008.

  1. youngbucks

    youngbucks New Member

    Joined:
    Jun 7, 2008
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Ok im new to this and ive read through some beginner books and i have a basic understanding of C++ and im trying to make a installer that will:

    1. Download a file
    2. Extract it
    3. Copy files to the directory specified
    4. Write program to the registry
    5. Delete files downloaded

    Can anyone help me with this? Ive already made my UI which is a header file and i just need help programming in the functions because i dont really know where to start :disappoin So far all ive added to the main cpp file is " #include "VisualLook.h" which includes my design.
     
  2. youngbucks

    youngbucks New Member

    Joined:
    Jun 7, 2008
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Sorry for the double post, i cant seem to find the button to edit anywhere. Can someone tell me a basic function that lets a progress bar show current progress and overall progress. Also for a cancel button that will stop the installation.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice