Am I stupid or is there not a way to publish my apps made on "Microsoft Visual C# Express Edition"? I mean I see how to publish them from the build tab at the top but the app doesn't work on any one elses computer but mine and I want to be able to put it online for others to download, is there any way to do this?
I've heard Visual Studio has publishing a app as a built in function, so do I really just need to download VS?
Thanks +rep for your help.:)
Publishing my apps?
Started by CommittedC0der, Feb 11 2010 09:57 PM
12 replies to this topic
#1
Posted 11 February 2010 - 09:57 PM
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
|
|
|
#2
Posted 12 February 2010 - 05:38 AM
I know that if you want the .exe you can just go into the debug folder and copy that one out. Far from publishing but a working solution.
#3
Posted 12 February 2010 - 05:43 AM
Actually I was told a installer was what I was looking for, So i guess this questions has been answered thanks though.:)
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
#4
Posted 13 February 2010 - 08:20 AM
just a note. beside the green debug arrow on your toolbar there is a drop menu where you can select debug or release builds before you build the solution but yes using the debug one would work just as well provided that its the most recent build.
#5
Posted 18 February 2010 - 02:28 PM
In VS Express you can only create the "one click" installers if you right click on the solution and hit "publish". If you have the Pro version, you'll have the ability to create real installation packages. The OC option only lets you "install" the application to the "My Applications" folder in My Documents for the current user.
#6
Posted 18 February 2010 - 04:24 PM
thegamemaker said:
Actually I was told a installer was what I was looking for.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
#7
Posted 18 February 2010 - 04:55 PM
thegamemaker said:
Well an installer will still work won't it?
It should if you did it right. I'm assuming you created the one click installer? If so, what happens when people try to install it?
#8
Posted 18 February 2010 - 05:48 PM
No I downloaded the free version of Advanced Installer but haven't ever used it.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
#9
Posted 19 February 2010 - 04:38 AM
thegamemaker said:
No I downloaded the free version of Advanced Installer but haven't ever used it.
If you have a solution, what is the point of the question :confused:? Just use advanced installer.
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics
#10
Posted 19 February 2010 - 05:16 AM
I'm not really sure I understand the question anymore. It sounds like you tried using the one click deployment in VSE, but it didn't work. But now you have this other program you say you have.
I was going to suggest something like that as an alternative to VS. Find yourself an easy, and free, install builder and go from there.
I was going to suggest something like that as an alternative to VS. Find yourself an easy, and free, install builder and go from there.
#11
Posted 19 February 2010 - 08:43 PM
I was just asking how I could make my app runnable on other computers other than just mine, and I was told I needed and installer.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
#12
Posted 19 February 2010 - 09:41 PM
Your app will run on any computer with the .NET framework installed on it. XP doesn't have it by default, and that's why you need an installer to tell the user to download and install te .NET framework.
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics


Sign In
Create Account


Back to top









