Results 1 to 3 of 3

Thread: Converting VB6 install cab with MSI

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2007
    Posts
    1

    Question Converting VB6 install cab with MSI

    I have a legacy VB6 application that recently required changes. After testing completed I created used the visual Studio 6 Tools' Package and Deployment wizard to create an Installation Cab file for use by setup.exe.

    Now i have been told that network wants a .msi file since they can "double click" it once and not have to click thier way through a series of "confirm" messages. Problem is I have no idea how to creat this. When I create an install package for my .net projects it builds a .msi file but to run it I still have to have the setup.exe and I still get asked to confirm the insalation location.

    Does anyone out here have an idea how to create a .msi for vb6 projects? I'm not allowed to buy any new deployment software since we have vs6 and vb.net 1.1 perfessionals already.

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

    Re: Converting VB6 install cab with MSI

    Welcome to the forums.

    Either InstallShield or Wise uses msi files (if memory serves)

    At any rate, I would ask network how would I create the msi file that they want. If they need this, then they have to be fairly certain you have the tools to make it. So, maybe you do and you just don't know it.

  3. #3
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Converting VB6 install cab with MSI

    To install silently you must check for the switches needed to do that. Most any decent install package does this, not just Windows Installer...

    You don't actually need msi files...

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