Codebase list ohcount / 6c6b3496-5c95-4881-94ad-331592f9fd83/main test / src_dir / foo.nsi
6c6b3496-5c95-4881-94ad-331592f9fd83/main

Tree @6c6b3496-5c95-4881-94ad-331592f9fd83/main (Download .tar.gz)

foo.nsi @6c6b3496-5c95-4881-94ad-331592f9fd83/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