CAB File

  • Thread starter Thread starter Allen Holman
  • Start date Start date
A

Allen Holman

I have added some .txt files to the cab and they are
getting installed. The problem is I would like the .txt
files to be editable by the user. It appears that the
installation marks the files as read only.

Is there something I can do to make the files editable?

Thanks, Allen
 
Never mind - I just called GetFileAttributes /
SetFileAttributes and changed the read only flag.

Allen
 
Back
Top