CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2009
    Posts
    14

    Package all files in one .exe

    i have a Visual C sharp windows form project, next to the project there are some DLLs and bitmaps,jpegs and many other files. how can i put all these in one .exe file to be run on other machines.

    like when you setup a program (eg: firefox) the exe contains all the files the program needs.

  2. #2
    Join Date
    Nov 2002
    Location
    .NET 3.5 VS2008
    Posts
    1,039

    Re: Package all files in one .exe

    If you have Visual Studio 2005 I suggest creating a setup and deployment project. You can anything you need to be installed. It will create a windows installer file that (as well as a 'setup.exe') that can be used to installed all the relevant components.

  3. #3
    Join Date
    Apr 2007
    Location
    Mars NASA Station
    Posts
    1,436

    Re: Package all files in one .exe

    How to do that ?
    Thanks for your help.

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