-
I have an ASP solution that is popular and the biggest problem is people not following the install directions. I have therefore created an install program for it. However, I do not know how to programmatically register a DLL or how to set NT File Security on a couple of the files it installs. Can anyone help with this?
-
to register a dll you can:
Code:
Shell "regsvr32 /s " & Filename
what do you mean by set NT File Security ?
------------------
Mark Sreeves
Analyst Programmer
[email protected]
A BMW Group Company
-
Mark,
Thank you for the Register Code.
As far as NT File Security, what I need to do is modify permissions for IUSR_<machinename> to have
Read Access control to one new file and
Full Control - on one directory