2 Name "SnapShooter ${VERSION}"
3 OutFile "SnapShooterSetup.exe"
4 InstallDir "$PROGRAMFILES\Dominion Of Awesome\SnapShooter"
9 UninstPage uninstConfirm
13 SetShellVarContext all
15 File "SnapShooter\bin\Release\SnapShooter.exe"
16 File "SnapShooter\bin\Release\DominionOfAwesome.Transit.dll"
17 File "SnapShooter\bin\Release\Microsoft.WindowsAPICodePack.dll"
18 File "SnapShooter\bin\Release\Microsoft.WindowsAPICodePack.Shell.dll"
20 WriteUninstaller "$INSTDIR\Uninst.exe"
21 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\SnapShooter" "DisplayName" "SnapShooter"
22 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\SnapShooter" "UninstallString" "$\"$INSTDIR\Uninst.exe$\""
23 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\SnapShooter" "Publisher" "The Dominion of Awesome"
24 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\SnapShooter" "HelpLink" "http://dominionofawesome.com/software/"
25 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\SnapShooter" "URLInfoAbout" "http://dominionofawesome.com/software/"
26 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\SnapShooter" "NoModify" "1"
27 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\SnapShooter" "NoRepair" "1"
28 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\SnapShooter" "EstimatedSize" "700"
31 Section "Start Menu shortcuts"
32 SetShellVarContext all
33 CreateDirectory "$SMPROGRAMS\SnapShooter"
35 CreateShortCut "$SMPROGRAMS\SnapShooter\SnapShooter.lnk" "$INSTDIR\WpfSnapShooter.exe"
39 SetShellVarContext all
41 RMDir "$PROGRAMFILES\Dominion Of Awesome"
42 RMDir /r "$SMPROGRAMS\SnapShooter"
43 DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\SnapShooter"