👍[Update] Model : Add Installer
This commit is contained in:
14
installer/Uninstall.nsi
Normal file
14
installer/Uninstall.nsi
Normal file
@@ -0,0 +1,14 @@
|
||||
# アンインストーラ
|
||||
Section "Uninstall"
|
||||
# アンインストーラを削除
|
||||
Delete "$INSTDIR\Uninstall.exe"
|
||||
# ファイルを削除
|
||||
Delete "$INSTDIR\VRCT.exe"
|
||||
# ディレクトリを削除
|
||||
RMDir /r "$INSTDIR"
|
||||
# スタート メニューから削除
|
||||
Delete "$SMPROGRAMS\VRCT\VRCT.lnk"
|
||||
RMDir "$SMPROGRAMS\VRCT"
|
||||
# レジストリ キーを削除
|
||||
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\VRCT"
|
||||
SectionEnd
|
||||
Reference in New Issue
Block a user