Codebase list ohcount / c865d4db-f4b2-4b3e-8e76-e6475c6514d2/main test / src_dir / foo.nsi
c865d4db-f4b2-4b3e-8e76-e6475c6514d2/main

Tree @c865d4db-f4b2-4b3e-8e76-e6475c6514d2/main (Download .tar.gz)

foo.nsi @c865d4db-f4b2-4b3e-8e76-e6475c6514d2/mainraw · history · blame

; some nsis code
/*
 * lorem
ipsum
dolor sit amet etcetera
*/

!include LogicLib.nsh
OutFile foo.exe

Section
	IfFileExists ${__FILE__} 0 +2 ; comments can be inline
		# Use of ; in a string on the next line
		MessageBox MB_OK "You moved this installer file; you shouldn't do that ;-)"
SectionEnd