I have created a project for clinic in vb.net...
So I have one exe file for it....
But I want VBnet installer and Crystalreport runtime installer to be packaged along with it...
As to when the user will click the exe file the VB.Net installer shud first install then the crystal report and finally the application shud start --- scenario for the first time installation
Later the application shud start with the exe file only and not with the VB.Net or crystal report installer since it will already be installed in the machine....
Can u please tell me how should I package these installation together....