|
| ||||||||||
| Tags: c language, executable, visual studio |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Creating portable executable with Visual Studio
I tried to create a Setup project type but I really do not understand how to get what I need. Can someone give me a hand? |
|
#2
| |||
| |||
| Re: Creating portable executable with Visual Studio Quote:
If you want to create un'installer you must use the "Setup" but honestly I never tried. |
|
#3
| |||
| |||
| Re: Creating portable executable with Visual Studio
I did exactly that and in my computer but of course it works in other computers, no. Even with the same operating system. |
|
#4
| ||||
| ||||
| Re: Creating portable executable with Visual Studio
right click on project, Properties, select Configuration in the Release configuration, then go to C / C + +, Code Generation and set Runtime Library to Multi-threaded (/ MT). the final executable will be some big but you will have more removed from the dependency of the runtime version of Visual C + +. alternatively you should make it clear that Visual Studio generates when the Manifest File must put the directive that sets the dependence with an old version of the runtime, but I do not know how to do; eliminates dependence and go quiet. PS: the whole problem exists only if the final program must run on XP, Vista and Seven have already the latest version of the runtime. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Creating portable executable with Visual Studio" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Visual Studio 2010: features and changes compared to Visual Studio 2008 | BinDs14 | Guides & Tutorials | 2 | 16-02-2011 01:49 PM |
| Guidelines for Creating Side-by-side Assemblies in Visual Studio 2010 | Madhulika | Software Development | 4 | 29-01-2010 02:28 AM |
| Compare Visual Studio 2010 and Visual Web Developer Express | Zacharia | Software Development | 5 | 28-01-2010 03:27 AM |
| Difference between Visual studio 2005 and Visual studio 2008 | RohanS | Software Development | 3 | 12-06-2009 10:48 AM |
| Visual Studio 2008 - Creating DLL | Hemal Das | Software Development | 3 | 26-03-2009 02:36 PM |