Results 1 to 5 of 5

Thread: Setup package files, please help!

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2006
    Posts
    133

    Setup package files, please help!

    Do I need to include into the setup package follow files:
    Asycfilt.dll
    Oleaut32.dll
    Stdole2.tlb
    Olepro32.dll
    COMCAT.DLL
    VB6STKIT.DLL

    I plan to install my VB program on 2000/XP/2003/Vista.

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Setup package files, please help!

    Run the Package & Deployment Wizard, or get Inno Setup and run that. Either one will create a package that will include the files you need as an install package.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Setup package files, please help!

    Moved to application deployment

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Feb 2006
    Posts
    133

    Re: Setup package files, please help!

    Al42
    This is wrong way. I need to minimize the size of the setup file. And I know that some of this files is not required for systems like 2000/XP/2003/Vista.

  5. #5
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Setup package files, please help!

    They are required I'm afraid... to ensure your program works, you need all of the files that it relies on, and you need to have certain versions of those files.

    Windows 2000 does not include appropriate versions of those files by default, so if you don't install them then you need to hope that somebody else has already.


    The method that Al42 suggested is not the wrong way at all - it is what you should be doing.

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