; Generated NSIS script file (generated by makensitemplate.phtml 0.21)
; by 209.244.239.94 on Sep 20 02 @ 17:37

; NOTE: this .NSI script is designed for NSIS v1.8+

Name "milkbone patch"
OutFile "milkbone-patch.exe"
BrandingText " "
CRCCheck on
ShowInstDetails show
DirShow show
SetOverwrite on

; Some default compiler settings (uncomment and change at will):
; SetCompress auto ; (can be off or force)
; SetDatablockOptimize on ; (can be off)
; CRCCheck on ; (can be off)
; AutoCloseWindow false ; (can be true for the window go away automatically at end)
; ShowInstDetails hide ; (can be show to have them shown, or nevershow to disable)
; SetDateSave off ; (can be on to have files restored to their orginal date)

InstallDirRegKey HKEY_LOCAL_MACHINE "SOFTWARE\batkins\milkbone" ""
DirShow hide ; (make this hide to not let the user change it)

Section "" ; (default section)
SetOutPath "$INSTDIR\plugins"
; add files / whatever that need to be installed here.

File plugins\Tk-Convo.zip

SectionEnd