gitso

gitso Commit Details


Date:2008-09-05 23:54:51 (16 years 3 months ago)
Author:gerberad
Branch:master
Commit:935a44b60885013e40a37e53ffa37ac6c843b3aa
Parents: 383feb7140d6dd9052b1be0aa671a51f02c51c01
Message:Updated Windows Installer.

Changes:

File differences

gitso/trunk/makegitso.nsi
3737
3838
3939
40
40
4141
4242
4343
......
4545
4646
4747
48
49
50
48
49
50
51
5152
5253
5354
......
6768
6869
6970
71
72
73
74
7075
7176
7277
73
74
75
76
77
78
79
80
7881
7982
8083
Section "Gitso"
SectionIn RO
SetOutPath $INSTALLDIR
SetOutPath $INSTDIR
; Write the installation path into the registry
; Write the uninstall keys for Windows
WriteRegStr HKLM SOFTWARE\Gitso "Install_Dir" "$INSTDIR"
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"
WriteUninstaller "uninstall.exe"
File ".\hosts.txt"
File ".\icon.ico"
File ".\copyright"
File ".\dist\Gitso.exe"
File ".\dist\bz2.pyd"
File ".\dist\icon.ico"
File ".\dist\wxmsw28uh_adv_vc.dll"
File ".\dist\wxmsw28uh_core_vc.dll"
File ".\dist\wxmsw28uh_html_vc.dll"
;start menu items
CreateDirectory "$SMPROGRAMS\Gitso"
CreateShortCut "$SMPROGRAMS\Gitso\Gitso.lnk" "$INSTDIR\Gitso.exe" "" "$INSTDIR\icon.ico" 0
SetOutPath $WINDIR
File ".\arch\win32\vncviewer.exe"
File ".\arch\win32\WinVNC.exe"
File ".\arch\win32\VNCHooks.dll"
;start menu items
CreateDirectory "$SMPROGRAMS\Gitso"
CreateShortCut "$SMPROGRAMS\Gitso\Gitso.lnk" "$INSTDIR\Gitso.exe" "" "$INSTDIR\Gitso.exe" 0
;Registry tweaks to TightVNC's server
File ".\arch\win32\VNCHooks.dll"
;Registry tweaks to TightVNC's server
WriteRegDWORD HKCU "Software\ORL\WinVNC3" "RemoveWallpaper" 1
WriteRegDWORD HKCU "Software\ORL\WinVNC3" "EnableFileTransfers" 1
;set default password to something so WinVNC.exe doesn't complain about having no password

Archive Download the corresponding diff file

Branches

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