Thread: How do I make a Setup.exe ??

  1. #1
    Registered User
    Join Date
    Mar 2002
    Posts
    64

    How do I make a Setup.exe ??

    I have made a program, but how do I make the setup.exe file to the program so it's easy to install..

    tx for you help

    Gugge
    !G!

  2. #2
    flashing vampire black's Avatar
    Join Date
    May 2002
    Posts
    563

    Post Re: How do I make a Setup.exe ??

    Originally posted by Gugge
    I have made a program, but how do I make the setup.exe file to the program so it's easy to install..

    tx for you help

    Gugge
    what's your compiler ?

    in Dev_C++, you could obtain a exe file when compile a source code.

    hope it helps~
    Never end on learning~

  3. #3
    Registered User
    Join Date
    Mar 2002
    Posts
    64
    I'm using
    C+ Builder. There comes a exe file, but when I can only use the exe file with alot of dll files etc.

    So I would make a setup file to unpack the whole thing...
    !G!

  4. #4
    I suggest you download Installer Wise or InstallShield to make your setup files.

  5. #5
    Code Monkey Davros's Avatar
    Join Date
    Jun 2002
    Posts
    812
    Personally I would use Inno Setup - its free and provides the latest Windows install interface.

    You can get it at:

    www.innosetup.com

  6. #6
    Seven years? civix's Avatar
    Join Date
    Jul 2002
    Posts
    605
    I fully agree with Davros..Inno, or the Dev-C++ 4 Setup Wizard
    .

  7. #7
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    wut setup wizard?
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Make a setup.exe file with .net framwork
    By franse in forum C++ Programming
    Replies: 2
    Last Post: 01-29-2009, 02:01 PM
  2. HELP!wanting to make full screen game windowed
    By rented in forum Game Programming
    Replies: 3
    Last Post: 06-11-2004, 04:19 AM
  3. make all rule
    By duffy in forum C Programming
    Replies: 9
    Last Post: 09-11-2003, 01:05 PM
  4. Question about atheists
    By gcn_zelda in forum A Brief History of Cprogramming.com
    Replies: 160
    Last Post: 08-11-2003, 11:50 AM
  5. Replies: 6
    Last Post: 04-20-2002, 06:35 PM