The Windows Installer tab enables you to modify information
specific to the Windows Installer section of the http.ini file.
The Windows Installer tab
The fields specific to the Windows Installer section are shown below:
[WindowsInstaller]
; Windows Installer settings Install=1 Path=##DWEBPRO_PATH##\engine\windowsinstaller\WindowsInstaller-KB893803-v2-x86.exe
CustomParams=/passive /norestart CheckVersion=1 Version=3.1 AskUserForInstall=1 AskUserForInstallDefaultButton=No ShowExecutionTimeOutMessage=0 ExecutionTimeout=0 Hidden=0
Each of the fields within the WindowsInstaller section are detailed below.
Windows Installer settings
Install
Install
Install defines whether DWebPro has to install
Windows Installer on the user system or not..
Accepted values: 1, 0
Path
Path
Path
specifies the folder the path of the Windows Installer 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 Windows Installer installer.
Accepted values: string
Check Windows Installer Version
CheckVersion
Check Windows
Installer Version specifies whether DWebPro has to check the
Windows Installer version against the value specified in the
Version field. If you enable this
feature and DWebPro identify an Windows Installer 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 Windows
Installer package specified in the
Path
field.This field is ignored if the CheckVersion field is set to 0.Accepted values: string valid for version
(i.e. 3.1)
Ask user for install
AskUserForInstall
Ask user for
install specifies whether DWebPro prompts the user to
confirm the install of Windows Installer.
Accepted values: 0, 1
Default Button
AskUserForInstallDefaultButton
Default
Button specifies the default button on the confirmation form
for Windows Installer 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 Windows Installer installer with a minimalist user interface (UI) that doesn't require user interaction to complete. For instance:
CustomParams=/passive /norestart
Accepted values: 0, 1


