Archive: Create Func that is used by install/uninstall


Create Func that is used by install/uninstall
Hi,

How would I go about creating a Func that is used by the install & uninstall sections of a NSIS script.

Specifically I would like to copy some runtime to temp folder.

Thanks
Jared


Have a look at Example 1.1.6 in
http://nsis.sourceforge.net/Macro_vs_Function

Cheers

Bruno