Ok done with my setup program, one problem though.......
How can I "zip" everything into one file and upon the execution it will extract all "zipped" files to temp directory. After setup is completed it will delete all the files that were extracted to temp dir. I know I can use Winzip Self-Extracting Utility, but is there anyway to make something like that with VB, without using "outside" programs....strictly VB
Re: Ok done with my setup program, one problem though.......
The package and deployment wizard gives you the option of making a single cab file for deployment.