The .NET Framework tab enables you to modify information specific to the
.NET Framework section of the http.ini file.
The .NET Framework tab
You can download a preconfigured package for .NET Framework support in the Add-On Packages topic.
The fields specific to the .NET Framework section are shown below:
[NETFramework]
; .NET Framework settings Install=1 Path=##DWEBPRO_PATH##\engine\net_framework\dotnetfx20.exe CustomParams= CheckVersion=1
ExactVersion=1 Version=2.0.50727 AskUserForInstall=1 AskUserForInstallDefaultButton=No ExecutionTimeout=0 ShowExecutionTimeOutMessage=0 Hidden=0
Each of the fields within the NETFramework section are detailed below.
.NET Framework settings
Install
Install
Install defines whether DWebPro
has to install the .NET Framework on the user system or not..
Accepted values: 1, 0
Path
Path
Path specifies the folder the path of the .NET Framework installer. For more information, refer to the DWebPro Internal Constants topic.
Accepted values: string
Custom Params
CustomParams
Custom Params specifies additional parameters
that will be passed to the .NET Framework installer.
Accepted values: string
Check .NET Framework Version
CheckVersion
Check .NET Framework Version specifies whether DWebPro
has to check the .NET Framework version against the value specified in the
Version field. If you enable this feature and DWebPro identify an .NET Framework version older than the one specified in the Version field, it will install the new version, otherwise it will skip the install process. Accepted values: 1, 0
Version
Version
Version specifies the version of the .NET Framework package specified in the
Path field.This field is ignored if the CheckVersion field is set to 0. Accepted values: 2.0.50727, 1.1.4322 or 1.0.3705
Exact Version
ExactVersion
Exact Version tell DWebPro
to verify that the version specified in the
.
Version field is the exact version of the .NET Framework installed on the user system. Some versions of the .NET Framework are installed with a policy statement that specifies
compatibility with previous versions. Setting ExactVersion to 0 tells DWebPro to skip the install process if it is already installed a .NET Framework version compatible with the one specified in the Version field.Accepted values: 1, 0
Ask user for install
AskUserForInstall
Ask user for install specifies whether DWebPro
prompts the user to confirm the install of the .NET Framework.
Accepted values: 0, 1
Default Button
AskUserForInstallDefaultButton
Default Button specifies the default
button on the confirmation form for the .NET Framework install.
Accepted values: Yes, No
Show execution timeout message
ShowExecutionTimeOutMessage
Show execution timeout message specifies
whether DWebPro prompts the user to continue the startup process in the case the install process takes more time than specified in the
ExecutionTimeout field.Accepted values: 0, 1
Execution Timeout
ExecutionTimeout
Execution Timeout specifies the timeout,
in milliseconds, before DWebPro prompts the user to wait the install process to complete.
Accepted values: integer
Hidden
Hidden
Hidden specifies if the install process will be started hidden from the user. Set this field to 1 only if you run the .NET Framework installer with a minimalist user interface (UI) that doesn't require user interaction to complete.
Accepted values: 0, 1

