gitso

gitso Commit Details


Date:2008-09-03 21:49:44 (16 years 3 months ago)
Author:xburnerx
Branch:master
Commit:5e079974939bd28fea6b5a80276fcaec471b3faa
Parents: bb7371224e77cef2cc836f842eb19095e34f9dd0
Message:

Changes:

File differences

gitso/trunk/makegitso.nsi
1
1
22
3
4
53
64
75
......
4240
4341
4442
45
46
47
48
49
43
44
45
46
47
5048
5149
5250
......
7573
7674
7775
78
7976
8077
8178
......
9693
9794
9895
99
96
10097
10198
10299
; gitso.nsi
; makegitso.nsi
; ----------------
; written by Derek Buranen (xburnerx@gmail.com) & Aaron Gerber
;
; Package Gitso for Windows using NSIS
;--------------------------------
SetOutPath $INSTALLDIR
; Write the installation path into the registry
; Write the uninstall keys for Windows
WriteRegStr HKLM SOFTWARE\RMTT "Install_Dir" "$INSTDIR"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\RMTT" "DisplayName" "RMTT"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\RMTT" "UninstallString" '"$INSTDIR\uninstall.exe"'
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\RMTT" "NoModify" 1
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\RMTT" "NoRepair" 1
WriteRegStr HKLM SOFTWARE\Gitso "Install_Dir" "$INSTDIR"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gitso" "DisplayName" "Gitso"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gitso" "UninstallString" '"$INSTDIR\uninstall.exe"'
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gitso" "NoModify" 1
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gitso" "NoRepair" 1
WriteUninstaller "uninstall.exe"
File ".\hosts.txt"
File ".\icon.ico"
File ".\arch\win32\VNCHooks.dll"
;start menu items
CreateDirectory "$SMPROGRAMS\Gitso"
CreateShortCut "$SMPROGRAMS\Gitso\Gitso.lnk" "$INSTDIR\gitso.exe" "" "$INSTDIR\gitso.exe" 0
CreateShortCut "$SMPROGRAMS\Gitso\Gitso.lnk" "$INSTDIR\Gitso.exe" "" "$INSTDIR\Gitso.exe" 0
;Registry tweaks to TightVNC's server
WriteRegDWORD HKCU "Software\ORL\WinVNC3" "RemoveWallpaper" 1
Section "Uninstall"
; Remove registry keys
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gitso"
DeleteRegKey HKLM SOFTWARE\Gitso
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gitso"
; Remove files and uninstaller
Delete $WINDIR\vncviewer.exe
Delete $WINDIR\VNCHooks.dll

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05222s using 13 queries.