Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > How can I make my program executable files portable?
 

How can I make my program executable files portable?

How can I make my program executable files portable? So I can use them on another machine. How can I make a windows release executable program so that I can make my software portable?
robertlamour  Wednesday, October 18, 2006 8:58 AM

you can't really, you MUST have the correct version of the .NET Framework installed on the computer in order to run your .NET Developed application. You can publish it or something with ClickOnce which will download all the necessary components in order to run your application (.NET Framework)

I will move this thread to the correct forum for further explanation from the experts about how to do this.

ahmedilyas  Wednesday, October 18, 2006 11:58 AM

you can't really, you MUST have the correct version of the .NET Framework installed on the computer in order to run your .NET Developed application. You can publish it or something with ClickOnce which will download all the necessary components in order to run your application (.NET Framework)

I will move this thread to the correct forum for further explanation from the experts about how to do this.

ahmedilyas  Wednesday, October 18, 2006 11:58 AM

You can use google to search for other answers

Custom Search

More Threads

• COM Object Error
• ClickOnce deployment installs .NET 3.5 from web instead of .NET 2.0 from deployment site
• How to include external file with ClickOnce deplyment
• Online Application Problem
• Preparing for ClickOnce?
• Test / troubleshoot a CA on uninstall
• Program Icon Question
• A question on bootstrapper
• Still waiting on GenerateBootstrapper
• Can't add Desktop Link in Setup Project using VSTS 2008