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. C#
  4. deploying Release folder

deploying Release folder

Scheduled Pinned Locked Moved C#
questionannouncement
4 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.
  • A Offline
    A Offline
    ASysSolvers
    wrote on last edited by
    #1

    I have an application and I am going to deploy it without making an EXE. J’t copy the release folder and run it. Are there any wrong of that or any disadvantage?

    Z 1 Reply Last reply
    0
    • A ASysSolvers

      I have an application and I am going to deploy it without making an EXE. J’t copy the release folder and run it. Are there any wrong of that or any disadvantage?

      Z Offline
      Z Offline
      Zoltan Balazs
      wrote on last edited by
      #2

      What do you mean without an EXE? The Release folder will contain an exe if the project type was console or winform application.

      Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern

      A 1 Reply Last reply
      0
      • Z Zoltan Balazs

        What do you mean without an EXE? The Release folder will contain an exe if the project type was console or winform application.

        Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern

        A Offline
        A Offline
        ASysSolvers
        wrote on last edited by
        #3

        yes i did a mistake writting that..Ok t'me is that same we deploy the release folder and makeing an installation file.. Any disadvantage deploying release folder?

        Z 1 Reply Last reply
        0
        • A ASysSolvers

          yes i did a mistake writting that..Ok t'me is that same we deploy the release folder and makeing an installation file.. Any disadvantage deploying release folder?

          Z Offline
          Z Offline
          Zoltan Balazs
          wrote on last edited by
          #4

          If you have a simple application that doesn't need work done before first run it's OK. You can just xcopy the directory. If you have a more complex application you may be needing a setup program created. The setup application lets users choose components, location, language, etc for the application (i.e. the work that has to be done before the first run).

          Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern

          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