المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : App Without Installation



C# Programming
10-27-2012, 04:49 AM
I just made a very simple app.

Enter some numbers, click a button, program calculates a result.

I tried to build a "release" version.

Ugh.

I want a simple executable file where the user can click and it runs, without going through an installation procedure.

I have searched here and MSDN for...

"BUILDING A C# APPLICATION THAT DOES NOT HAVE TO BE INSTALLED"

... and I'm finding zero and a little bit less.

This is a simple practice program, 24 instructions, 75 lines total, all just click click and it puts a number on the screen.

What did I miss ? Please tell me this can be done. I want to show my boss that I am capable of doing something; if only a simple thing.