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

5 lines
220 B
Plaintext
Raw Normal View History

2021-11-11 13:23:45 +00:00
!macro customUnInit
2021-11-17 01:23:09 +00:00
MessageBox MB_OK "卸载前请务必先手动右键小图标退出DevSidecar之后再进行下一步↘↘↘↘↘↘↘↘↘"
2021-11-11 13:23:45 +00:00
ExecWait '"$INSTDIR\resources\extra\sysproxy.exe" set 1'
!macroend