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
- :
- Re: adding files programmatically, possible?
Subscribe
- 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
Dec 06, 2011
09:34 AM
adding files programmatically, possible?
Is it possible to pro grammatically add files to be patched (dlls, configurations files, text files) to a quick patch ism file?
if it is possible, how can it be done programmatically (in other words, do you have a sample program).
I am pretty new at this.
Thank you so much.
Ronald
if it is possible, how can it be done programmatically (in other words, do you have a sample program).
I am pretty new at this.
Thank you so much.
Ronald
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 06, 2011
01:05 PM
Others will say that it's not best practice, but you can always set your component(s) to use Dynamic File Linking, such that they pick up all files in a folder at the time of the build.
In the Component view, expand your component and click on Files. In the right-side Files pane, right-click and choose Dynamic File Linking. Choose the New Link button to add dynamically added files.
In the Component view, expand your component and click on Files. In the right-side Files pane, right-click and choose Dynamic File Linking. Choose the New Link button to add dynamically added files.
