| Line 17... |
Line 17... |
| 17 |
Dim HTTP_PKG_ARCHIVE ' http and Machine name
|
17 |
Dim HTTP_PKG_ARCHIVE ' http and Machine name
|
| 18 |
Dim dpkg_archiveURL ' http path to dpkg_archive with /
|
18 |
Dim dpkg_archiveURL ' http path to dpkg_archive with /
|
| 19 |
Dim release_archiveURL ' http path to releases with /
|
19 |
Dim release_archiveURL ' http path to releases with /
|
| 20 |
Dim ACCESS_MANAGER_URL
|
20 |
Dim ACCESS_MANAGER_URL
|
| 21 |
Dim RELEASE_MANAGER_URL
|
21 |
Dim RELEASE_MANAGER_URL
|
| - |
|
22 |
Dim DEPLOYMENT_MANAGER_URL
|
| - |
|
23 |
Dim PRODUCTION_MANAGER_URL
|
| 22 |
Dim strRelativePath ' Rel Path from script to URL
|
24 |
Dim strRelativePath ' Rel Path from script to URL
|
| 23 |
Dim managerSuiteBase ' Url to the base of the Manager Suite
|
25 |
Dim managerSuiteBase ' Url to the base of the Manager Suite
|
| 24 |
Dim FavIcon ' Favorite Icon
|
26 |
Dim FavIcon ' Favorite Icon
|
| 25 |
Dim RmDebug ' Debug Display
|
27 |
Dim RmDebug ' Debug Display
|
| 26 |
|
28 |
|
| Line 107... |
Line 109... |
| 107 |
|
109 |
|
| 108 |
strRelativePath = GetPathToBase()
|
110 |
strRelativePath = GetPathToBase()
|
| 109 |
managerSuiteBase = GetManagerSuiteBase()
|
111 |
managerSuiteBase = GetManagerSuiteBase()
|
| 110 |
ACCESS_MANAGER_URL = ManagerSuiteBase & "/Access_Manager"
|
112 |
ACCESS_MANAGER_URL = ManagerSuiteBase & "/Access_Manager"
|
| 111 |
RELEASE_MANAGER_URL = ManagerSuiteBase & "/Release_Manager"
|
113 |
RELEASE_MANAGER_URL = ManagerSuiteBase & "/Release_Manager"
|
| - |
|
114 |
DEPLOYMENT_MANAGER_URL = ManagerSuiteBase & "/Deployment_Manager"
|
| - |
|
115 |
PRODUCTION_MANAGER_URL = ManagerSuiteBase & "/Production_Manager"
|
| 112 |
|
116 |
|
| 113 |
archive_server = Get_Archive_Server()
|
117 |
archive_server = Get_Archive_Server()
|
| 114 |
HTTP_PKG_ARCHIVE = "http://" & archive_server
|
118 |
HTTP_PKG_ARCHIVE = "http://" & archive_server
|
| 115 |
dpkg_archiveURL = HTTP_PKG_ARCHIVE & "/dpkg_archive/"
|
119 |
dpkg_archiveURL = HTTP_PKG_ARCHIVE & "/dpkg_archive/"
|
| 116 |
release_archiveURL = HTTP_PKG_ARCHIVE & "/releases/"
|
120 |
release_archiveURL = HTTP_PKG_ARCHIVE & "/releases/"
|