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

    Distribution Issue

    Hi all, I have written my first little VB program. Not easy..puuh. So here i probably ask a lamer Question: if I want to put it on a website for download, will the *.exe file enough? Or I have to use Setup Wizard to create a setup program? Please help.

    NiteStone


  2. #2
    Join Date
    Dec 1999
    Location
    Malaysia
    Posts
    56

    Re: Distribution Issue

    Hi,
    I guess there shouldn't be any problems, unless your program is using some Active X stuff (like Crystal Reports or something), then you most probably need to build a setup program.



    ____________________________________
    The VB Bugs in my Life...

  3. #3
    Join Date
    May 1999
    Posts
    3,332

    Re: Distribution Issue

    IMHO you MUST create a setup program and stuff it into a CAB file for downloading. You can't really assume that your users have the VB runtime files that consist of several MB or DLLs and OCXs.


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