I need to be able to copy a file that exists on the target machines hard-drive based on a registry setting that holds the folder path.
I have been trying to get this going for a day or two and am having difficulty, can anyone help?
Thanks,
B
|
|
|
Try something along these lines:
You can populate MYTESTDIR with a value from the registry using a RegistrySearch. |
|||
|
|
|
You can first search your registry for the file as follows:
Then use a Custom Action to set the file name
and then copy file as described by the previous answer...
|
||||
|
|