Skip to content
⌘ NSIS Forum Archive

Specify a relative path in a parent folder

3 posts

fabiochelly#

Specify a relative path in a parent folder

Hi,

How can I specify a file located in a parent folder?
Something like:
File "..\folder1\file.exe"
evilO#
Hi 🙂

Yes, to specify a file located in a parent folder, this is the correct thing to do... You didn't test it ?

Well, there are examples provided with NSIS 😁

This one for instance:
c:\Program Files\NSIS\Examples\example1.nsi

evilO/Olive