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. How can i install .net 3.5 setup project without .net frameowrk 3.5?

How can i install .net 3.5 setup project without .net frameowrk 3.5?

Scheduled Pinned Locked Moved C#
csharpquestiondotnetworkspace
25 Posts 12 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.
  • N Narendra Reddy Vajrala

    If you are in position what you will do?

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

    Personally? I would install the .net framework, or next time if a requirement is no .net framework, then guess what... I wouldn't use a .net language! DING DING DING, fail.

    Check out the CodeProject forum Guidelines[^]

    1 Reply Last reply
    0
    • N Narendra Reddy Vajrala

      Hi Experts, I have developed a c#.Net 3.5 windows Application, i created a setup project and everything fine. when am going to install that setup engine in a machine where there is no .net framework 3.5 it is asking to install .net framework 3.5. without .net framework 3.5 how can i install my setup project? please reply me. Thanks In Advance --Naren

      N Offline
      N Offline
      Narendra Reddy Vajrala
      wrote on last edited by
      #15

      Thanks to all for your suggestions. :-O

      1 Reply Last reply
      0
      • N Narendra Reddy Vajrala

        If you are in position what you will do?

        N Offline
        N Offline
        Nagy Vilmos
        wrote on last edited by
        #16

        Narendra Reddy Vajrala wrote:

        If you are in position what you will do?

        Standing beside you. I would take aim at your stupid and bitch slap you until your eyes pop out. Asking the same question. I would read what other people have written in response and realise I am being an outstanding feckwit thinking that I can run a program that uses a specific runtime library without having the library installed. You cannot run a .NET x.x program without installing .NET x.x runtime. That is it. There is no room for a three-year-old-tantrum here. You want the program, then you install the runtime. Do you understand? Answer YES or NO.


        Panic, Chaos, Destruction. My work here is done.

        N 1 Reply Last reply
        0
        • N Narendra Reddy Vajrala

          If you are in position what you will do?

          J Offline
          J Offline
          Jimmanuel
          wrote on last edited by
          #17

          You have two options: 1) install .Net - this will allow the installer to run and install your software. 2) don't install .Net - the installer won't run which makes your software worthless. I'll leave it to you to figure out which one you want to do.

          :Badger:

          N 1 Reply Last reply
          0
          • N Nagy Vilmos

            Narendra Reddy Vajrala wrote:

            If you are in position what you will do?

            Standing beside you. I would take aim at your stupid and bitch slap you until your eyes pop out. Asking the same question. I would read what other people have written in response and realise I am being an outstanding feckwit thinking that I can run a program that uses a specific runtime library without having the library installed. You cannot run a .NET x.x program without installing .NET x.x runtime. That is it. There is no room for a three-year-old-tantrum here. You want the program, then you install the runtime. Do you understand? Answer YES or NO.


            Panic, Chaos, Destruction. My work here is done.

            N Offline
            N Offline
            Narendra Reddy Vajrala
            wrote on last edited by
            #18

            just compare the answers from experts no two answers were same, at least something new

            N Y 2 Replies Last reply
            0
            • J Jimmanuel

              You have two options: 1) install .Net - this will allow the installer to run and install your software. 2) don't install .Net - the installer won't run which makes your software worthless. I'll leave it to you to figure out which one you want to do.

              :Badger:

              N Offline
              N Offline
              Narendra Reddy Vajrala
              wrote on last edited by
              #19

              Tnx

              1 Reply Last reply
              0
              • N Narendra Reddy Vajrala

                just compare the answers from experts no two answers were same, at least something new

                N Offline
                N Offline
                Nagy Vilmos
                wrote on last edited by
                #20

                Every answer was the same you screaming doofus!


                Panic, Chaos, Destruction. My work here is done.

                N Y 2 Replies Last reply
                0
                • N Nagy Vilmos

                  Every answer was the same you screaming doofus!


                  Panic, Chaos, Destruction. My work here is done.

                  N Offline
                  N Offline
                  Narendra Reddy Vajrala
                  wrote on last edited by
                  #21

                  good

                  1 Reply Last reply
                  0
                  • N Narendra Reddy Vajrala

                    Hi Experts, I have developed a c#.Net 3.5 windows Application, i created a setup project and everything fine. when am going to install that setup engine in a machine where there is no .net framework 3.5 it is asking to install .net framework 3.5. without .net framework 3.5 how can i install my setup project? please reply me. Thanks In Advance --Naren

                    D Offline
                    D Offline
                    Dan Neely
                    wrote on last edited by
                    #22

                    Xenocode[^] and Remotesoft[^] have applications that will allow an application to be written in .NET without needing the framework installed. The main differences are that salamander will precompile your app into native code, xenocode will just stuff the .net executable inside a wrapper, and that xenocode will combine all the .net dlls in as well while salamander will leave them separate. IIRC one of the virtualization companies sells a similar service for ~$5k but I never investigated it in detail because of the price differential.

                    It is a truth universally acknowledged that a zombie in possession of brains must be in want of more brains. -- Pride and Prejudice and Zombies

                    1 Reply Last reply
                    0
                    • N Narendra Reddy Vajrala

                      oh really? i want to install my .msi file in my client machine where there is no .net framework hoe can i?

                      D Offline
                      D Offline
                      Dave Kreskowiak
                      wrote on last edited by
                      #23

                      Why?? Since you can't even run your project, let alone install it, without .NET 3.5 installed, what's the point of getting the installer to work without it??

                      A guide to posting questions on CodeProject[^]
                      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                           2006, 2007, 2008

                      1 Reply Last reply
                      0
                      • N Nagy Vilmos

                        Every answer was the same you screaming doofus!


                        Panic, Chaos, Destruction. My work here is done.

                        Y Offline
                        Y Offline
                        Yusuf
                        wrote on last edited by
                        #24

                        Come on, give the lad a break. He is right, no two answers are identical word or word, where as his answers are exactly the same word for word. :doh: :omg: :wtf: :~

                        Yusuf Can I help you?

                        1 Reply Last reply
                        0
                        • N Narendra Reddy Vajrala

                          just compare the answers from experts no two answers were same, at least something new

                          Y Offline
                          Y Offline
                          Yusuf
                          wrote on last edited by
                          #25

                          No you are not comparing, your are 'window shopping' for the answer in your head. :-\ :doh: :|

                          Yusuf Can I help you?

                          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