Copy files from installer dir to another?
Hey guys! I have searched a bit, but I haven't found anything. I want to copy files from the installer dir to another, don't matter where installer are. there is some easy way to do this?
Archive: Copy files from installer dir to another?
Copy files from installer dir to another?
Hey guys! I have searched a bit, but I haven't found anything. I want to copy files from the installer dir to another, don't matter where installer are. there is some easy way to do this?
Do you mean copying files from where the executable is located? Look at CopyFiles.
Stu
Originally posted by Afrow UKmy goal is make a font installer. by this, i want that the 'installer' copy fonts from the folder that it is located to the windows Fonts folder. but it needs to work on any folder, to simplify the work.
Do you mean copying files from where the executable is located? Look at CopyFiles.
Stu
You still haven't made it clear whether you want the files stored inside the installer executable or whether they will be bundled beside the installer executable (i.e. on a CD). You need to look at some examples.
Stu
Originally posted by Afrow UKthe files will be not stored with the installer. the installer will be 'standalone'. it'll be like this: the user has the fonts on its computer, then he download my 'installer' and place it in the same folder of the fonts. he runs the installer and the installer copy the fonts to Windows' Fonts folder, installing it.
You still haven't made it clear whether you want the files stored inside the installer executable or whether they will be bundled beside the installer executable (i.e. on a CD). You need to look at some examples.
Stu
Search for 'install font'.
Stu