A
Alexander Cherny
Hi all!
Before .NET appears I used scriptlets to perform some functionality "on
fly". My application took the body of the scriptlet from a database (it
could be formed by some SELECT to perform some specific task), then saved it
as a file, put necessary parameters in the registry (to register it like
regsvr32 does) and ran it as a regular COM object. Then the application
cleaned everything up: unregistered the sriptlet (deleting any changes in
the registry made for it) and deleted the scriptlet file.
Maybe it's not a high-end way to get such a behaviour, but it worked. My
question is: is there any way like that to be realized "with a little help
from" .NET?
Thank you.
Before .NET appears I used scriptlets to perform some functionality "on
fly". My application took the body of the scriptlet from a database (it
could be formed by some SELECT to perform some specific task), then saved it
as a file, put necessary parameters in the registry (to register it like
regsvr32 does) and ran it as a regular COM object. Then the application
cleaned everything up: unregistered the sriptlet (deleting any changes in
the registry made for it) and deleted the scriptlet file.
Maybe it's not a high-end way to get such a behaviour, but it worked. My
question is: is there any way like that to be realized "with a little help
from" .NET?
Thank you.