Skip to content
⌘ NSIS Forum Archive

Some questions

2 posts

Deux89#

Some questions

Hi! I´m new to this software and I got some questions.

Is it possible to make a general purpouse installer? I mean, you have the installer in a folder. The installer looks after file(s) with a certain extension(s). And when it has found them, it puts the files in the corrects folder(s) based on what extension they have.

So, I need this to make a installer for maps for a game. And with the maps, textures, sounds, static meshes comes with it. So i want the installer to find ther right places for the differents files.


Regards
Deux
kichik#
It's possible. Use FindFirst, FindNext and FindClose or Locate to find files. Use CopyFiles to copy files on the user's computer.