CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2009
    Location
    Bangalore, INDIA
    Posts
    45

    Creating setup file

    Hello there,

    I have developed an application using wxWidgets, OpenGL and C++, the compiler used is VC++ 2008 express edition... Now i want to deploy this application on the clients system..

    My application is developed in debug mode.. What all dll files i need to bundle up to create a setup..?? I assume that the clients system is not having either of these three :

    OpenGL, Visual C++ 2008 express edition and wxWidgets..??

    Please guide me to how to create a setup file ..??? If i have posted in a wrong place, then kindly let me know which is the correct place...??

    Thanks in advance

  2. #2
    Join Date
    Apr 2005
    Posts
    107

    Re: Creating setup file

    Well, first of all, you CAN NOT deploy any of the Debug libraries or DLL's, so start with a release build.

    You might want to take a look at Innosetup - http://www.jrsoftware.org/isinfo.php

  3. #3
    Join Date
    Jul 2009
    Location
    Bangalore, INDIA
    Posts
    45

    Re: Creating setup file

    Hi..

    i'm using the same inno setup software itself to do the same.. Now even if i start with release mode, then what all files in need to include in the setup..?? one is VC++ 2008 redistributable files need to be copied right..?? Any other files required to support wxwidgets and opengl..??

    Thanks..

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured