Views
WinstScripts
>>
ffdshow
last edited 3 years ago by nwiesner
;Nullsoft NSIS INSTALLER
;/S= Silent /D=" " = Pfad
[Initial]
Message=Installation des FFDShow
LogLevel=2
ExitOnError=false
ScriptErrorMessages=true
TraceMode=off
[Aktionen]
if not (HasMinimumSpace("%Systemdrive%","510MB"))
LogError "Nicht genĂ¼gend Platz auf C:"
else
Dosbatch_doinstall /WaitOnClose
;ExitWindows /Reboot
endif
[DosBatch_doinstall]
"%ScriptPath%\files\ffdshow.exe" /S /D=C:\Programme\ffdshow\