Deploying C# projects into single exe file
-
hi dudes, i have a c# solution(windows application),when i want to deploy my project,it gathers all the application resources and needed files into one exe file named setup.exe,but the problem is that i dont want to install my application on the destination computer,i just want to run it quickly without installation,and the .net framework is already installed on the destination computer .how can i make one single exe file executable on the destination system?i dont have any problem if i have to seprate it from needed files like my access database. i will be thankful if any of u guys can help me.
-
hi dudes, i have a c# solution(windows application),when i want to deploy my project,it gathers all the application resources and needed files into one exe file named setup.exe,but the problem is that i dont want to install my application on the destination computer,i just want to run it quickly without installation,and the .net framework is already installed on the destination computer .how can i make one single exe file executable on the destination system?i dont have any problem if i have to seprate it from needed files like my access database. i will be thankful if any of u guys can help me.
if it's .NET, you should be able to put it on a memory stick and run it from there.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
hi dudes, i have a c# solution(windows application),when i want to deploy my project,it gathers all the application resources and needed files into one exe file named setup.exe,but the problem is that i dont want to install my application on the destination computer,i just want to run it quickly without installation,and the .net framework is already installed on the destination computer .how can i make one single exe file executable on the destination system?i dont have any problem if i have to seprate it from needed files like my access database. i will be thankful if any of u guys can help me.
-
hi dudes, i have a c# solution(windows application),when i want to deploy my project,it gathers all the application resources and needed files into one exe file named setup.exe,but the problem is that i dont want to install my application on the destination computer,i just want to run it quickly without installation,and the .net framework is already installed on the destination computer .how can i make one single exe file executable on the destination system?i dont have any problem if i have to seprate it from needed files like my access database. i will be thankful if any of u guys can help me.
See http://research.microsoft.com/en-us/people/mbarnett/ilmerge.aspx[^]. Personally, I don't see much advantage to a single EXE as opposed to multiple assemblies, but this tool will allow you to merge them.
-
See http://research.microsoft.com/en-us/people/mbarnett/ilmerge.aspx[^]. Personally, I don't see much advantage to a single EXE as opposed to multiple assemblies, but this tool will allow you to merge them.
tnx for the replies dudes,now i have another problem,i have the single exe appllcation,but i only runs where the OS has dotnet framework 2.0,i want my application to run in any computer that has windows xp or vista.without no need to install dotnet framework.i will be thankfull if u have any idea.
-
tnx for the replies dudes,now i have another problem,i have the single exe appllcation,but i only runs where the OS has dotnet framework 2.0,i want my application to run in any computer that has windows xp or vista.without no need to install dotnet framework.i will be thankfull if u have any idea.
Not possible. Kind of the whole point of a framework... Me fail English? That's unpossible!