;Title Of Your Application
Name "ChickenMod Installer v1.0.5.1"
Icon "C:\Program Files\NSIS Workbench\Setup3.ico"
;Don't Do A CRC Check
CRCCheck Off
;The Default Installation Directory
InstallDir "$PROGRAMFILES\Steam\SteamApps\(YOR E-MAIL)\dedicated server\cstrike"
;Output File Name
OutFile "chickenmod.exe"
;The text to prompt the user to enter a directory
DirText "Please select the folder below"
Section "Install"
;Install Files
SetOutPath $INSTDIR\sound\misc
SetCompress Auto
SetOverwrite IfNewer
File "C:\Documents and Settings\Matthew Woods\Desktop\cstrike\cstrike\sound\misc\chicken0.wav"
File "C:\Documents and Settings\Matthew Woods\Desktop\cstrike\cstrike\sound\misc\chicken1.wav"
File "C:\Documents and Settings\Matthew Woods\Desktop\cstrike\cstrike\sound\misc\chicken2.wav"
File "C:\Documents and Settings\Matthew Woods\Desktop\cstrike\cstrike\sound\misc\chicken3.wav"
File "C:\Documents and Settings\Matthew Woods\Desktop\cstrike\cstrike\sound\misc\chicken4.wav"
File "C:\Documents and Settings\Matthew Woods\Desktop\cstrike\cstrike\sound\misc\cow.wav"
File "C:\Documents and Settings\Matthew Woods\Desktop\cstrike\cstrike\sound\misc\killChicken.wav"
File "C:\Documents and Settings\Matthew Woods\Desktop\cstrike\cstrike\sound\misc\knife_hit1.wav"
File "C:\Documents and Settings\Matthew Woods\Desktop\cstrike\cstrike\sound\misc\knife_hit3.wav"
FileOpen $4 "$INSTDIR\addons\amx\plugins\plugins.ini" a
FileSeek $4 0 END
FileWrite $4 "$\r$\n" ; we write a new line
FileWrite $4 "amx_chicken.amx"
FileWrite $4 "$\r$\n" ; we write an extra line
FileClose $4 ; and close the file
SetOutPath $INSTDIR\models
File "C:\Documents and Settings\Matthew Woods\Desktop\cstrike\cstrike\models\chick.mdl"
File "C:\Documents and Settings\Matthew Woods\Desktop\cstrike\cstrike\models\feather.mdl"
File "C:\Documents and Settings\Matthew Woods\Desktop\cstrike\cstrike\models\w_chickenc4.mdl"
SetOutPath $INSTDIR\addons\chickenmod\dlls
File "C:\Documents and Settings\Matthew Woods\Desktop\cstrike\cstrike\addons\chickenmod\dlls\chicken_mm.dll"
SetOutPath $INSTDIR\addons\amx\examples
File "C:\Documents and Settings\Matthew Woods\Desktop\cstrike\cstrike\addons\amx\examples\amx_chicken.sma"
FileOpen $4 "$INSTDIR\addons\metamod\plugins.ini" a
FileSeek $4 0 END
FileWrite $4 "$\r$\n" ; we write a new line
FileWrite $4 "addons/chickenmod/dlls/chicken_mm.dll"
FileWrite $4 "$\r$\n" ; we write an extra line
FileClose $4 ; and close the file
SetOutPath $INSTDIR\addons\amx\examples\include
File "C:\Documents and Settings\Matthew Woods\Desktop\cstrike\cstrike\addons\amx\examples\include\chicken.inc"
File "C:\Documents and Settings\Matthew Woods\Desktop\cstrike\cstrike\addons\amx\examples\include\lang_default.inc"
SetOutPath $INSTDIR\addons\amx\plugins
File "C:\Documents and Settings\Matthew Woods\Desktop\cstrike\cstrike\addons\amx\plugins\amx_chicken.amx"
SetOutPath $INSTDIR\addons\amx\plugins\chicken
File "C:\Documents and Settings\Matthew Woods\Desktop\cstrike\cstrike\addons\amx\plugins\chicken\chicken.cfg"
SectionEnd
Section "Shortcuts"
;Add Shortcuts
SectionEnd
Someone edit this for me!! PLZ
Ive tried and tried and its probobly really simple i just can't get it will someone edit this for me to where it would show a img for the background PLZ!!