Update installer usage

This commit is contained in:
Yutaka Sawada
2023-11-11 12:50:47 +09:00
committed by GitHub
parent 8cff776c5e
commit a27f8221cd
4 changed files with 14 additions and 9 deletions

View File

@@ -71,14 +71,13 @@ Don't send current PAR3 files to others, who may not have the same version.
[ How to install or uninstall with installer package ] [ How to install or uninstall with installer package ]
Double click setup file ( MultiPar131_setup.exe or something like this name ), Double click setup file ( MultiPar133_setup.exe or something like this name ),
and follow the installer dialog. and follow the installer dialog.
At version up, if you want to use previous setting, overwrite install is possible. At version up, if you want to use previous setting, overwrite install is possible.
Before overwrite install, you should un-check "Integrate MultiPar into Shell". Before overwrite install, you should un-check "Integrate MultiPar into Shell".
You may need to re-start OS after overwrite install or uninstall rarely. You may need to re-start OS after overwrite install or uninstall rarely.
To install under "Program Files" or "Program Files (x86)" directory, To install under "Program Files" or "Program Files (x86)" directory,
you must start the installer with administrative privileges by selecting you must select "Install for all users" at the first dialog.
"Run as administrator" on right-click menu.
You can uninstall through the Windows OS's Control Panel, You can uninstall through the Windows OS's Control Panel,
or double click unins000.exe in a folder which MultiPar was installed. or double click unins000.exe in a folder which MultiPar was installed.
@@ -100,7 +99,7 @@ In either case, user made icons and association are available for the user only.
[ How to install with archive version ] [ How to install with archive version ]
Unpack compressed file ( MultiPar131.zip or something like this name ) in a folder. Unpack compressed file ( MultiPar133.zip or something like this name ) in a folder.
MultiPar.exe is the interface of MultiPar. MultiPar.exe is the interface of MultiPar.
You can create short-cut icon or send-to link at Option window later. You can create short-cut icon or send-to link at Option window later.

View File

@@ -107,12 +107,14 @@ PAR 3.0 仕様のフォーマットは細部が流動的で最終版との互換
[ インストーラー版のインストールとアンインストール ] [ インストーラー版のインストールとアンインストール ]
 インストーラー ( MultiPar131_setup.exe みたいな名前 ) をダブル・クリックすると、  インストーラー ( MultiPar133_setup.exe みたいな名前 ) をダブル・クリックすると、
インストール画面が表示されるので、その指示に従ってください。 インストール画面が表示されるので、その指示に従ってください。
バージョン・アップ時に、設定項目をそのまま使いたい時は上書きインストールしてもいいです。 バージョン・アップ時に、設定項目をそのまま使いたい時は上書きインストールしてもいいです。
上書きインストールする前に、「MultiPar をシェルに統合する」のチェックを外してください。 上書きインストールする前に、「MultiPar をシェルに統合する」のチェックを外してください。
上書きインストールやアンインストール後に OS の再起動を求められるかもしれません。 上書きインストールやアンインストール後に OS の再起動を求められるかもしれません。
「Program Files」や「Program Files (x86)」内にインストールするには、 「Program Files」や「Program Files (x86)」内にインストールするには、
最初のダイアログで「すべてのユーザー用にインストール」を選んでください。
右クリック・メニューの「管理者として実行」を選んで 右クリック・メニューの「管理者として実行」を選んで
管理者権限でインストーラーを開始する必要があります。 管理者権限でインストーラーを開始する必要があります。
@@ -137,7 +139,7 @@ MultiPar をインストールしたフォルダ内の unins000.exe をダブル
[ アーカイブ版のインストール ] [ アーカイブ版のインストール ]
 配布されてる圧縮ファイル ( MultiPar131.zip みたいな名前 ) を解凍してできたファイルを  配布されてる圧縮ファイル ( MultiPar133.zip みたいな名前 ) を解凍してできたファイルを
どこか適当なフォルダに全て入れてください。 どこか適当なフォルダに全て入れてください。
その中の MultiPar.exe というのが MultiPar の実行ファイルです。 その中の MultiPar.exe というのが MultiPar の実行ファイルです。
それをダブル・クリックすると MultiPar が起動します。 それをダブル・クリックすると MultiPar が起動します。

View File

@@ -1,13 +1,16 @@
Release note of v1.3.3 tree Release note of v1.3.3 tree
[ Changes from 1.3.3.0 to 1.3.3.1 ] (2023/10/23) [ Changes from 1.3.3.0 to 1.3.3.1 ] (2023/11/11)
Installer update
It shows dialog to select "per user" or "per machine" installation.
PAR2 client update PAR2 client update
Change Change
Max number of threads to read files on SSD was increased to 6. Max number of threads to read files on SSD was increased to 6.
Improvement Improvement
GPU acceleration may become faster slightly. GPU acceleration would become faster.
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@@ -1,4 +1,4 @@
v1.3.3 の更新情報 (2023/10/10) v1.3.3 の更新情報 (2023/11/11)
 まだ動作実験中ですので、不安な人は前のバージョンを使ってください。  まだ動作実験中ですので、不安な人は前のバージョンを使ってください。
@@ -6,6 +6,7 @@
・クライアントの変更点 ・クライアントの変更点
 CPU Cache の利用方法を改善して速くなりました。  CPU Cache の利用方法を改善して速くなりました。
 GPU による高速化も速くなりました。
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */