👍[Update] Model : update installer

This commit is contained in:
misyaguziya
2023-10-26 03:52:12 +09:00
parent fc8b8ac5ee
commit ad3a8f38ae
3 changed files with 25 additions and 4 deletions

View File

@@ -1,14 +1,16 @@
# アンインストーラ
Section "Uninstall"
# アンインストーラを削除
Delete "$INSTDIR\Uninstall.exe"
# Delete "$INSTDIR\Uninstall.exe"
# ファイルを削除
Delete "$INSTDIR\VRCT.exe"
# Delete "$INSTDIR\VRCT.exe"
# ディレクトリを削除
RMDir /r "$INSTDIR"
# スタート メニューから削除
Delete "$SMPROGRAMS\VRCT\VRCT.lnk"
RMDir "$SMPROGRAMS\VRCT"
# デスクトップ ショートカットを削除
Delete "$DESKTOP\VRCT.lnk"
# レジストリ キーを削除
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\VRCT"
SectionEnd