Share Pastebin
Guest
Public paste!

Tobbe

By: a guest | Dec 17th, 2007 | Syntax: NullSoft Installer | Size: 0.29 KB | Hits: 85 | Expires: Never
Copy text to clipboard
  1. Name "Start Lighty2Go"
  2. OutFile "Start-Lighty2Go.exe"
  3. Icon 'lighttpd.ico'
  4. InstallDir "$EXEDir"
  5. SilentInstall silent
  6.  
  7. Section "Dummy Section" SecDummy
  8.         SetOutPath "$INSTDIR"
  9.         CopyFiles /SILENT /FILESONLY "$INSTDIR\base_files\set-path.bat" "$INSTDIR"
  10.         Exec '"$INSTDIR\set-path.bat"'
  11. SectionEnd