Thread: Installer Program

  1. #1
    Registered User
    Join Date
    Nov 2004
    Location
    Pennsylvania
    Posts
    434

    Installer Program

    Hi Guys, I was trying to make an installer program for one of my encryption programs. I wanted the one installer to spawn all of the components of the program (the program itself, directories, txt files, other affiliated programs, etc.) I was trying to have the one program install all of these. Any ideas? If no one can solve it that way does anyone know the command for copying files?

    Thanks Alot!

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    If no one can solve it that way does anyone know the command for copying files?
    Different API's may have easy methods for doing this, but why don't you just create your own function to do it? All you need to do is read in one file and write to the other.

    As for the rest of the question, I'm really unclear as to what you're asking.

  3. #3
    Registered User
    Join Date
    Nov 2004
    Location
    Pennsylvania
    Posts
    434
    Thanks for that first tip, ill try it

    to answer your second question:

    i want to make a program that actually Creates other programs. Have them like hardcoded into the first program or something like that. To make everything more portable. Instead of having 3 programs you have 1 that creates the 3 you need. I hope i clarified that.

  4. #4
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    If you're looking for an install-making program, check out NSIS.

  5. #5
    Registered User
    Join Date
    Nov 2004
    Location
    Pennsylvania
    Posts
    434
    Thanks for the NSIS tip, ill try it. But i want to learn how to do it myself (plus it'll keep the file size down). Any ideas???

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Using variables in system()
    By Afro in forum C Programming
    Replies: 8
    Last Post: 07-03-2007, 12:27 PM
  2. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  3. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM