Create Folder and assign it's permission in Win XP

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • sawadallayl
    Forum Member
    • May 2003
    • 2

    Create Folder and assign it's permission in Win XP

    HI
    Is it possiple to let my application setup create a folder and assign write access to all users in Windows XP, currently my setup file creates my application folder but the write access is granted to the administrators only, I want all users of this PC to have a write access, how can I perform this using setup factory 6.
    Appreciate your help
  • Darryl
    Indigo Rose Staff Member
    • Jul 2001
    • 1908

    #2
    Re: Create Folder and assign it's permission in Win XP

    No, there is no built-in feature in Setup Factory that will allow you to perform this type of security manipulation, however take a look at the following links. They may help you accomplish what you are looking to do:

    First Link

    Second Link

    The first link mentions the information contained in the second link.

    Hope that helps.

    Comment

    • sawadallayl
      Forum Member
      • May 2003
      • 2

      #3
      Re: Create Folder and assign it's permission in Win XP

      Many thanks for your reply, it helps allot, although I can not make it via setup factory, I could work out the following command using it in a batch file, then I will run it after setup complete.
      CACLS "C:\PROGRAM FILES\my apps" /E /T /G USERS:W
      Appreciate your help.

      Comment

      Working...
      X