Results 1 to 2 of 2

Thread: Visual Studio Deployment

Threaded View

  1. #2
    Custom User
    Join Date
    Oct 2001
    Posts
    503
    The easiest way that I find of doing it is by either creating an install (might be called setup) project in your solution and adding your project output to it, or use some kind of install creator like wise or installshield. But I guess the downside to that is that you don't necessarily know what it's doing.

    That works for C#; I don't know about Visual C++. Give it a shot anyway.

    Check out http://nsis.sourceforge.net/

    Cheers,
    ac
    Last edited by gothic_type; May 14th, 2008 at 12:05 PM.

Similar Threads

  1. Visual Studio #include
    By user0182 in forum General Programming Questions
    Replies: 8
    Last Post: April 25th, 2008, 01:28 PM
  2. Help!! Compiler Troubles!!!
    By wolfman1984 in forum Programming Security
    Replies: 2
    Last Post: December 8th, 2007, 07:50 PM
  3. Visual Studio 2005 Beta 2 for Free
    By S3cur|ty4ng31 in forum General Computer Discussions
    Replies: 2
    Last Post: April 19th, 2005, 05:40 PM
  4. VISUAL BASIC for beginners
    By blow in forum Other Tutorials Forum
    Replies: 2
    Last Post: June 24th, 2002, 06:44 AM
  5. Difference between Visual Studio Pro and Visual Studio Enterprise???
    By Ratman2 in forum AntiOnline's General Chit Chat
    Replies: 1
    Last Post: February 21st, 2002, 10:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •