Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. Beginners question on deployment/installation

Beginners question on deployment/installation

Scheduled Pinned Locked Moved WPF
csharpvisual-studiowpfwcfsysadmin
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    esjq
    wrote on last edited by
    #1

    Hi! I've created a small application, a WPF client which is talking to a WCF service. My app is self-hosted. Now, I'd like to run this outside the IDE (Visual C# 2008 Express Edition). That is, to deploy/install my app. I'd really appreciate some advice or links on how to do this. I've been looking around, but I still need some entrance to this somewhat fuzzy area. Thanks a lot!

    J 1 Reply Last reply
    0
    • E esjq

      Hi! I've created a small application, a WPF client which is talking to a WCF service. My app is self-hosted. Now, I'd like to run this outside the IDE (Visual C# 2008 Express Edition). That is, to deploy/install my app. I'd really appreciate some advice or links on how to do this. I've been looking around, but I still need some entrance to this somewhat fuzzy area. Thanks a lot!

      J Offline
      J Offline
      Jammer 0
      wrote on last edited by
      #2

      This is a little off topic for the WPF list really ... Once you have built the release versions of your .exe and/or your dll files those are ready for prime-time ... including bugs!! ;) At present I'm using Inno Setup to produce my installers and I'd say this is a good place to start. The bigger versions of Visual Studio include a Setup project type but since your on Express you don't have that option. At to be frank I don't think your missing out since I hate that feature! Just to bullet point it: 1. Get your release versions built (try running the release version on your machine and some other machines as a test). 2. Grab Inno Setup http://www.innosetup.com/isinfo.php[^] 3. Work through the example install scripts that are supplied with Inno Setup (there are some nice tools to help you like http://www.istool.org/[^]) 4. Compile your setup and deply ... This is hugely reduced list but should get you started. Once your comfy here move onto WixEdit ...

      Jammer My Blog | Article(s)

      E 1 Reply Last reply
      0
      • J Jammer 0

        This is a little off topic for the WPF list really ... Once you have built the release versions of your .exe and/or your dll files those are ready for prime-time ... including bugs!! ;) At present I'm using Inno Setup to produce my installers and I'd say this is a good place to start. The bigger versions of Visual Studio include a Setup project type but since your on Express you don't have that option. At to be frank I don't think your missing out since I hate that feature! Just to bullet point it: 1. Get your release versions built (try running the release version on your machine and some other machines as a test). 2. Grab Inno Setup http://www.innosetup.com/isinfo.php[^] 3. Work through the example install scripts that are supplied with Inno Setup (there are some nice tools to help you like http://www.istool.org/[^]) 4. Compile your setup and deply ... This is hugely reduced list but should get you started. Once your comfy here move onto WixEdit ...

        Jammer My Blog | Article(s)

        E Offline
        E Offline
        esjq
        wrote on last edited by
        #3

        Thank you! :-)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups