- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- installation question
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
installation question
By the help of this document I got to know how to override the files https://docs.revenera.com/installshield28helplib/helplibrary/IDlgFileProp.htm#ref-dialogboxesa-m_694013026_wp1157. This case is when the files are not dynamically linked, but is there any way to override the folders and files which are dynamically linked or not either of the cases would be helpful.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @Canddy,
Thank you for your post.
Please accept our apologies for the delayed response.
It is only possible to override file attributes for files that are not dynamically linked, but are statically linked. This is not possible for files that are dynamically linked, because you cannot set the file attributes for files that are included via a dynamic link, since the files are not pulled into the project until build-time. That is to say, a dynamically linked file does not exist in the project until it is built. Hence, the files attributes cannot be set at design-time.
If you appreciate this post, click Kudos. If you consider this post to be a valid solution to the reported issue, click Accept As Solution.
Please let us know if you have any questions or concerns. Thanks!