.NET applications without Framework???

  • Thread starter Thread starter zurg
  • Start date Start date
Z

zurg

Hi!
I'd like to run my app on a clinet machine that doesn't have .net framework
installed...
I'm thinking about something like this:
I go to a client computer with a CD with my app and libraries that it uses.
I register this libraries and run my app. It gather some information and end
work. Thank I say "Tkank you", de-register the librarys and leave the client
computer unhurt...
Is it in any way possible???
 
Hi,

This is not possible. You should install the .NET Framework along with your
application.
 
Mayby another way...
I will have the whole .NET Framework on the CD, as well as my program.
Do I have to step by the normal installing procedure or is there a way to
just register the .NET Framework libraries that are on CD, run my app, get
the results, de-register the libraries and leave the client computer
unhurt...



Uzytkownik "Dmitriy Lapshin [C# / .NET MVP]"
Hi,

This is not possible. You should install the .NET Framework along with your
application.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

zurg said:
Hi!
I'd like to run my app on a clinet machine that doesn't have .net framework
installed...
I'm thinking about something like this:
I go to a client computer with a CD with my app and libraries that it uses.
I register this libraries and run my app. It gather some information and end
work. Thank I say "Tkank you", de-register the librarys and leave the client
computer unhurt...
Is it in any way possible???
 
Yes you will have to step through the normal installation procedure.
 
I've just found this link on the .NET newsgroups, check it out:

http://thinstall.com/

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

zurg said:
Mayby another way...
I will have the whole .NET Framework on the CD, as well as my program.
Do I have to step by the normal installing procedure or is there a way to
just register the .NET Framework libraries that are on CD, run my app, get
the results, de-register the libraries and leave the client computer
unhurt...



Uzytkownik "Dmitriy Lapshin [C# / .NET MVP]"
Hi,

This is not possible. You should install the .NET Framework along with your
application.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

zurg said:
Hi!
I'd like to run my app on a clinet machine that doesn't have .net framework
installed...
I'm thinking about something like this:
I go to a client computer with a CD with my app and libraries that it uses.
I register this libraries and run my app. It gather some information
and
end
work. Thank I say "Tkank you", de-register the librarys and leave the client
computer unhurt...
Is it in any way possible???
 
Back
Top