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
Professional Software Development Tools
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
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