Windows コンピューターにログインしているユーザーのホスト名またはユーザー名を取得し、それをホスト名またはユーザー名のテーブルと比較して、正しい変数を追加するスクリプトについて助けが必要です。元。
computer1=Phone1
computer2=phone2
computer3=phone3
using this table i have to change a variable
msiexec /i programtoinstall /qb FREEFORMDEVICENAME="using the host name or username get the right variable"
したがって、ホスト名が computer1 の場合、最終的なインストール文字列は次のようになります。
msiexec /i programtoinstall /qb FREEFORMDEVICENAME="phone1"
ありがとう!