screensaver

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I'm in the process of creating a screen saver and i was wondering if the
pc's that it will be installed on need the .NET framework to run it?

thx
 
Hi Mike,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to know whether we need .net
framework installed on the client's machine if we need to install
screensaver on it. If there is any misunderstanding, please feel free to
let me know.

The answer has to be yes, if you're composing the screensaver with C#. It
require the CLR and the system assemblies to run. Fortunately, we can use
Windows Update directly to install it.

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top