Results 1 to 5 of 5

Thread: [2005] building a clean .exe for dsitribution

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2007
    Posts
    128

    [2005] building a clean .exe for dsitribution

    i want to distribute my program... i used a few vb6 converted forms in my project.... and when i click on "build" look how bulky and messy my "release" folder is [see attachment]


    are all these files necessary(like manifest file, intermediate file,etc... what are these??)..how can i make it hide them in a subfolder???

    i tried "publish" but got some errors and my program doesn't run..and the installation folder is also quite messy
    Attached Images Attached Images  

  2. #2
    Addicted Member
    Join Date
    Dec 2006
    Location
    London, England
    Posts
    142

    Re: [2005] building a clean .exe for dsitribution

    You could use a third party client like istools http://www.istool.org/ or innosetup http://www.innosetup.com/ both work well, and very easy to use

    Redmo
    The universal aptitude for ineptitude makes any human accomplishment an incredible miracle -Col. John P. Stapp


    Please rate the posts that have helped. Makes us feel all warm and fuzzy

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2007
    Posts
    128

    Re: [2005] building a clean .exe for dsitribution

    i want to distribute it as an .exe not installer as far as possible..... in vb6..there was only a single .exe

  4. #4
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    Re: [2005] building a clean .exe for dsitribution

    You need all the dll's and the exe file.
    I'm guessing ur doing something that envolves ms office and i see a Unrar?. So you have imported some dll's. These are needed.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Jan 2007
    Posts
    128

    Re: [2005] building a clean .exe for dsitribution

    but can i place all my dlls in a subfolder (.e.g /bin) and make my app refer to them in the subfolder??

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