I developed a program in C# with Visual Studio Express Edition 2013, and I need to create installer for it. As it is not possible create a installer project in VS Express (as far as I known) the only way I found was to "publish" it (Properties > Publish > Publish now). This create an .exe file which seems to be the installer, but the program is not installed under Program Files folder (So, the program assets (pictures, sounds…) can't be used.
How can I create an "standard" installer for my program under Program Files folder?
Thanks in advance.