I have vb6 app and deploy it by meanse of Installer 1.1. I found out that my app doesn't work under any Vista except Ultimate. With Ultimate it's ok. But when I install MS Office 2007 it becoms unworkable too.
I deploy an application with Date Picker on a French version of Windows XP. It works ok, but when I run it from a different user (than the one that was used during deployment) I get the following error: Execution error '-2147217913(80040e07)'
This is what our consultant says.."Deploying the application through a packaged .MSI file (Not possible as VB 6.0 does not have a .MSI Packaging utility)" ...how true is this and is there any way I can build MSI deployment package of VB 6.0 project and use it for central ...