Results 1 to 5 of 5

Thread: Installer Question

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2007
    Posts
    84

    Installer Question

    Hi,

    I have used the PDW in VB6 all works well and packaged software installs OK from a CD.

    How would I go about creating a package that can be downloaded from a link on a website and installed, i.e: everything packaged in 1 exe file and also installs from 1 file.

    Do I just create a executable zip and then run a batch file or is there and easier method.

    Thanks in advance.

    Daz......

  2. #2
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: Installer Question

    Yes, you can use something like ZIP 2 Secure EXE, or you might instead package your application as a single MSI file using Visual Studio Installer 1.1 or another tool.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2007
    Posts
    84

    Re: Installer Question

    Hi,

    Thanks for the response.

    Will the MSI also include all the runtime files etc in the same package or is it just for the software?

    Daz.......

  4. #4
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: Installer Question

    It can contain everything you'd normally have as part of a PDW setup package. Note that some things (like MDAC, the VB6 runtime components, etc.) are no longer meant to be deployed on recent versions of Windows.

    In case you are installing downlevel to unsupported OSs (Win9x) or older OSs (Win2K, WinXP) you might want to "condition" those components, i.e. put conditions on them so they're only installed if the OS is < version 6.0 (Vista) or the existing version of the component is older than the version you need for your program.

    It is usually better to use a merge module to include these things in the MSI rather than relying on the versions installed on your development machine. See Merge Modules for Service Pack 6 for Visual Basic 6.0 and Visual C++ 6.0 for example.

  5. #5
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    Re: Installer Question

    This works good for creating an install exe to install your program
    http://www.izarc.org/
    Now I purchased one that real easy to use, especially if you update your exe a lot like I do. Just replace the exe and click
    compile.
    Last edited by isnoend07; Nov 14th, 2008 at 02:11 PM.
    Waiting for a full featured smart phone with out marrying a provider
    Go Android
    Go raiders

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