Hi , i use Visual Studio 2008 .
I know hot to set up a simple install program (.msi)
I would like to know how can I integrate more steps(forms) into the installer.
I want to include steps in the installer where you can install a program , or update it(so that settings files are not overwritten).
I aslo include a ReportViewer control in my application , which can only be viewed on client pc if a program called ReportViewer.exe is installed , How can i integrate this installation in one process.
If i can know just the steps to add forms it would help ,
thanks.