next-ucap-messenger/config/build/win/nsis/installer.nsh

14 lines
579 B
Plaintext
Raw Normal View History

2019-12-30 08:21:26 +00:00
!macro customInit
2020-01-02 06:18:09 +00:00
# guid=7e51495b-3f4d-5235-aadd-5636863064f0
ReadRegStr $0 HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DS Talk_is1" "UninstallString"
${If} $0 != ""
MessageBox MB_ICONINFORMATION|MB_TOPMOST "이전 버전의 DS Talk을 제거 하시겠습니까?" IDOK
ExecWait $0 $1
${EndIf}
2019-12-30 08:21:26 +00:00
!macroend
!macro customInstall
2020-01-02 06:18:09 +00:00
# File "${BUILD_RESOURCES_DIR}\win\bin\npcap-0.99-r7.exe"
# ExecWait '"$INSTDIR\npcap-0.99-r7.exe" /npf_startup=yes /loopback_support=yes /admin_only=no /dot11_support=yes /vlan_support=yes /winpcap_mode=yes'
2019-12-30 08:21:26 +00:00
!macroend