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.