Hi all
I have created installation package for a VB6 application using VS6 Package
and Deployment Wizard. I have customized Setup1 project to include two custom
dialogs that make couple of changes in the registry depending on user's
response.
Everything works fine, but now customer requested to wrap all installation
package into one file like those that can be executed from the Internet. I
tried Visual Studio Installer to create msi file, but it does not support
custom dialogs. I need some other way to wrap all installation files created
by PDW into one executable.
Winzip can create auto-unzipping executable but I need more than that: it
should start setup.exe after unzipping ...
Any ideas?
Thank you
Alex
Archived from group: microsoft>public>vb>deployment