Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2003
    Posts
    2

    Grin 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

  2. #2
    Join Date
    Jul 2001
    Location
    Indigo Rose Software
    Posts
    1,834

    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.
    Darryl
    Indigo Rose Corporation

    Product Guides: AMS80 | SUF9 | TU30 | VP30 |MSIFACT |DeltaMAX

  3. #3
    Join Date
    May 2003
    Posts
    2

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts