|
-
Feb 1st, 2000, 01:17 AM
#1
Thread Starter
Junior Member
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?
-
Feb 1st, 2000, 05:08 PM
#2
Frenzied Member
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
-
Feb 1st, 2000, 08:11 PM
#3
Thread Starter
Junior Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|