PDA

View Full Version : Create Folder !!!!


nejray
11-10-2003, 01:01 PM
Hello
Using Setup Factory 6 Is it possible to create a folder on drive C called 'whatever..' and copy files into this during the installation can Setup Factory 6 create folders and would someone kindly tell me how to code this


Thanks

Nejray

John-oh
11-10-2003, 01:19 PM
Couple of methods come to mind :

Put files in General/Primer files, they will then be copied into % TemplaunchDir% on startup.

or

Use

Design/Actions/Startup/Actions/Folders/CreatDir
to create a Folder
then use Design/actions/FileOperations/CopyFile
to copy files into folder created.

Cheers