Results 1 to 5 of 5

Thread: vb6 setup wizard..

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2008
    Posts
    19

    vb6 setup wizard..

    Hi all I made a very simple vb6 app involving a couple of forms, and some mscomm and mschart controls. I need to create something like a setup wizard to install my app in several computers (running under differente windows versions). I haven't done this before so any recommendation of how to do it? I developed the app in XP, is there anything I need to take under consideration for installing in Vista or Windows 7?

    thanks in advance....

  2. #2
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    Re: vb6 setup wizard..

    Here is the forum's FAQ on application deployment. Worth looking over.

    Regarding Vista and Windows7, yes there are major considerations. Permissions for non-admin/powerusers being the biggest obstacles. Here are some links to look at also.
    FAQ: Modifications Required for VB App to work on Vista
    Interesting post #9 by Dilettante

    I'm sure others may offer some other links of interest, but you may want to search this forum for Vista Installation and look at other threads.
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

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

  4. #4
    PowerPoster joaquim's Avatar
    Join Date
    Apr 2007
    Posts
    3,964

    Re: vb6 setup wizard..

    Quote Originally Posted by islas View Post
    Hi all I made a very simple vb6 app involving a couple of forms, and some mscomm and mschart controls. I need to create something like a setup wizard to install my app in several computers (running under differente windows versions). I haven't done this before so any recommendation of how to do it? I developed the app in XP, is there anything I need to take under consideration for installing in Vista or Windows 7?

    thanks in advance....
    or you can do a normal VB6 setup for catch every dlls and ocx files. then using Inno Stup Compiler(it's free):http://www.jrsoftware.org/, you can make, easly, your own setup files
    and heres a nice infomation too: http://www.jrsoftware.org/iskb.php?vb
    i hope help
    Last edited by joaquim; Feb 17th, 2010 at 08:54 AM.
    VB6 2D Sprite control

    To live is difficult, but we do it.

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Sep 2008
    Posts
    19

    Re: vb6 setup wizard..

    Hi guys I decided to use Inno Setup Compiler and works fine under XP but in Vista I'm receiving the following error after running setup..

    Run time error 339
    Component MSCHRT20.OCX or one of its dependencies not correctly registered: a file is missing or invalid.

    Does anybody knows how to workaround this problem??

    Thanks...

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