Ron.Stordahl
9th September 2011, 04:59
I need my installer to move an existing folder on the target system to a new location on the same system. All contents including subfolders must be moved.
I believe I could do:
ExecWait '"XCOPY" "Source-Folder" "Dest-Folder" /e /i /y'
But is there an built in command I can put in my installer to do the same thing?
I believe I could do:
ExecWait '"XCOPY" "Source-Folder" "Dest-Folder" /e /i /y'
But is there an built in command I can put in my installer to do the same thing?