Results 1 to 3 of 3

Thread: Register DLL and Set NT File Security

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 1999
    Location
    Cary, NC, USA
    Posts
    17

    Post

    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?

  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845

    Post

    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



  3. #3

    Thread Starter
    Junior Member
    Join Date
    Aug 1999
    Location
    Cary, NC, USA
    Posts
    17

    Post

    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
  •  



Click Here to Expand Forum to Full Width