| | |
What to make an EXE file which i can run on diff. systems
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
If you dont use visual studio, download a free copy of Visual C# Express from Microsoft.
Create a project for your application in Visual Studio and code it.
Build the project (F6 is the shortcut I think) inside visual studio.
Browse to the project directory (usually My Documents\Visual Studio [releaseyear]\Projects\ApplicationProjectName\ApplicationProjectName)
Open the bin Folder, and then the release folder. An exe should be there.
**just some notes:
The target computer will need the .NET framework installed (I would recommend version 3 for good compatibility). There is no workaround (for brevity's sake, and to not confuse you).
Visual C# Express includes a publish tool for clickonce deployments. I don't like it but you can try it out and see if it is suitable for you. You can access it though the menu (Project >> Publish)
Hope this helps.
Create a project for your application in Visual Studio and code it.
Build the project (F6 is the shortcut I think) inside visual studio.
Browse to the project directory (usually My Documents\Visual Studio [releaseyear]\Projects\ApplicationProjectName\ApplicationProjectName)
Open the bin Folder, and then the release folder. An exe should be there.
**just some notes:
The target computer will need the .NET framework installed (I would recommend version 3 for good compatibility). There is no workaround (for brevity's sake, and to not confuse you).
Visual C# Express includes a publish tool for clickonce deployments. I don't like it but you can try it out and see if it is suitable for you. You can access it though the menu (Project >> Publish)
Hope this helps.
•
•
Join Date: Apr 2007
Posts: 103
Reputation:
Solved Threads: 17
You can compile any program into binaries but those binaries have requirements most of the time. Such as for C# it requires the host machine have the .NET Framework (at least version used to compile).
Like the previous poster said, click once is also available and i use it at work and personally love it. It requires the host machine have no knowledge what so ever of anything .NET Framework related as click-once can package those requirements in the install.
Like the previous poster said, click once is also available and i use it at work and personally love it. It requires the host machine have no knowledge what so ever of anything .NET Framework related as click-once can package those requirements in the install.
![]() |
Similar Threads
- How to make .exe file for my java prg (Java)
- Make .exe files that runs on any machine with VS C++ 6.0? (C++)
- A agntsrvc.exe file error (Viruses, Spyware and other Nasties)
- Creating a .EXE file (Java)
- How do I start an exe file from C++ (C++)
Other Threads in the C# Forum
- Previous Thread: Books
- Next Thread: how to deploy a project ?
| Thread Tools | Search this Thread |
.net access algorithm array barchart bitmap box broadcast c# check checkbox client combobox control conversion csharp custom cyclethruopenforms data database datagrid datagridview dataset date/time datetime degrees development dll draganddrop drawing encryption enum event excel file finalyearproject form format forms function gdi+ getoutlookcontactusinfcsvfile globalization httpwebrequest image index input install installer java label list listbox mandelbrot math mono mouseclick mysql operator panel path photoshop picturebox pixelinversion post programming radians regex remote remoting richtextbox save server silverlight sleep socket sql sql-server statistics stream string table text textbox thread time timer timespan update usercontrol users validate validation visualstudio webbrowser wia windows winforms wpf xml






