OpenContacts/windows/installer-script.nsi

16 lines
No EOL
335 B
Text

OutFile "ReCon-Installer.exe"
# define the directory to install to, the desktop in this case as specified
# by the predefined $DESKTOP variable
InstallDir $DESKTOP
# default section
Section
# define the output path for this file
SetOutPath $INSTDIR
# define what to install and place it in the output path
File test.txt
SectionEnd