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. Application problem

Application problem

Scheduled Pinned Locked Moved C#
questionworkspacecsharpvisual-studiohelp
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.
  • L Offline
    L Offline
    lune12
    wrote on last edited by
    #1

    Hi, I don't know if it's the right forum but it seems to me the most appropriate. I have an application developed in C# (VS 2005) that work fine on Windows XP. The application used the TFTP.exe installed on Windows. now I moved to Vista and discovered that TFTP.exe is not installed by default and some configuration are required. My question is: Is it possible to detect (when application setup is running) that the TFTP.exe is not installed and to install it during the setup of my application (to avoid the user to do this manually)? If yes, how can I do that? Regards, Lune

    L 1 Reply Last reply
    0
    • L lune12

      Hi, I don't know if it's the right forum but it seems to me the most appropriate. I have an application developed in C# (VS 2005) that work fine on Windows XP. The application used the TFTP.exe installed on Windows. now I moved to Vista and discovered that TFTP.exe is not installed by default and some configuration are required. My question is: Is it possible to detect (when application setup is running) that the TFTP.exe is not installed and to install it during the setup of my application (to avoid the user to do this manually)? If yes, how can I do that? Regards, Lune

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      lune12 wrote:

      Is it possible to detect (when application setup is running) that the TFTP.exe is not installed and to install it during the setup of my application (to avoid the user to do this manually)?

      You could prolly check whether the executable exists. Are you thinking of distributing the TFTP.exe with your application? If it's part of Vista, wouldn't the user need his original installation CD, in order to add the extra features?

      I are troll :)

      L 1 Reply Last reply
      0
      • L Lost User

        lune12 wrote:

        Is it possible to detect (when application setup is running) that the TFTP.exe is not installed and to install it during the setup of my application (to avoid the user to do this manually)?

        You could prolly check whether the executable exists. Are you thinking of distributing the TFTP.exe with your application? If it's part of Vista, wouldn't the user need his original installation CD, in order to add the extra features?

        I are troll :)

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

        No I don't want to distribute the tftp.exe, as you can see in the link http://www.simplehelp.net/2008/09/10/how-to-install-a-tftp-client-in-windows-vista/[^] it's a kind of configuration. I would like to avoid this configuration to the user and so ask if it can be done by software. Thanks

        L 1 Reply Last reply
        0
        • L lune12

          No I don't want to distribute the tftp.exe, as you can see in the link http://www.simplehelp.net/2008/09/10/how-to-install-a-tftp-client-in-windows-vista/[^] it's a kind of configuration. I would like to avoid this configuration to the user and so ask if it can be done by software. Thanks

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Seems that it's a part of Windows itself. Windows XP would require the user to have his/her installation-media at hand - because your changing the configuration of the Windows-installation. I don't know if Vista has the same requirement. In short; it's not a setting (it's not comparable to the screen-resolution setting) but a feature that may or may not be installed.

          I are troll :)

          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