Skip to content

Commit

Permalink
Edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
emoacht committed Mar 29, 2021
1 parent 8ae065d commit ede819a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@ Functions:

## Install/Uninstall

When you use only executables, please note the following:
If you wish to place executable files on your own, you can extract them from installer file (.msi) by the following command:

```
msiexec /a [source msi file path] targetdir=[destination folder path (absolute path)] /qn
```

In such case, please note the following:

- The settings file will be created at: `[system drive]\Users\[user name]\AppData\Local\Wifinian\`
- When you check [Start on sign in], a registry value will be added to: `HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run`
Expand Down
8 changes: 7 additions & 1 deletion README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@ WifinianはWi-Fi接続をユーザーが積極的にコントロールできるW

## インストール/アンインストール

実行ファイルだけを使うときは、以下に留意してください。
実行ファイルを自分で配置したい場合には、インストーラーのファイル(.msi)から実行ファイルを次のコマンドで抽出できます。

```
msiexec /a [source msi file path] targetdir=[destination folder path (absolute path)] /qn
```

この場合、以下に留意してください。

- 設定ファイルは次の場所に作成されます: `[system drive]\Users\[user name]\AppData\Local\Wifinian\`
- [サインイン時に起動する]にチェックしたときは、レジストリ値が次の位置に追加されます: `HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run`
Expand Down

0 comments on commit ede819a

Please sign in to comment.