Symantec 14541094 Administration Guide - Page 49

Customizing the deployment files, Group\Apache\conf.

Page 49 highlights

Deploying Symantec pcAnywhere custom installations 49 Deploying installation packages using Web-based deployment This file is installed by default in C:\Program Files\ Apache Group\Apache\conf. 2 Type the following lines at the end of the file: DirectoryIndex default.htm #ServerName machinename DocumentRoot "C:\Client\Webinst" For the VirtualHost For ServerName For the DocumentRoot Replace 111.111.111.111 with the IP address of the computer on which Apache HTTP Server is installed. Replace machinename with the name of the server. Specify the folder in which you copied the Web install files (for example, "C:\Client\Webinst"). Double quotation marks are required to specify the DocumentRoot. If the quotation marks are omitted, Apache services might not start. Customizing the deployment files You must edit the following files to deploy and install packages using the Web-based deployment tool: Start.htm Files.ini Launch.bat Contains the parameters for the Web server and the location of the files that need to be installed This file resides in the root of the Webinstall directory. Contains the file name parameters for the packages and files that you want to deploy and install This file resides in the Webinst subdirectory. Contains the command line used to execute the package installation This file resides in the Webinst subdirectory. Launch.bat is required only for MSI installations.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109

This file is installed by default in C:\Program Files\ Apache
Group\Apache\conf.
2
Type the following lines at the end of the file:
DirectoryIndex default.htm
<VirtualHost 111.111.111.111>
#ServerName machinename
DocumentRoot "C:\Client\Webinst"
</VirtualHost>
Replace 111.111.111.111 with the IP address of
the computer on which Apache HTTP Server is
installed.
For the VirtualHost
Replace machinename with the name of the
server.
For ServerName
Specify the folder in which you copied the Web
install files (for example, "C:\Client\Webinst").
Double quotation marks are required to specify
the DocumentRoot. If the quotation marks are
omitted, Apache services might not start.
For the DocumentRoot
Customizing the deployment files
You must edit the following files to deploy and install packages using the
Web-based deployment tool:
Contains the parameters for the Web server and the
location of the files that need to be installed
This file resides in the root of the Webinstall directory.
Start.htm
Contains the file name parameters for the packages
and files that you want to deploy and install
This file resides in the Webinst subdirectory.
Files.ini
Contains the command line used to execute the
package installation
This file resides in the Webinst subdirectory.
Launch.bat is required only for MSI installations.
Launch.bat
49
Deploying Symantec pcAnywhere custom installations
Deploying installation packages using Web-based deployment