cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
salva_shield
Level 3

InstallScript move folder

Hello,

I want to create a InstallScript that in pre-installation progress move a folder, with files inside to other locations.

There is some function to do that i cant find in documentation. If there is not function how could i do that??

Thank you very much
Labels (1)
0 Kudos
(2) Replies
J_anitha
Level 8

When do you want to move the folder?
Before displaying welcome dialog?
0 Kudos
Marwan
Level 7

You can look at the InstallScript functions XCopyFile and DeleteDir. The help library includes samples.
0 Kudos