Friday, 5 December 2014

Create Setup File Using InstallShield LE From VS 2012.

I had created Windows Service in Visual Studio 2012. Now we need the installation file for the same to install on client machine. I faced lots of problem to create exe file in VS 2012. There is one option to install it using command prompt with the help of InstallUtil tools. But client was not technical so he would not be able to follows the steps to install the windows service.
                    I have worked on Window Service with Visual Studio 2010. There were simple process to create exe file for the same. For reference you can go through this URL.


URL for Create Setup File Using VS 2012:
http://cherupally.blogspot.in/2009/09/how-to-create-setup-project-to-install.html

                   After lots of r&d I found very good article on in c-sharpcorner Posted by -Jay Parekh. It was very awesome article which given all details step by step. I really appreciate "Jay Parekh" for their wonderful article.

URL for Create Setup File Using InstallShield LE From VS 2012:

http://www.c-sharpcorner.com/UploadFile/cb88b2/simple-steps-to-create-setup-file-using-install-shield-le-fr/

No comments:

Post a Comment