[Solved] Create Windows Form EXE Visual Studio 2013 [closed]


If you have Visual Studio 2010 you can open the project solution there and make the exe setup there without having to install an install shield. The Steps would be as follows:

  1. Click File >> ADD >> Project
  2. Select the Setup Wizard and change the fie name >> Click OK
  3. Wizard form will pop-up >> Click Next >> Select “Create a Setup for windows application”
  4. Click “Primary Output from MDI_CSharp” >> Click next >> ADD All the files related to your project specially the key components. >> Click Next & Finish

If you want to push through with Visual Studio 2012 I would suggest that you double check all the files and make sure the files are in the specified file location. Also don’t put the files too deep in subsets of folders (this makes it harder for the program to look it up/find).

I found an article much like your but it contains some details and steps not given on the article that you used. Here’s a link to it.

0

solved Create Windows Form EXE Visual Studio 2013 [closed]