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. Portable .Net?!

Portable .Net?!

Scheduled Pinned Locked Moved C#
csharpasp-netdotnethelpquestion
8 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.
  • R Offline
    R Offline
    Rojan Gh
    wrote on last edited by
    #1

    Hi everyone. Does anyone know if it is possible to include the .net core assemblies, say in a cd for our program to use theme and solve the problem of detecting the installed .net version and installing the required version?! It's a real problem for me that create multimedia cds using C#!

    Sojaner!

    R G C 3 Replies Last reply
    0
    • R Rojan Gh

      Hi everyone. Does anyone know if it is possible to include the .net core assemblies, say in a cd for our program to use theme and solve the problem of detecting the installed .net version and installing the required version?! It's a real problem for me that create multimedia cds using C#!

      Sojaner!

      R Offline
      R Offline
      Ri Qen Sin
      wrote on last edited by
      #2

      I think there are .NET obfuscators that cram all the dependencies into one assembly and optionally compile it into a native executable.

      ROFLOLMFAO

      R 1 Reply Last reply
      0
      • R Ri Qen Sin

        I think there are .NET obfuscators that cram all the dependencies into one assembly and optionally compile it into a native executable.

        ROFLOLMFAO

        R Offline
        R Offline
        Rojan Gh
        wrote on last edited by
        #3

        I could not find any free full functional one can you suggest me one please?!

        Sojaner!

        M 1 Reply Last reply
        0
        • R Rojan Gh

          I could not find any free full functional one can you suggest me one please?!

          Sojaner!

          M Offline
          M Offline
          mav northwind
          wrote on last edited by
          #4

          There are no "free full functional" ones. The one or two products that promise to include all the required parts into your program are quite expensive from what I've heard. But obviously, if one main requirement for your application is that no installation is required, then choosing .NET was a mistake in the first place.

          Regards, mav -- Black holes are the places where God divided by 0...

          R 1 Reply Last reply
          0
          • R Rojan Gh

            Hi everyone. Does anyone know if it is possible to include the .net core assemblies, say in a cd for our program to use theme and solve the problem of detecting the installed .net version and installing the required version?! It's a real problem for me that create multimedia cds using C#!

            Sojaner!

            G Offline
            G Offline
            Giorgi Dalakishvili
            wrote on last edited by
            #5

            These links might help you: Xenocode Postbuild[^] Portable .NET[^]

            #region signature my articles #endregion

            1 Reply Last reply
            0
            • M mav northwind

              There are no "free full functional" ones. The one or two products that promise to include all the required parts into your program are quite expensive from what I've heard. But obviously, if one main requirement for your application is that no installation is required, then choosing .NET was a mistake in the first place.

              Regards, mav -- Black holes are the places where God divided by 0...

              R Offline
              R Offline
              Ri Qen Sin
              wrote on last edited by
              #6

              mav.northwind wrote:

              if one main requirement for your application is that no installation is required, then choosing .NET was a mistake in the first place.

              Actually, it's not a mistake. If the OS comes with the required framework, no installation is required and a simple copy and paste is all that is needed. (e.g.: I can compile and send the resulting assembly over to my friend's computer for execution without him having to install anything.)

              ROFLOLMFAO

              M 1 Reply Last reply
              0
              • R Ri Qen Sin

                mav.northwind wrote:

                if one main requirement for your application is that no installation is required, then choosing .NET was a mistake in the first place.

                Actually, it's not a mistake. If the OS comes with the required framework, no installation is required and a simple copy and paste is all that is needed. (e.g.: I can compile and send the resulting assembly over to my friend's computer for execution without him having to install anything.)

                ROFLOLMFAO

                M Offline
                M Offline
                mav northwind
                wrote on last edited by
                #7

                Ri Qen-Sin wrote:

                If the OS comes with the required framework

                I think that's exactly the problem he's facing. Windows Server 2003 comes with .NET 2.0 pre-installed, Vista comes with .NET 3.0 pre-installed. For all other OS's there is no .NET installed out-of-the-box, and without installing .NET the application doesn't work. Installing .NET can be automated, but even then it takes a while. Once the target system does have .NET, of course you can simply use XCOPY deployment for .NET applications, but without the framework you're grounded.

                Regards, mav -- Black holes are the places where God divided by 0...

                1 Reply Last reply
                0
                • R Rojan Gh

                  Hi everyone. Does anyone know if it is possible to include the .net core assemblies, say in a cd for our program to use theme and solve the problem of detecting the installed .net version and installing the required version?! It's a real problem for me that create multimedia cds using C#!

                  Sojaner!

                  C Offline
                  C Offline
                  Christian Graus
                  wrote on last edited by
                  #8

                  I build a C++ app that launches the .NET install from CD if needed, then installs my app. It works well for me.

                  Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

                  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