CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 1999
    Posts
    5

    How do I make setup.exe?

    I'd like to know how i make "setup.exe". Firstly i used package wizard. However if I make "setup.exe" using package wizard, it doesn't work on some computer. If a computer don't have Visual Studio or Microsoft Office, my setup file doesn't work.
    If you have a solution, tell me about that.
    Thanks for your answer...



  2. #2
    Join Date
    Oct 1999
    Location
    Stuttgart, Germany
    Posts
    80

    Re: How do I make setup.exe?

    Hello,

    perhaps you need another setup-"creator". I know a free setup-tool, which is very professionell. You can download it on "http://www.gkware.com/gksetup".

    I hope it helps!

    Cu, AScomp (www.ascomp.de.gs)


  3. #3
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: How do I make setup.exe?

    The package & deployment wizard in VB6 is much better than the one that came with VB4/5 (well, it couldn't be any worse). It sounds to me like you are not picking up all the correct DLL's required to run your program - have you tried creating a dependency file for your project ? This should help identify any missing DLL's or OCX's your project needs (it might also help if you told us the errors that you're getting when you install).


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

  4. #4
    Join Date
    Aug 1999
    Location
    India-Delhi
    Posts
    106

    Re: How do I make setup.exe?

    Hi,
    Please look at the answer, I have given at
    http://www.codeguru.com/bbs/wt/showp...vb&Number=6398
    This may solve youe problem.
    Also in addition to above, some time, installation programme does not work. Simply install IE 4.0 (which comes with VS 6.0). I faced the same when I was installing from windows NT.

    regards,

    Santulan

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