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. deployment in window

deployment in window

Scheduled Pinned Locked Moved C#
csharpdotnetsysadminworkspace
10 Posts 3 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.
  • S Offline
    S Offline
    Sonia Gupta
    wrote on last edited by
    #1

    can i make the setup to detect the .net framework automatically, before the setup of the application take place.so that i don't get the message .net framework is not installed in the machine.

    Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....

    B 1 Reply Last reply
    0
    • S Sonia Gupta

      can i make the setup to detect the .net framework automatically, before the setup of the application take place.so that i don't get the message .net framework is not installed in the machine.

      Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....

      B Offline
      B Offline
      Bhupi Bhai
      wrote on last edited by
      #2

      Hi Sonia, Assuming that you are using .net Setup & Deployment project in VS. Create a Launch Condition - Add Registry Search - set the RegKey & Value property to: Keys: For the .NET Framework 1.0: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\v1.0 For the .NET Framework 1.1: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\v1.1 For the .NET Framework 2.0: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\v2.0 Value: For the .NET Framework 1.0: "3705" For the .NET Framework 1.1: "4322" For the .NET Framework 2.0: "50727" Then add new LauchCondition and set the Condition property to: For the .NET Framework 1.0: REGISTRYVALUE = "3321-3705" For the .NET Framework 1.1: REGISTRYVALUE="3706-4322" For the .NET Framework 2.0: REGISTRYVALUE="50727-50727" Hope that helps. Regards, Bhupi Bhai.

      S 1 Reply Last reply
      0
      • B Bhupi Bhai

        Hi Sonia, Assuming that you are using .net Setup & Deployment project in VS. Create a Launch Condition - Add Registry Search - set the RegKey & Value property to: Keys: For the .NET Framework 1.0: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\v1.0 For the .NET Framework 1.1: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\v1.1 For the .NET Framework 2.0: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\v2.0 Value: For the .NET Framework 1.0: "3705" For the .NET Framework 1.1: "4322" For the .NET Framework 2.0: "50727" Then add new LauchCondition and set the Condition property to: For the .NET Framework 1.0: REGISTRYVALUE = "3321-3705" For the .NET Framework 1.1: REGISTRYVALUE="3706-4322" For the .NET Framework 2.0: REGISTRYVALUE="50727-50727" Hope that helps. Regards, Bhupi Bhai.

        S Offline
        S Offline
        Sonia Gupta
        wrote on last edited by
        #3

        what is new launch condition and Condition property ? Please explain

        Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....

        S 1 Reply Last reply
        0
        • S Sonia Gupta

          what is new launch condition and Condition property ? Please explain

          Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....

          S Offline
          S Offline
          satsumatable
          wrote on last edited by
          #4

          If you are working in VS - 2005 then you should be able to see a Button called Prerequisites on your Setup Project Property. Hit that button and gothrough. Thanks

          S 1 Reply Last reply
          0
          • S satsumatable

            If you are working in VS - 2005 then you should be able to see a Button called Prerequisites on your Setup Project Property. Hit that button and gothrough. Thanks

            S Offline
            S Offline
            Sonia Gupta
            wrote on last edited by
            #5

            i have gone through that i selected the second option there, choose the location where the application is residing

            Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....

            S 1 Reply Last reply
            0
            • S Sonia Gupta

              i have gone through that i selected the second option there, choose the location where the application is residing

              Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....

              S Offline
              S Offline
              satsumatable
              wrote on last edited by
              #6

              Insted you can select First Option know? It will download from Internet automatically when you deploy into customer place? If you select second option then .Net 2.0 Framework should go along with your application. Choose which ever you want? And is it help out to you or no? Thanks

              S 1 Reply Last reply
              0
              • S satsumatable

                Insted you can select First Option know? It will download from Internet automatically when you deploy into customer place? If you select second option then .Net 2.0 Framework should go along with your application. Choose which ever you want? And is it help out to you or no? Thanks

                S Offline
                S Offline
                Sonia Gupta
                wrote on last edited by
                #7

                will u please explain me the steps if i select the option 2

                Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....

                S 1 Reply Last reply
                0
                • S Sonia Gupta

                  will u please explain me the steps if i select the option 2

                  Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....

                  S Offline
                  S Offline
                  satsumatable
                  wrote on last edited by
                  #8

                  [http://www.codeproject.com/useritems/Prerequisites\_in\_Setup.asp](<a href=)[^]" rel="nofollow">HOW ABT THIS

                  S 1 Reply Last reply
                  0
                  • S satsumatable

                    [http://www.codeproject.com/useritems/Prerequisites\_in\_Setup.asp](<a href=)[^]" rel="nofollow">HOW ABT THIS

                    S Offline
                    S Offline
                    Sonia Gupta
                    wrote on last edited by
                    #9

                    this does not explain the second option can u come online at yahoo soniagupta1@yahoo.co.in

                    Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....

                    S 1 Reply Last reply
                    0
                    • S Sonia Gupta

                      this does not explain the second option can u come online at yahoo soniagupta1@yahoo.co.in

                      Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....

                      S Offline
                      S Offline
                      satsumatable
                      wrote on last edited by
                      #10

                      Yup added ... mine is ct_prakash@yahoo.co.in

                      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