Codebase list ohcount / upstream/4.0.0+git20210223.6654d48 test / expected_dir / foo.nsi
upstream/4.0.0+git20210223.6654d48

Tree @upstream/4.0.0+git20210223.6654d48 (Download .tar.gz)

foo.nsi @upstream/4.0.0+git20210223.6654d48raw · history · blame

nsis	comment	; some nsis code
nsis	comment	/*
nsis	comment	 * lorem
nsis	comment	ipsum
nsis	comment	dolor sit amet etcetera
nsis	comment	*/
nsis	blank	
nsis	code	!include LogicLib.nsh
nsis	code	OutFile foo.exe
nsis	blank	
nsis	code	Section
nsis	code		IfFileExists ${__FILE__} 0 +2 ; comments can be inline
nsis	comment			# Use of ; in a string on the next line
nsis	code			MessageBox MB_OK "You moved this installer file; you shouldn't do that ;-)"
nsis	code	SectionEnd