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. .NET (Core and Framework)
  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 .NET (Core and Framework)
csharpquestiondotnetworkspace
9 Posts 6 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 Offline
    N Offline
    Narendra Reddy Vajrala
    wrote on last edited by
    #1

    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

    CPalliniC S 2 Replies 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

      CPalliniC Offline
      CPalliniC Offline
      CPallini
      wrote on last edited by
      #2

      How can your application run without the .NET Framework? :)

      If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
      This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
      [My articles]

      In testa che avete, signor di Ceprano?

      N 1 Reply Last reply
      0
      • CPalliniC CPallini

        How can your application run without the .NET Framework? :)

        If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
        This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
        [My articles]

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

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

        P 1 Reply Last reply
        0
        • N Narendra Reddy Vajrala

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

          P Offline
          P Offline
          Pete OHanlon
          wrote on last edited by
          #4

          By adding the .NET 3.5 redistributable as a required element in your installer.

          "WPF has many lovers. It's a veritable porn star!" - Josh Smith

          As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

          My blog | My articles | MoXAML PowerToys | Onyx

          L 1 Reply Last reply
          0
          • P Pete OHanlon

            By adding the .NET 3.5 redistributable as a required element in your installer.

            "WPF has many lovers. It's a veritable porn star!" - Josh Smith

            As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

            My blog | My articles | MoXAML PowerToys | Onyx

            L Offline
            L Offline
            led mike
            wrote on last edited by
            #5

            Have you been reading the documentation again! Fraking cheater!

            P 1 Reply Last reply
            0
            • L led mike

              Have you been reading the documentation again! Fraking cheater!

              P Offline
              P Offline
              Pete OHanlon
              wrote on last edited by
              #6

              led mike wrote:

              Have you been reading the documentation again!

              :laugh: Nope. I'm just making it up as I go along.

              "WPF has many lovers. It's a veritable porn star!" - Josh Smith

              As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

              My blog | My articles | MoXAML PowerToys | Onyx

              L 1 Reply Last reply
              0
              • P Pete OHanlon

                led mike wrote:

                Have you been reading the documentation again!

                :laugh: Nope. I'm just making it up as I go along.

                "WPF has many lovers. It's a veritable porn star!" - Josh Smith

                As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

                My blog | My articles | MoXAML PowerToys | Onyx

                L Offline
                L Offline
                led mike
                wrote on last edited by
                #7

                It's all good cause IT'S FRIDAY :beer: :jig: :beer:

                M 1 Reply Last reply
                0
                • L led mike

                  It's all good cause IT'S FRIDAY :beer: :jig: :beer:

                  M Offline
                  M Offline
                  Mark Salsbery
                  wrote on last edited by
                  #8

                  led mike wrote:

                  IT'S FRIDAY

                  W00T! :jig: :beer:

                  Mark Salsbery Microsoft MVP - Visual C++ :java:

                  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

                    S Offline
                    S Offline
                    saanj
                    wrote on last edited by
                    #9

                    Without .NET Framework, there is no program made using .NET technologies can run. So, any .NET program requires .NET Framewrok to be installed where it will run. But if you have developed a program using .NET Framework 3.5 without using .NET Framework 3.5 features, then you can use that program in .NET Framework 2.0. But while creating the setup package, you need to mention for which .NET Framework, the program will run.

                    Either you love IT or leave IT...

                    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