This Setupgenerator is not like installed shield or project and deployment wizard  in vb. Actually
I am trying to capture information from the developer and according to their setting it will create a 
setup directory in application path along with user files and directories. 

Information about forms :

(1) Setup generator step 1

Select automatic mode because manual mode has not made so far.

(2) Setup Generator step I (Automatic Mode)

Select your vb exe file from browse button. Setupgenerator automatically picked up essential files which
required to run this exe. ( Actually this code has not wrote by me I had download it from some other site ) .
Process may have some bugs so Please double click files which u think required. 

(3) Setup Generator Step II (Automatic Mode)

Form only show u the name of files which are used by exe and runtime required files for any vb project.

(4) Setup Generator Step III (Automatic Mode)

You can see three list box on form First one is for system folder, means  you can select other files 
also for the destination system folder. Same with other list box also. u can choose any number of files.

(5) Setup Generator Step IV (Automatic Mode)

Select vb6.exe from first browse button actually vb6.exe path will be used to compile and make exe of project.
Any image u want to put in ur project setup form u can select from second browse button.
Any text u want to give when setup copying files to destination.





Setup 

Setup have two side installation first is client and second is server.

if u select server side installation step are there

 (1) Server side installation will only work if u have sql server either on network or on ur local computer.
 (2) Server name should be must if u have network but if u have local sql server type (local) in combo box.
     Type user name and password of sql authentication.

 (3) Give the database name and click finish.

This process will create database along with tables. For creating tables create script as your requirment and
copy those in dbf folder.

If u select client side installation give name of directory in which u required files of setup.

	



	

