hi i have to create a stand alone exe file.
i dnt know the process.
so can anybody brifley explain steps to create the stand alone exe file file.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prasant JinagaPosted Mar 20, 2012, 2:53 AM
To Create a Stand alone exe file you can create a setup project,
Here is the steps by which you can create setup project
- Go To Solution Explorer
- Right Click Add New Project
- Go To Setup & Deployments
- Add Setup Project which means Creates a Windows Installer project to which files can be added. This project type is the most generic of the five.
- Right click on Setup project View File system
- In file system you can see a folder called Application folder
- Right click Add --> Project output
- Add Primary output from the Popup Window
- Build It
This will create a windows installer file in the Project location.Hope it helps.
Thanks,
Prasant
Dinakar ShettyPosted Mar 21, 2016, 1:16 AM