diff --git a/README.md b/README.md
index 8640c2f..ea05530 100644
--- a/README.md
+++ b/README.md
@@ -14,12 +14,12 @@ DMM Game Player のゲームを高速かつセキュアに起動できるラン
[Releases](https://github.com/fa0311/DMMGamePlayerFastLauncher/releases) から `DMMGamePlayerFastLauncher-Setup.exe` をダウンロード
実行してセットアップする
-## その他のインストール(上級者向け)
+## その他のインストール
-### 手動インストール
+### 手動インストール(上級者向け)
[Releases](https://github.com/fa0311/DMMGamePlayerFastLauncher/releases) から `DMMGamePlayerFastLauncher.exe` をダウンロード
-### product_idチェッカーのみ
+### product_idチェッカーのみインストール(上級者向け)
[Releases](https://github.com/fa0311/DMMGamePlayerFastLauncher/releases) から `DMMGamePlayerProductIdChecker.exe` をダウンロード
変更のない場合はアップロードされていないので過去のバージョンのReleaseからダウンロードしてください
@@ -32,10 +32,10 @@ DMM Game Player のゲームを高速かつセキュアに起動できるラン
`%AppData%\DMMGamePlayerFastLauncher\DMMGamePlayerFastLauncher.exe umamusume`
`%AppData%\DMMGamePlayerFastLauncher\DMMGamePlayerFastLauncher.exe priconner`
-## product_idって?
-ゲームに割り当てられているidです
-`%AppData%\DMMGamePlayerFastLauncher\tools` にある `DMMGamePlayerProductIdChecker.exe` を実行することで確認できます
-
+## インストールしているゲームのproduct_idを取得する
+product_idとはゲームに割り当てられているidです
+`%AppData%\DMMGamePlayerFastLauncher\tools` にある `DMMGamePlayerProductIdChecker.exe` を実行することで確認できます
+※エクスプローラーのファイルパス入力欄に`%AppData%\DMMGamePlayerFastLauncher\tools`とそのまま入力すると移動できます
## 引数
`DMMGamePlayerFastLauncher.exe `
diff --git a/build.ps1 b/build.ps1
index f21aef9..cefb459 100644
--- a/build.ps1
+++ b/build.ps1
@@ -2,5 +2,6 @@ black *.py
pip freeze > requirements.txt
pyinstaller DMMGamePlayerFastLauncher.py --onefile --noconsole
pyinstaller DMMGamePlayerProductIdChecker.py --onefile
+New-Item "Z:\Project\Python\hack\DMMGamePlayerFastLauncher\windows\tools" -ItemType Directory
Copy-Item -Path "Z:\Project\Python\hack\DMMGamePlayerFastLauncher\dist\DMMGamePlayerProductIdChecker.exe" -Destination "Z:\Project\Python\hack\DMMGamePlayerFastLauncher\windows\tools" -Force
start "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" "Z:\Project\Python\hack\DMMGamePlayerFastLauncher\setup.iss"
\ No newline at end of file
diff --git a/setup.iss b/setup.iss
index 4ef5553..745a187 100644
--- a/setup.iss
+++ b/setup.iss
@@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "DMMGamePlayerFastLauncher"
-#define MyAppVersion "4.3.1"
+#define MyAppVersion "4.3.2"
#define MyAppPublisher "yuki"
#define MyAppURL "https://github.com/fa0311/DMMGamePlayerFastLauncher"
#define MyAppExeName "DMMGamePlayerFastLauncher.exe"
diff --git a/windows/tools b/windows/tools
deleted file mode 100644
index bc2adaf..0000000
Binary files a/windows/tools and /dev/null differ