Thread: Installing Programs

  1. #1
    Registered User
    Join Date
    Dec 2007
    Posts
    2

    Installing Programs

    I'm fairly new to c++ programming and have been messing with visual c++ and things like that recently. My question is where can I find a tutorial or some kind of program that will help me create install files for programs that I make?

    Edit:: Wow, I probably should have done more than skim over the last couple of posts... I found the one about NSIS, very handy tool, perfect for what I was looking for.
    Last edited by Rybec; 12-02-2007 at 12:58 PM.

  2. #2
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    I think someone just posted something within the last 24 hours.... I think it was a link from sourceforge of some project that allows you to make an installer for your program.

    If you're brand new to C++ programming, though, I wouldn't worry about installers. The simplicity of the programs you write now should not merit an entire installer. A copy/paste of the .exe and any needed files should suffice for now.

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    If you are using MSVS you can do a setup and deployment project. It does most of the work for you or you can customize it if you so desire.

  4. #4
    Registered User
    Join Date
    Dec 2007
    Posts
    2
    I have been experimenting with Visual C++ express, which doesn't support the deployment package, and I know the programs I write are super simple. I've just been wondering how the install programs work, just another thing to experiment with.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Recommend upgrade path for C programs
    By emanresu in forum C Programming
    Replies: 3
    Last Post: 11-22-2007, 07:32 AM
  2. Do you read EULA's when installing programs?
    By ulillillia in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 05-21-2007, 11:58 PM
  3. Reroute where programs write to
    By willc0de4food in forum C Programming
    Replies: 7
    Last Post: 09-21-2005, 04:48 PM
  4. POSIX/DOS programs?
    By nickname_changed in forum C++ Programming
    Replies: 1
    Last Post: 02-28-2003, 05:42 AM
  5. executing c++ programs on the web
    By gulti01 in forum C++ Programming
    Replies: 4
    Last Post: 08-12-2002, 03:12 AM