dev-sidecar/packages/gui/build/installer.nsh

5 lines
205 B
Plaintext
Raw Normal View History

2021-11-11 13:23:45 +00:00
!macro customUnInit
2021-12-05 16:42:29 +00:00
MessageBox MB_OK "卸载前请务必手动退出DevSidecar之后,再进行下一步(如果已经退出请忽略)"
2021-11-11 13:23:45 +00:00
ExecWait '"$INSTDIR\resources\extra\sysproxy.exe" set 1'
!macroend