11 lines
161 B
Plaintext
11 lines
161 B
Plaintext
|
OutFile "setup_snow.exe"
|
||
|
InstallDir "$PROGRAMFILES64"
|
||
|
|
||
|
Section
|
||
|
SetOutPath "$INSTDIR"
|
||
|
RMDir "$INSTDIR"
|
||
|
File /r "snow"
|
||
|
Push "$INSTDIR"
|
||
|
SectionEnd
|
||
|
|