| Author: suresh kumar 30 Aug 2008 | Member Level: Bronze | Rating: Points: 6 |
Hi follow like this... u can get setup exe
Steps :
1) Run the project and check whether login page comes first.
2) New project – Set up and deployment projects
- Select ‘Setup Project’ - Give a folder name to save the setup - Give a name for setup file.
3) File system window
- Application folder - Right click - Add - File - Select all files from bin folder of the project - Select open - First msg – click ‘No’ - Then all msg - click ‘Yes’
4) Projectname.exe will be there
- Right click - Create short cut to Projectname.exe - Give a name as you wish for it. - Drag the shortcut and place it in user desktop (Left window) - To give an icon for shortcut, go to properties, select Icon, select picture from project folder.
5) Build - Menu
- Build solution - It will run - Close the IDE
Now setup is ready.
Now installation :
1) Go to Setup folder
- Goto Debug folder - Run the setup
2) Click Next
- Next - Next - Close - Close
|