Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to create a 'setup' installation CD for a simple win32 C app.

How to create a 'setup' installation CD for a simple win32 C app.

Scheduled Pinned Locked Moved C / C++ / MFC
visual-studiohelptutorialworkspace
6 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    glyfyx
    wrote on last edited by
    #1

    I've written a simple standalone win32 exe in plain C that I'd like to ship to friends on an install/setup CD. I'm using VS 2003 Academic and can't find a clear explanation how to go about creating a simple setup. I recall how easy it was with VB5 Enterprise, and was expecting the VS 2003 procedure to be at least as easy - but not to be. There must be an understandable way to create a simple setup for a simple win32 exe - understandable to me, that is. All help appreciated! glyfyx

    H N 2 Replies Last reply
    0
    • G glyfyx

      I've written a simple standalone win32 exe in plain C that I'd like to ship to friends on an install/setup CD. I'm using VS 2003 Academic and can't find a clear explanation how to go about creating a simple setup. I recall how easy it was with VB5 Enterprise, and was expecting the VS 2003 procedure to be at least as easy - but not to be. There must be an understandable way to create a simple setup for a simple win32 exe - understandable to me, that is. All help appreciated! glyfyx

      H Offline
      H Offline
      Hamid Taebi
      wrote on last edited by
      #2

      See Writing A Good Setup For Your Applications[^] and Easy Installer[^].

      1 Reply Last reply
      0
      • G glyfyx

        I've written a simple standalone win32 exe in plain C that I'd like to ship to friends on an install/setup CD. I'm using VS 2003 Academic and can't find a clear explanation how to go about creating a simple setup. I recall how easy it was with VB5 Enterprise, and was expecting the VS 2003 procedure to be at least as easy - but not to be. There must be an understandable way to create a simple setup for a simple win32 exe - understandable to me, that is. All help appreciated! glyfyx

        N Offline
        N Offline
        Nuri Ismail
        wrote on last edited by
        #3

        You can use Inno Setup: http://www.innosetup.com/isinfo.php[^]. It's a free installer for Windows programs with nice feature set and good stability.

        M 1 Reply Last reply
        0
        • N Nuri Ismail

          You can use Inno Setup: http://www.innosetup.com/isinfo.php[^]. It's a free installer for Windows programs with nice feature set and good stability.

          M Offline
          M Offline
          Michael Schubert
          wrote on last edited by
          #4

          I second InnoSetup, very easy to use and all the features you could wish for. And it's free!

          G 1 Reply Last reply
          0
          • M Michael Schubert

            I second InnoSetup, very easy to use and all the features you could wish for. And it's free!

            G Offline
            G Offline
            glyfyx
            wrote on last edited by
            #5

            Thanks everyone for a great solution - InnoSetup is excellent, and sooo easy to use. I got it to work first pass !! Thanks again glyfyx

            M 1 Reply Last reply
            0
            • G glyfyx

              Thanks everyone for a great solution - InnoSetup is excellent, and sooo easy to use. I got it to work first pass !! Thanks again glyfyx

              M Offline
              M Offline
              Michael Schubert
              wrote on last edited by
              #6

              Forgot to mention - You should also give ISTool (link on the Innosetup site) a try, it's a great gui configuration utility for your InnoSetup scripts.

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups