cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
installcon
Level 2

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
Labels (1)
0 Kudos
(1) Reply
GarrettDyer
Level 5

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.
0 Kudos