Skip to content

Commit

Permalink
更新NSI安装脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLiang-lzm committed Mar 30, 2023
1 parent 0d86110 commit 22eadb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions win32setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "BiliDownloader"
!define PRODUCT_VERSION "1.7.2"
!define PRODUCT_PUBLISHER "二代死神(B站同名)"
!define PRODUCT_PUBLISHER "二代死神(B站同名)"
!define PRODUCT_WEB_SITE "https://zmtblog.xdkd.ltd"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\biliDownloader_GUI.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
Expand Down Expand Up @@ -455,12 +455,12 @@ SectionEnd

Function un.onUninstSuccess
HideWindow
MessageBox MB_ICONINFORMATION|MB_OK "$(^Name) �ѳɹ��ش���ļ�����Ƴ���"
MessageBox MB_ICONINFORMATION|MB_OK "$(^Name) 已成功地从你的计算机移除。"
FunctionEnd

Function un.onInit
!insertmacro MUI_UNGETLANGUAGE
MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "��ȷʵҪ��ȫ�Ƴ� $(^Name) ���估���е������" IDYES +2
MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "你确实要完全移除 $(^Name) ,其及所有的组件?" IDYES +2
Abort
FunctionEnd

Expand Down

0 comments on commit 22eadb7

Please sign in to comment.