Results 1 to 8 of 8

Thread: [RESOLVED] An easy way to distribute

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2011
    Posts
    81

    Resolved [RESOLVED] An easy way to distribute

    Hi

    My program made with VB6 is now ready for Beta testing. I have used only the standard ocxes and avoided all extras. I use Modules - Class for GDI+ and CCommonDialogs.cls 1.01 I think they compile into the exe file.

    Is it then ok to just send the exe file plus vbrun60sp6 file. That seems to me to be the simplest way to distribute my program. Am I correct?

    Keli

  2. #2
    Frenzied Member
    Join Date
    May 2006
    Location
    some place in the cloud
    Posts
    1,886

    Re: An easy way to distribute

    You should use an application to package & deploy your executable project
    It could be the Package & deployment wizard that comes with vb6 or Inno or InstallShield

    http://www.google.com.mx/#sclient=ps...7&pf=p&pdl=300
    JG


    ... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Feb 2011
    Posts
    81

    Re: An easy way to distribute

    Thanks

    The Package & deployment wizard says that my program uses those files (the .dep file) Where do I put them?

    Uses1=MSVBVM60.DLL
    Uses2=oleaut32.dll
    Uses3=olepro32.dll
    Uses4=asycfilt.dll
    Uses5=stdole2.tlb
    Uses6=COMCAT.DLL
    Uses7=gdi+.tlb

    I will use Clickteam´s Install Creator.

    Keli

    PS If I should simply use vbrun60sp6 would all those files been set up

  4. #4
    Frenzied Member
    Join Date
    May 2006
    Location
    some place in the cloud
    Posts
    1,886

    Re: An easy way to distribute

    Do not create dep package, create a standard installation package instead

    If you use the 'Package & deployment wizard' all your dependencies and referenced libraries in your project are included automaticly in the installation package
    JG


    ... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Feb 2011
    Posts
    81

    Re: An easy way to distribute

    I´m going to use Install Creator from Clickteam. Do I have to distribute gdi+.tlb. On the website http://www.cyberactivex.com/freebies.htm
    I read this:
    Type Libraries are usually required only at design and compile time. Once the project that uses it is compiled the type library is not required anymore. So the library size does not matter because you do not have to include it in the installation package.
    Does this mean that I do not have to include gdi+.tlb in my Install Package.

    Keli

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

    Re: An easy way to distribute

    Thread moved to the 'Application Deployment' forum, which is where questions about installing/distributing your software belong

  7. #7
    Frenzied Member
    Join Date
    May 2006
    Location
    some place in the cloud
    Posts
    1,886

    Re: An easy way to distribute

    Quote Originally Posted by hrafnkellg View Post
    I read this:
    Type Libraries are usually required only at design and compile time. Once the project that uses it is compiled the type library is not required anymore. So the library size does not matter because you do not have to include it in the installation package.
    Does this mean that I do not have to include gdi+.tlb in my Install Package.
    Keli
    Yes, You do not have to include it
    JG


    ... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...

  8. #8

    Thread Starter
    Lively Member
    Join Date
    Feb 2011
    Posts
    81

    Re: An easy way to distribute

    Thanks a lot for your good help!

    Keli

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