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. Choices for easy-to-use installers for newbies (registry access a must)

Choices for easy-to-use installers for newbies (registry access a must)

Scheduled Pinned Locked Moved C / C++ / MFC
c++windows-adminbusinessquestion
4 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.
  • C Offline
    C Offline
    chasetoys
    wrote on last edited by
    #1

    Hey folks I need to create an installer for my application. I have some requirements: * It must be super simple for a C++/newbie to use. * It must be able to install a few registry keys in the HKEY_LOCAL_MACHINE hive. * It must be able to easily install files to the Program Files/AppName directory as well as the Windows directory * It must be able to have the option of running the newly installed applicastion upon installation. * It must be able to allow uninstallations from the control panel->Add/Remove programs dialog * Upon uninstallation it must check that the application is not currently running, or if it is, shut it down to continue the uninstallation process. * Upon uninstallation it must be able to uninstall all registry keys it created. * Hopefully it's free or very low cost. Anybody have some good options for this? Thanks!

    A D R 3 Replies Last reply
    0
    • C chasetoys

      Hey folks I need to create an installer for my application. I have some requirements: * It must be super simple for a C++/newbie to use. * It must be able to install a few registry keys in the HKEY_LOCAL_MACHINE hive. * It must be able to easily install files to the Program Files/AppName directory as well as the Windows directory * It must be able to have the option of running the newly installed applicastion upon installation. * It must be able to allow uninstallations from the control panel->Add/Remove programs dialog * Upon uninstallation it must check that the application is not currently running, or if it is, shut it down to continue the uninstallation process. * Upon uninstallation it must be able to uninstall all registry keys it created. * Hopefully it's free or very low cost. Anybody have some good options for this? Thanks!

      A Offline
      A Offline
      Atom
      wrote on last edited by
      #2

      Dacris Acti Setup is a good alternative to Install Shield and Wise, It only costs $249 and does everything you need plus a lot more.

      1 Reply Last reply
      0
      • C chasetoys

        Hey folks I need to create an installer for my application. I have some requirements: * It must be super simple for a C++/newbie to use. * It must be able to install a few registry keys in the HKEY_LOCAL_MACHINE hive. * It must be able to easily install files to the Program Files/AppName directory as well as the Windows directory * It must be able to have the option of running the newly installed applicastion upon installation. * It must be able to allow uninstallations from the control panel->Add/Remove programs dialog * Upon uninstallation it must check that the application is not currently running, or if it is, shut it down to continue the uninstallation process. * Upon uninstallation it must be able to uninstall all registry keys it created. * Hopefully it's free or very low cost. Anybody have some good options for this? Thanks!

        D Offline
        D Offline
        DaTxomin
        wrote on last edited by
        #3

        You are talking about NSIS, no doubt about it. Among the best and free. http://nsis.sourceforge.net/Main_Page[^] Hope it helps.

        1 Reply Last reply
        0
        • C chasetoys

          Hey folks I need to create an installer for my application. I have some requirements: * It must be super simple for a C++/newbie to use. * It must be able to install a few registry keys in the HKEY_LOCAL_MACHINE hive. * It must be able to easily install files to the Program Files/AppName directory as well as the Windows directory * It must be able to have the option of running the newly installed applicastion upon installation. * It must be able to allow uninstallations from the control panel->Add/Remove programs dialog * Upon uninstallation it must check that the application is not currently running, or if it is, shut it down to continue the uninstallation process. * Upon uninstallation it must be able to uninstall all registry keys it created. * Hopefully it's free or very low cost. Anybody have some good options for this? Thanks!

          R Offline
          R Offline
          Ryan Binns
          wrote on last edited by
          #4

          Innosetup is another really good free installer.

          Ryan

          "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

          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