Thread: change the program into installable package

  1. #1
    Registered User
    Join Date
    Nov 2007
    Posts
    74

    change the program into installable package

    hi all,

    i have made a program and wanna change it into installable package so i can setup it anywhere, how can i do it? thanks very much!!

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    There is a setup and deploy package in Visual Studio non-Express, but I can't assume you have that. And it also uses that annoying Windows Installer.
    But you can use NSIS! Great and FREE installer!
    http://sourceforge.net/projects/nsis/

  3. #3
    Registered User
    Join Date
    Nov 2007
    Posts
    74
    thanks, i have tried the nsis, but what it needs nsi script but not VS sln file, for this problem how can i use it?

  4. #4
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    It creates an installer and you choose how the installer should be. There's nothing wrong here.
    But I can't really tell how to use it, since I don't have much experience. Best let someone else answer or go to (a) NSIS forum and ask (or their official forum if there's such a place).

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help with a program, theres something in it for you
    By engstudent363 in forum C Programming
    Replies: 1
    Last Post: 02-29-2008, 01:41 PM
  2. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  3. Replies: 1
    Last Post: 01-24-2005, 02:07 PM
  4. Replies: 2
    Last Post: 09-04-2001, 02:12 PM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM