Jump to content

Publishing my apps?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
12 replies to this topic

#1
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
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.:)
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#2
QuackWare

QuackWare

    Learning Programmer

  • Members
  • PipPipPip
  • 95 posts
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
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
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.

#4
Psynic

Psynic

    Learning Programmer

  • Members
  • PipPipPip
  • 61 posts
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
reasonman

reasonman

    Newbie

  • Members
  • Pip
  • 8 posts
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
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts

thegamemaker said:

Actually I was told a installer was what I was looking for.
Well an installer will still work won't 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.

#7
reasonman

reasonman

    Newbie

  • Members
  • Pip
  • 8 posts

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
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
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.

#9
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts

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
reasonman

reasonman

    Newbie

  • Members
  • Pip
  • 8 posts
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.

#11
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
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.

#12
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts
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