VB6 Package and Deployment Wizard tool
Hey everyone,
I recently finished a simple vb project, inserted a shockwave flash control
into it to load a flash movie.Now I'm trying to build a setup package for the
project but I can't seem to do this as long as the shockwave flash is staying in the form.What should I do to be able to make a setup package for the project inculding the flash movie?
Re: VB6 Package and Deployment Wizard tool
You have the option to include custom files and references when you are building the CAB file.
Personally I would recommend you to Make a EXE file and use a better method of deployment(Such as Windows Installer). VB P&D Wizard is too outdated. But make sure you include all the VB runtime libraries.
Re: VB6 Package and Deployment Wizard tool