This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Set Dynamic Files to Read Only
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Oct 16, 2008
04:35 PM
Set Dynamic Files to Read Only
I have an Installshield 2009 Installcript MSI Project. I have several components that have files added with a dynamic link. I have set permissions on the appropriate components to be read only for Everyone. After installation the folders are marked read only, but the files inside those folders are not. What do I need to change to make these files read only?
(2) Replies
‎Oct 17, 2008
08:03 AM
Properties such as read-only cannot be set for dynamically linked files. This is one of several limitations for dynamically linked files, as documented here:
Limitations of Dynamic File Linking
Limitations of Dynamic File Linking
‎Oct 17, 2008
09:40 AM
A dynamic link should preserve the attributes of files it brings in; can you set the source files to use the attributes you want?