Archive: Multifolder installation


Multifolder installation
Hi,

I have to build an installation program with 2 specificities:
- First I have to modify an .ini file in a way that depends on the version of Windows (NT or 2000/XP)
- Second, I have to ask the user to choose 3 folders (with a folder requester) where the installation program will copy 3 sets of files.

Can I achieve that work with NSIS, and of course if so, how?

Thank's a lot,


The archive is usually a good place to start.

Checking for the Windows version can be found here.

Writing .ini files is easy.

Choosing folders...dunno, custom dialogue or something? I'm sure it's doable.