Application without installer, exe only

F

Frowning Freezer

Hi

Just started trying out Windows programming (after programming PHP websites
for 4-5 years). Just downloaded and installed Visual C# Express and made my
first program using an example from the help file. But it made an installer
and all that crap. I just want to have an exe file that I can run without
installing it first (of course .NET framework needs to be installed). I hope
that is possible, and if so I would be very happy to know how (code, a link
to
tutorial or the like)?

-Allan
 
R

rammer

Hi Freezer:)

just look for .exe in bin\Debug or bin\Release folder in solution
folder, for example
in C:\Documents and Settings\<username>\My Documents\Visual Studio
2005\Projects\MyFirstProject\MyFirstProject\bin\Debug
;)
 
F

Frowning Freezer

Wow, was it really that simple!! Thanks!

Allan

rammer said:
Hi Freezer:)

just look for .exe in bin\Debug or bin\Release folder in solution
folder, for example
in C:\Documents and Settings\<username>\My Documents\Visual Studio
2005\Projects\MyFirstProject\MyFirstProject\bin\Debug
;)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top