Deploying .Net Application
Hi, i made an application in C# and i want to test it on the user PC and it gives me an error since the PC does not have the framework. Is there a way to get the necessary components in the framework, so that it is not necessary for me to install the entire framework on the system? (Im going to use my app on 100+ PCs in the lab)
About the app,
Functions:
1. Idle for # minutes, the system will (logoff/restart/shutdown)
2. Shutdown at hh:mm AM/PM
I used ExitWindowsEx and DateTime. The idea is to automate each PC to shutdown at the closing time.
[593 byte] By [
ndra] at [2007-11-11 10:03:25]

# 1 Re: Deploying .Net Application
No, you must install the entire .NET Framework on any PC that will run a .NET application. You may wish to use VB6 or VBScript/JavaScript if you do not want to deploy a runtime.
# 2 Re: Deploying .Net Application
Thanks for the reply
I decided to continue using C#.net, and added more features in the app. :D
ndra at 2007-11-11 21:46:01 >
