%% Section=Section Name...
Section "%Section%"
  SectionIn RO            # To make section read-only
  SetOutPath "$INSTDIR"   # To set installation directory
  SetShellVarContext all  # To set shell variables context
  File /r *.*             # To unpack files
  WriteUninstaller $INSTDIR\Uninstall.Exe
SectionEnd
