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. Making setup file

Making setup file

Scheduled Pinned Locked Moved C#
csharpdotnettutorialworkspace
6 Posts 5 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.
  • P Offline
    P Offline
    praveen pandey
    wrote on last edited by
    #1

    hi all, how to make a setup file in such a way that prerequisites are installed automatically before application is installed, e.g. if .net framework 2.0 is not in target machine it should check and installs it before installing the application. thanks,

    M L E K 4 Replies Last reply
    0
    • P praveen pandey

      hi all, how to make a setup file in such a way that prerequisites are installed automatically before application is installed, e.g. if .net framework 2.0 is not in target machine it should check and installs it before installing the application. thanks,

      M Offline
      M Offline
      Malcolm Smart
      wrote on last edited by
      #2

      Not being facetious, or unhelpful, but have you tried googling?[^] --facetious - what a word to spell!

      "More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF

      1 Reply Last reply
      0
      • P praveen pandey

        hi all, how to make a setup file in such a way that prerequisites are installed automatically before application is installed, e.g. if .net framework 2.0 is not in target machine it should check and installs it before installing the application. thanks,

        L Offline
        L Offline
        Larantz
        wrote on last edited by
        #3

        You could go and have a look at Windows Installer XML. WIX for short. It should cover all your needs for checking registry prerequisites and installing your application. -Larantz

        for those about to code, we salute you
        http://www.tellus-software.com

        P 1 Reply Last reply
        0
        • L Larantz

          You could go and have a look at Windows Installer XML. WIX for short. It should cover all your needs for checking registry prerequisites and installing your application. -Larantz

          for those about to code, we salute you
          http://www.tellus-software.com

          P Offline
          P Offline
          praveen pandey
          wrote on last edited by
          #4

          Thanks for your useful reply.

          1 Reply Last reply
          0
          • P praveen pandey

            hi all, how to make a setup file in such a way that prerequisites are installed automatically before application is installed, e.g. if .net framework 2.0 is not in target machine it should check and installs it before installing the application. thanks,

            E Offline
            E Offline
            Ed Poore
            wrote on last edited by
            #5

            ClickOnce is easy to use and does this, but has some undesirable side-effects.


            My Blog[^]

            1 Reply Last reply
            0
            • P praveen pandey

              hi all, how to make a setup file in such a way that prerequisites are installed automatically before application is installed, e.g. if .net framework 2.0 is not in target machine it should check and installs it before installing the application. thanks,

              K Offline
              K Offline
              kubben
              wrote on last edited by
              #6

              I wrote an article on setup projects: http://www.codeproject.com/dotnet/Win_App_Setup_Project.asp[^] It seems that with vs 2005 the setup is improved to beable to check and install the .net framework. It checks the dependance prompts the user to accept the license. Then installs the .net framework. NOTE when it is done it is looking for the setup.msi file so that needs to be there. Here is a microsoft link on it: http://msdn2.microsoft.com/en-us/library/aa480239.aspx\[^\] Hope that helps. Ben

              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