@@ -38,7 +38,7 @@ SetOutPath $INSTDIR
3838!insertmacro CheckNetFramework 48
3939
4040
41- File Spcode .exe
41+ File SPCode .exe
4242File MahApps.Metro.dll
4343File ICSharpCode.AvalonEdit.dll
4444File System .Windows.Interactivity.dll
@@ -77,7 +77,7 @@ File /r ".\sourcepawn"
7777WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" " DisplayName" " SPCode - A lightweight sourcepawn editor"
7878WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" " UninstallString" " $INSTDIR\uninstall.exe"
7979WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" " InstallLocation" " $INSTDIR"
80- WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" " DisplayIcon" " $INSTDIR\Spcode .exe"
80+ WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" " DisplayIcon" " $INSTDIR\SPCode .exe"
8181WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" " Publisher" " Hexah"
8282WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" " DisplayVersion" " 1.6.x.x"
8383WriteRegDWORD HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" " NoModify" 1
@@ -90,33 +90,33 @@ SectionEnd
9090
9191Section " File Association (.sp)" prog02
9292SectionIn 1
93- ${registerExtension} " $INSTDIR\Spcode .exe" " .sp" " Sourcepawn Script"
93+ ${registerExtension} " $INSTDIR\SPCode .exe" " .sp" " Sourcepawn Script"
9494System::Call ' Shell32::SHChangeNotify(i ${SHCNE_ASSOCCHANGED}, i ${SHCNF_IDLIST}, i 0, i 0)'
9595SectionEnd
9696
9797
9898Section " File Association (.inc)" prog03
9999SectionIn 1
100- ${registerExtension} " $INSTDIR\Spcode .exe" " .inc" " Sourcepawn Include-File"
100+ ${registerExtension} " $INSTDIR\SPCode .exe" " .inc" " Sourcepawn Include-File"
101101System::Call ' Shell32::SHChangeNotify(i ${SHCNE_ASSOCCHANGED}, i ${SHCNF_IDLIST}, i 0, i 0)'
102102SectionEnd
103103
104104
105105Section " File Association (.smx)" prog04
106106SectionIn 1
107- ${registerExtension} " $INSTDIR\Spcode .exe" " .smx" " Sourcemod Plugin"
107+ ${registerExtension} " $INSTDIR\SPCode .exe" " .smx" " Sourcemod Plugin"
108108System::Call ' Shell32::SHChangeNotify(i ${SHCNE_ASSOCCHANGED}, i ${SHCNF_IDLIST}, i 0, i 0)'
109109SectionEnd
110110
111111
112112Section " Desktop Shortcut" prog05
113113SectionIn 1
114- CreateShortCut " $DESKTOP\SPCode.lnk" " $INSTDIR\Spcode .exe" " "
114+ CreateShortCut " $DESKTOP\SPCode.lnk" " $INSTDIR\SPCode .exe" " "
115115SectionEnd
116116
117117Section " Startmenu Shortcut" prog06
118118SectionIn 1
119- CreateShortCut " $SMPROGRAMS\SPCode.lnk" " $INSTDIR\Spcode .exe" " "
119+ CreateShortCut " $SMPROGRAMS\SPCode.lnk" " $INSTDIR\SPCode .exe" " "
120120SectionEnd
121121
122122Section " Uninstall"
@@ -125,7 +125,7 @@ Delete $INSTDIR\uninstall.exe
125125
126126
127127
128- Delete $INSTDIR \Spcode .exe
128+ Delete $INSTDIR \SPCode .exe
129129Delete $INSTDIR \MahApps.Metro.dll
130130Delete $INSTDIR \ICSharpCode.AvalonEdit.dll
131131Delete $INSTDIR \System .Windows.Interactivity.dll
0 commit comments