This repository has been archived by the owner on May 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFW.nsi
241 lines (220 loc) · 8.88 KB
/
FW.nsi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
; Script generated by the HM NIS Edit Script Wizard.
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "沙雕截图"
!define PRODUCT_VERSION "0.03"
!define PRODUCT_PUBLISHER "亡者复兴"
!define PRODUCT_WEB_SITE "https://xl.lengku.cf"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\main.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
!define PRODUCT_STARTMENU_REGVAL "NSIS:StartMenuDir"
; MUI 1.67 compatible ------
!include "MUI.nsh"
; MUI Settings
!define MUI_ABORTWARNING
!define MUI_ICON "Screenshot_128px_538122_easyicon.net.ico"
!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico"
; Language Selection Dialog Settings
!define MUI_LANGDLL_REGISTRY_ROOT "${PRODUCT_UNINST_ROOT_KEY}"
!define MUI_LANGDLL_REGISTRY_KEY "${PRODUCT_UNINST_KEY}"
!define MUI_LANGDLL_REGISTRY_VALUENAME "NSIS:Language"
; Welcome page
!insertmacro MUI_PAGE_WELCOME
; License page
!define MUI_LICENSEPAGE_RADIOBUTTONS
!insertmacro MUI_PAGE_LICENSE "build\main\warn-main.txt"
; Directory page
!insertmacro MUI_PAGE_DIRECTORY
; Start menu page
var ICONS_GROUP
!define MUI_STARTMENUPAGE_NODISABLE
!define MUI_STARTMENUPAGE_DEFAULTFOLDER "沙雕截图"
!define MUI_STARTMENUPAGE_REGISTRY_ROOT "${PRODUCT_UNINST_ROOT_KEY}"
!define MUI_STARTMENUPAGE_REGISTRY_KEY "${PRODUCT_UNINST_KEY}"
!define MUI_STARTMENUPAGE_REGISTRY_VALUENAME "${PRODUCT_STARTMENU_REGVAL}"
!insertmacro MUI_PAGE_STARTMENU Application $ICONS_GROUP
; Instfiles page
!insertmacro MUI_PAGE_INSTFILES
; Finish page
!define MUI_FINISHPAGE_RUN "$INSTDIR\main.exe"
!insertmacro MUI_PAGE_FINISH
; Uninstaller pages
!insertmacro MUI_UNPAGE_INSTFILES
; Language files
!insertmacro MUI_LANGUAGE "English"
!insertmacro MUI_LANGUAGE "SimpChinese"
; MUI end ------
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
OutFile "Setup.exe"
InstallDir "$PROGRAMFILES\沙雕截图"
InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
ShowInstDetails show
ShowUnInstDetails show
Function .onInit
!insertmacro MUI_LANGDLL_DISPLAY
FunctionEnd
Section "MainSection" SEC01
SetOutPath "$INSTDIR"
SetOverwrite try
File "dist\main\base_library.zip"
SetOutPath "$INSTDIR\Include"
File "dist\main\Include\pyconfig.h"
SetOutPath "$INSTDIR\lib2to3"
File "dist\main\lib2to3\Grammar.txt"
File "dist\main\lib2to3\Grammar3.6.8.final.0.pickle"
File "dist\main\lib2to3\PatternGrammar.txt"
File "dist\main\lib2to3\PatternGrammar3.6.8.final.0.pickle"
SetOutPath "$INSTDIR\lib2to3\tests\data"
File "dist\main\lib2to3\tests\data\README"
SetOutPath "$INSTDIR"
File "dist\main\libopenblas.CSRRD7HKRKC3T3YXA7VY7TAZGLSWDKW6.gfortran-win_amd64.dll"
File "dist\main\main.exe"
File "dist\main\main.exe.manifest"
File "dist\main\mfc140u.dll"
SetOutPath "$INSTDIR\numpy\core"
File "dist\main\numpy\core\multiarray.cp36-win_amd64.pyd"
File "dist\main\numpy\core\umath.cp36-win_amd64.pyd"
File "dist\main\numpy\core\_multiarray_tests.cp36-win_amd64.pyd"
SetOutPath "$INSTDIR\numpy\fft"
File "dist\main\numpy\fft\fftpack_lite.cp36-win_amd64.pyd"
SetOutPath "$INSTDIR\numpy\linalg"
File "dist\main\numpy\linalg\lapack_lite.cp36-win_amd64.pyd"
File "dist\main\numpy\linalg\_umath_linalg.cp36-win_amd64.pyd"
SetOutPath "$INSTDIR\numpy\random"
File "dist\main\numpy\random\mtrand.cp36-win_amd64.pyd"
SetOutPath "$INSTDIR\PIL"
File "dist\main\PIL\_imaging.cp36-win_amd64.pyd"
File "dist\main\PIL\_imagingtk.cp36-win_amd64.pyd"
File "dist\main\PIL\_webp.cp36-win_amd64.pyd"
SetOutPath "$INSTDIR"
File "dist\main\pyexpat.pyd"
File "dist\main\python36.dll"
File "dist\main\pythoncom36.dll"
File "dist\main\pywintypes36.dll"
File "dist\main\select.pyd"
File "dist\main\unicodedata.pyd"
File "dist\main\VCRUNTIME140.dll"
File "dist\main\win32api.pyd"
File "dist\main\win32clipboard.pyd"
SetOutPath "$INSTDIR\win32com\shell"
File "dist\main\win32com\shell\shell.pyd"
SetOutPath "$INSTDIR"
File "dist\main\win32gui.pyd"
File "dist\main\win32pdh.pyd"
File "dist\main\win32trace.pyd"
File "dist\main\win32ui.pyd"
File "dist\main\win32wnet.pyd"
File "dist\main\_bz2.pyd"
File "dist\main\_cpyHook.cp36-win_amd64.pyd"
File "dist\main\_ctypes.pyd"
File "dist\main\_decimal.pyd"
File "dist\main\_distutils_findvs.pyd"
File "dist\main\_hashlib.pyd"
File "dist\main\_lzma.pyd"
File "dist\main\_multiprocessing.pyd"
File "dist\main\_socket.pyd"
File "dist\main\_ssl.pyd"
File "dist\main\_win32sysloader.pyd"
; Shortcuts
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
CreateDirectory "$SMPROGRAMS\$ICONS_GROUP"
CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\沙雕截图.lnk" "$INSTDIR\main.exe"
CreateShortCut "$DESKTOP\沙雕截图.lnk" "$INSTDIR\main.exe"
!insertmacro MUI_STARTMENU_WRITE_END
SectionEnd
Section -AdditionalIcons
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
WriteIniStr "$INSTDIR\${PRODUCT_NAME}.url" "InternetShortcut" "URL" "${PRODUCT_WEB_SITE}"
CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Website.lnk" "$INSTDIR\${PRODUCT_NAME}.url"
CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Uninstall.lnk" "$INSTDIR\uninst.exe"
!insertmacro MUI_STARTMENU_WRITE_END
SectionEnd
Section -Post
WriteUninstaller "$INSTDIR\uninst.exe"
WriteRegStr HKLM "${PRODUCT_DIR_REGKEY}" "" "$INSTDIR\main.exe"
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayName" "$(^Name)"
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "UninstallString" "$INSTDIR\uninst.exe"
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayIcon" "$INSTDIR\main.exe"
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayVersion" "${PRODUCT_VERSION}"
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "URLInfoAbout" "${PRODUCT_WEB_SITE}"
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "Publisher" "${PRODUCT_PUBLISHER}"
SectionEnd
Function un.onUninstSuccess
HideWindow
MessageBox MB_ICONINFORMATION|MB_OK "$(^Name) 已成功地从你的计算机移除。"
FunctionEnd
Function un.onInit
!insertmacro MUI_UNGETLANGUAGE
MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "你确实要完全移除 $(^Name) ,其及所有的组件?" IDYES +2
Abort
FunctionEnd
Section Uninstall
!insertmacro MUI_STARTMENU_GETFOLDER "Application" $ICONS_GROUP
Delete "$INSTDIR\${PRODUCT_NAME}.url"
Delete "$INSTDIR\uninst.exe"
Delete "$INSTDIR\_win32sysloader.pyd"
Delete "$INSTDIR\_ssl.pyd"
Delete "$INSTDIR\_socket.pyd"
Delete "$INSTDIR\_multiprocessing.pyd"
Delete "$INSTDIR\_lzma.pyd"
Delete "$INSTDIR\_hashlib.pyd"
Delete "$INSTDIR\_distutils_findvs.pyd"
Delete "$INSTDIR\_decimal.pyd"
Delete "$INSTDIR\_ctypes.pyd"
Delete "$INSTDIR\_cpyHook.cp36-win_amd64.pyd"
Delete "$INSTDIR\_bz2.pyd"
Delete "$INSTDIR\win32wnet.pyd"
Delete "$INSTDIR\win32ui.pyd"
Delete "$INSTDIR\win32trace.pyd"
Delete "$INSTDIR\win32pdh.pyd"
Delete "$INSTDIR\win32gui.pyd"
Delete "$INSTDIR\win32com\shell\shell.pyd"
Delete "$INSTDIR\win32clipboard.pyd"
Delete "$INSTDIR\win32api.pyd"
Delete "$INSTDIR\VCRUNTIME140.dll"
Delete "$INSTDIR\unicodedata.pyd"
Delete "$INSTDIR\select.pyd"
Delete "$INSTDIR\pywintypes36.dll"
Delete "$INSTDIR\pythoncom36.dll"
Delete "$INSTDIR\python36.dll"
Delete "$INSTDIR\pyexpat.pyd"
Delete "$INSTDIR\PIL\_webp.cp36-win_amd64.pyd"
Delete "$INSTDIR\PIL\_imagingtk.cp36-win_amd64.pyd"
Delete "$INSTDIR\PIL\_imaging.cp36-win_amd64.pyd"
Delete "$INSTDIR\numpy\random\mtrand.cp36-win_amd64.pyd"
Delete "$INSTDIR\numpy\linalg\_umath_linalg.cp36-win_amd64.pyd"
Delete "$INSTDIR\numpy\linalg\lapack_lite.cp36-win_amd64.pyd"
Delete "$INSTDIR\numpy\fft\fftpack_lite.cp36-win_amd64.pyd"
Delete "$INSTDIR\numpy\core\_multiarray_tests.cp36-win_amd64.pyd"
Delete "$INSTDIR\numpy\core\umath.cp36-win_amd64.pyd"
Delete "$INSTDIR\numpy\core\multiarray.cp36-win_amd64.pyd"
Delete "$INSTDIR\mfc140u.dll"
Delete "$INSTDIR\main.exe.manifest"
Delete "$INSTDIR\main.exe"
Delete "$INSTDIR\libopenblas.CSRRD7HKRKC3T3YXA7VY7TAZGLSWDKW6.gfortran-win_amd64.dll"
Delete "$INSTDIR\lib2to3\tests\data\README"
Delete "$INSTDIR\lib2to3\PatternGrammar3.6.8.final.0.pickle"
Delete "$INSTDIR\lib2to3\PatternGrammar.txt"
Delete "$INSTDIR\lib2to3\Grammar3.6.8.final.0.pickle"
Delete "$INSTDIR\lib2to3\Grammar.txt"
Delete "$INSTDIR\Include\pyconfig.h"
Delete "$INSTDIR\base_library.zip"
Delete "$SMPROGRAMS\$ICONS_GROUP\Uninstall.lnk"
Delete "$SMPROGRAMS\$ICONS_GROUP\Website.lnk"
Delete "$DESKTOP\沙雕截图.lnk"
Delete "$SMPROGRAMS\$ICONS_GROUP\沙雕截图.lnk"
RMDir "$SMPROGRAMS\$ICONS_GROUP"
RMDir "$INSTDIR\win32com\shell"
RMDir "$INSTDIR\PIL"
RMDir "$INSTDIR\numpy\random"
RMDir "$INSTDIR\numpy\linalg"
RMDir "$INSTDIR\numpy\fft"
RMDir "$INSTDIR\numpy\core"
RMDir "$INSTDIR\lib2to3\tests\data"
RMDir "$INSTDIR\lib2to3"
RMDir "$INSTDIR\Include"
RMDir "$INSTDIR"
DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}"
DeleteRegKey HKLM "${PRODUCT_DIR_REGKEY}"
SetAutoClose true
SectionEnd