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. .net framework installation problem

.net framework installation problem

Scheduled Pinned Locked Moved C#
helpcsharpdotnetquestionworkspace
13 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.
  • X Xmen Real

    this can only possible by third party tools, or just give .netframework with your application

    TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L %^]*IRXD#@GKCQ`R\^SF_WcHbORY87??6?N8?BcRAV\Z^&SU~%CSWQ@#2 W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN% Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i?TV.C\y -------------------------------------------------------- 128 bit encrypted signature, crack if you can

    M Offline
    M Offline
    Miss Maheshwari
    wrote on last edited by
    #3

    Xmen wrote:

    just give .netframework with your application

    yes i want to give .net framework with my application but how... please tell me how can i give the . net framework with my application..and what is the use of "DownLoad prerequisite (that is .net framework) from the location as my application.... tell me how can i give the .net framework with my application...

    1 Reply Last reply
    0
    • M Miss Maheshwari

      i m having a setup of my application..i want to run it on a machine which is not having the .net framework..so from the properties of the setup i choose the option ..."Download prerequisites from the same location as my application"....but on running the setup..it is not installing the setup from here...it is opening the microsoft site..and the client is not having the internet....so please help..how can i run the .net framework from the same location as my application.....please someone help..

      J Offline
      J Offline
      JustChiragPatel
      wrote on last edited by
      #4

      Hi, yes by default it will ask user to download framework from the internet. but we can put .net framework redistributable packages in our setup files and we can write NSIS script for installing our application such way that it will install framework from given location in setup package, and will not ask for download. for that you have to write NSIS script. you can find resources to write that from this line. http://nsis.sourceforge.net/DotNET[^] Bye Have a nice day :-D.

      Chirag Patel Programmer Analyst India

      1 Reply Last reply
      0
      • M Miss Maheshwari

        i m having a setup of my application..i want to run it on a machine which is not having the .net framework..so from the properties of the setup i choose the option ..."Download prerequisites from the same location as my application"....but on running the setup..it is not installing the setup from here...it is opening the microsoft site..and the client is not having the internet....so please help..how can i run the .net framework from the same location as my application.....please someone help..

        N Offline
        N Offline
        N a v a n e e t h
        wrote on last edited by
        #5

        You can download .NET Framework redestributable package[^] and supply it with your project setup. You need to configure the installer to install it first before it installs your application.

        All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

        J M 2 Replies Last reply
        0
        • N N a v a n e e t h

          You can download .NET Framework redestributable package[^] and supply it with your project setup. You need to configure the installer to install it first before it installs your application.

          All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

          J Offline
          J Offline
          JustChiragPatel
          wrote on last edited by
          #6

          hi, N a v a n e e t h supplying framework package is not a solution for corporate application. user want one click installation packages, is you solution need to click on framework package installation? if yes then your setup is not for corporate users. we have to give as much as comfort to our user. Bye

          Chirag Patel Programmer Analyst India

          N J 2 Replies Last reply
          0
          • J JustChiragPatel

            hi, N a v a n e e t h supplying framework package is not a solution for corporate application. user want one click installation packages, is you solution need to click on framework package installation? if yes then your setup is not for corporate users. we have to give as much as comfort to our user. Bye

            Chirag Patel Programmer Analyst India

            N Offline
            N Offline
            N a v a n e e t h
            wrote on last edited by
            #7

            JustChiragPatel wrote:

            supplying framework package is not a solution for corporate application. user want one click installation packages

            You haven't read my post fully. I have told to make necessary changes in the installer to install framework first before installing application.

            All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

            1 Reply Last reply
            0
            • N N a v a n e e t h

              You can download .NET Framework redestributable package[^] and supply it with your project setup. You need to configure the installer to install it first before it installs your application.

              All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

              M Offline
              M Offline
              Miss Maheshwari
              wrote on last edited by
              #8

              N a v a n e e t h wrote:

              You need to configure the installer to install it first before it installs your application.

              how to configure the installer(or i can say how to use the installer)please tell me some steps to use

              N J 2 Replies Last reply
              0
              • M Miss Maheshwari

                N a v a n e e t h wrote:

                You need to configure the installer to install it first before it installs your application.

                how to configure the installer(or i can say how to use the installer)please tell me some steps to use

                N Offline
                N Offline
                N a v a n e e t h
                wrote on last edited by
                #9

                Take the properties of your setup project. You will find a Prerequisites button and the framework installation can be specified there.

                All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

                1 Reply Last reply
                0
                • M Miss Maheshwari

                  N a v a n e e t h wrote:

                  You need to configure the installer to install it first before it installs your application.

                  how to configure the installer(or i can say how to use the installer)please tell me some steps to use

                  J Offline
                  J Offline
                  JustChiragPatel
                  wrote on last edited by
                  #10

                  hi, i have replied with answer that you have to user third party installer to do that, there is no way to configure installer project in VS 2005. but still you can find the solution in installer, if not find then try NSIS. Regards.

                  Chirag Patel Programmer Analyst India

                  N 1 Reply Last reply
                  0
                  • J JustChiragPatel

                    hi, i have replied with answer that you have to user third party installer to do that, there is no way to configure installer project in VS 2005. but still you can find the solution in installer, if not find then try NSIS. Regards.

                    Chirag Patel Programmer Analyst India

                    N Offline
                    N Offline
                    N a v a n e e t h
                    wrote on last edited by
                    #11

                    JustChiragPatel wrote:

                    there is no way to configure installer project in VS 2005.

                    Yes it's possible. You can add prerequisites and install framework before application get installed.

                    All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

                    J 1 Reply Last reply
                    0
                    • N N a v a n e e t h

                      JustChiragPatel wrote:

                      there is no way to configure installer project in VS 2005.

                      Yes it's possible. You can add prerequisites and install framework before application get installed.

                      All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

                      J Offline
                      J Offline
                      JustChiragPatel
                      wrote on last edited by
                      #12

                      hi, ok, i got what you want to tell. thanks.

                      Chirag Patel Programmer Analyst India

                      1 Reply Last reply
                      0
                      • J JustChiragPatel

                        hi, N a v a n e e t h supplying framework package is not a solution for corporate application. user want one click installation packages, is you solution need to click on framework package installation? if yes then your setup is not for corporate users. we have to give as much as comfort to our user. Bye

                        Chirag Patel Programmer Analyst India

                        J Offline
                        J Offline
                        Justin Perez
                        wrote on last edited by
                        #13

                        JustChiragPatel wrote:

                        we have to give as much as comfort to our user.

                        The customer must not be very comfortable with working like an idiot such as yourself, who cannot read a very small post and see that it is the answer to your question. Read what Navaneeth said, again, and actually try to comprehend what he is saying.

                        I'm going to become rich when I create a device that allows me to punch people in the face over the internet. "If an Indian asked a programming question in the forest, would it still be urgent?" - John Simmons / outlaw programmer

                        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