OutFile "setup_snow.exe"
InstallDir "$PROGRAMFILES64"
Section
SetOutPath "$INSTDIR"
RMDir "$INSTDIR"
File /r "snow"
Push "$INSTDIR"
SectionEnd