web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / DaxGeek / Specify Installation Parame...

Specify Installation Parameters Using a Parameter File

Hossein.K Profile Picture Hossein.K 6,648
Use the following procedure to run the installation by specifying a parameter file
at the command prompt.


1. Create a text file that lists the appropriate installation parameters and
their values. In the parameter file, the
Name=Value combination for
each parameter must be on a separate line.


WARNING: If you enter duplicate parameters, Setup will fail silently.

2. Do not include double quotation marks in parameter files. Because a
line return is used as a delimiter in a parameter file, values that
otherwise require the use of double quotation marks do not require
them here. To prevent a line in a parameter file from being read, type
a number sign (#) before the line. The line will be treated as a
comment rather than a command or parameter.


3. Open a Command Prompt window.


4. At the command prompt, type the following information: <Path to
DVD or shared directory>
\Setup.exe ParmFile=<path to
file
\FileName.txt>. The path can be fully qualified or relative to the
location of the Setup.exe file. Relative paths can include upward
qualifiers such as "..\..\".

5. Press
Enter.

NOTE: To set up clients to use a shared configuration file, set the
ClientConfigFile path parameter to the file in the shared directory.
ClientConfigFile="X:\<name of configuration file>.axc"


Regards,
Hossein Karimi

Comments

*This post is locked for comments