cacls.exe in which component

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to have the command line tool cacls.exe (change ACLs) in my XPe image.
I found it in the repository {484C9D34-846E-40E2-A2E6-FF2771A303D5} but
can't locate a component that is containing it.

Does anyone knows which component I have to add?

Regards,
Burkhard
 
Burkhard,

No component that holds the cacls.exe tool.

But since it is in the Repository you cna just add it to the TD Extra Files section of your Configuration.
 
KM,
I added it to the TD Extra File Section, in TD everything looks fine, but
when I build the target I get

Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found: "cacls.exe"
R: Error 1005: File not found: "cacls.exe"

Under Extra Files the file is shown with the right file size and I browsed
to it to add it so I thing it is there.

Any idea what my mistake is?

Burkhard
 
You can do that another way.
Copy the file to a directory on your drive and add this directory path to TD Extra file serach path (somewhere on Advanced page in
TD options dialog).
 
cacls.exe is not found in any component. So my suggestion is to build an
own component you can include in your image. This is a more transparent
way than adding it directly in TD.
 
Back
Top