Best Practices Question
How to add new files under rootdrive ?
Hello Experts,
Now I want to add some new Files under C:\XYZ folder from the MST.
How can I do it, any suggestions ?
I tired adding new component and set it ass TARGETDIR, it doesn't help.
Thanks in Advance.
Answer Summary:
0 Comments
[ + ] Show comments
Answer Chosen by the Author
Please log in to answer
Assuming your component has a valid file as a keypath, you would potentially need entries in the Directory table such as:
Directory | Directory_Parent | DefaultDir |
WindowsVolume | TARGETDIR | .:WinRoot |
XYZ | WindowsVolume | XYZ |
Then you can set your component's Directory_ to XYZ (instead of TARGETDIR like you said).
Comments