Hi Vineeth Paliath, Visual Studio cannot package all these files into just one exe file. But you can do this with a third-part software. First you need to select "Download prerequisites from the same location as my application". So Visual Studio will bring all the prerequisites into the setup.exe folder. After you build your setup project, you will set setup.exe *.msi and all the prerequisites package in the folder. Then you can use WinRAR to do the following work. Please look at the following step. http://social.msdn.microsoft.com/Forums/en-US/winformssetup/thread/8678b938-7148-4e5b-b437-d71f33b446f9 The self extract feature is the one can help us do the job. It package all the files into just one EXE, once you click it, it will extract and run the setup.exe after extracted. If you have any problem with this, please feel free to tell me. Sincerely, Kira Qian Please mark the replies as answers if they help and unmark if they don't.- Marked As Answer byVineeth Paliath Monday, August 31, 2009 6:30 AM
-
|