fds
This commit is contained in:
parent
a619214d5f
commit
eaf311edd0
4 changed files with 8 additions and 6 deletions
File diff suppressed because one or more lines are too long
|
@ -3,7 +3,7 @@
|
||||||
Name "PESTERCHUM3.14a"
|
Name "PESTERCHUM3.14a"
|
||||||
|
|
||||||
; The file to write
|
; The file to write
|
||||||
OutFile "pesterchum3.14a0.2update.exe"
|
OutFile "pesterchum3.14a.2update.exe"
|
||||||
|
|
||||||
RequestExecutionLevel admin
|
RequestExecutionLevel admin
|
||||||
|
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
Name "PESTERCHUM3.14a"
|
Name "PESTERCHUM3.14a"
|
||||||
|
|
||||||
; The file to write
|
; The file to write
|
||||||
OutFile "pesterchum3.14a.exe"
|
OutFile "pesterchum3.14a.1.exe"
|
||||||
|
|
||||||
InstallDir $PROGRAMFILES\Pesterchum
|
InstallDir C:\Pesterchum
|
||||||
|
|
||||||
InstallDirRegKey HKLM "Software\Pesterchum" "Install_Dir"
|
InstallDirRegKey HKLM "Software\Pesterchum" "Install_Dir"
|
||||||
RequestExecutionLevel admin
|
RequestExecutionLevel admin
|
||||||
|
@ -41,8 +41,10 @@ Section "Pesterchum"
|
||||||
|
|
||||||
CreateDirectory "$SMPROGRAMS\Pesterchum"
|
CreateDirectory "$SMPROGRAMS\Pesterchum"
|
||||||
CreateShortcut "$SMPROGRAMS\Pesterchum\Pesterchum.lnk" "$INSTDIR\pesterchum.exe"
|
CreateShortcut "$SMPROGRAMS\Pesterchum\Pesterchum.lnk" "$INSTDIR\pesterchum.exe"
|
||||||
|
CreateShortcut "$DESKTOP\Pesterchum.lnk" "$INSTDIR\pesterchum.exe"
|
||||||
CreateShortcut "$SMPROGRAMS\Pesterchum\Readme.lnk" "$INSTDIR\readme.txt"
|
CreateShortcut "$SMPROGRAMS\Pesterchum\Readme.lnk" "$INSTDIR\readme.txt"
|
||||||
CreateShortcut "$SMPROGRAMS\Pesterchum\Uninstall.lnk" "$INSTDIR\uninstall.exe"
|
CreateShortcut "$SMPROGRAMS\Pesterchum\Uninstall.lnk" "$INSTDIR\uninstall.exe"
|
||||||
|
CreateShortcut "$SMPROGRAMS\Pesterchum\Logs.lnk" "$INSTDIR\logs"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{"color": "#ff00ff", "theme": "pesterchum", "quirks": [{"percentage": 100, "type": "spelling"}], "handle": "ghostDunk"}
|
{"color": "#ff00ff", "theme": "pesterchum", "quirks": [], "handle": "ghostDunk"}
|
Loading…
Reference in a new issue