You are here

How to include .nsh files?

2 posts / 0 new
Last post
enzeinzen
Offline
Last seen: 1 year 9 months ago
Joined: 2017-05-19 10:39
How to include .nsh files?

Hi, quick question.

What do i have to do to include a .nsh file, like FileFunc.nsh that is not already included with PA when compiling a launcher?
I know the Custom.nsh file is supposed to go into the Launcher folder next to the ini but where do the include files go?

flywire
Offline
Last seen: 10 months 2 days ago
Joined: 2020-03-05 06:19
Assume the same directory (?)

;------------------------
;DEFAULT NSIS CONFIG FILE
;------------------------

;This header file will be included when compiling any NSIS installer,
;you can use it to add script code to every installer you compile.

;This file is treated as if it is in the directory of your script.
;When using relative paths, the files have to be in your build directory.

Log in or register to post comments