WebsitePanel.WebSite project moved from SourceForge
This commit is contained in:
parent
9f7129175b
commit
6aa56903c5
52 changed files with 2915 additions and 0 deletions
|
@ -0,0 +1,93 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<components>
|
||||
|
||||
|
||||
<!-- WebsitePanel Standalone -->
|
||||
<component application="WebsitePanel" name="Standalone Server Setup" code="standalone">
|
||||
<description>Express setup for standalone server configuration. It installs all components on the same server and configures WebsitePanel using recommended settings.</description>
|
||||
<releases>
|
||||
<!-- release version="1.2" date="04/18/2010" available="true" beta="false">
|
||||
<releaseFileID>103</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-Standalone-1.2.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/WebsitePanel-Standalone-1.2-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WSP.Setup.EnterpriseServer12</installerType>
|
||||
</release>
|
||||
<release version="1.1" date="04/17/2010" available="true" beta="false">
|
||||
<releaseFileID>102</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-Standalone-1.1.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/WebsitePanel-Standalone-1.1-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WSP.Setup.EnterpriseServer11</installerType>
|
||||
</release -->
|
||||
<release version="1.0" date="04/16/2010" available="true" beta="false">
|
||||
<releaseFileID>101</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-StandaloneServerSetup-1.0.zip</fullFilePath>
|
||||
<upgradeFilePath></upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.EnterpriseServer10</installerType>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
|
||||
<!-- WebsitePanel Portal -->
|
||||
<component application="WebsitePanel" name="Portal" code="portal">
|
||||
<description>WebsitePanel Portal is a user interface to the control panel which allows managing user accounts, hosting spaces, web sites, FTP accounts, files, etc.</description>
|
||||
<releases>
|
||||
<release version="1.0" date="04/16/2010" available="true" beta="false">
|
||||
<releaseFileID>201</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-Portal-1.0.zip</fullFilePath>
|
||||
<upgradeFilePath></upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.Portal10</installerType>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
|
||||
<!-- WebsitePanel Enterprise Server-->
|
||||
<component application="WebsitePanel" name="Enterprise Server" code="enterprise server">
|
||||
<description>Enterprise Server is the core of WebsitePanel system. It includes all business logic of the application. Enterprise Server should have access to Server and be accessible from Portal applications.</description>
|
||||
<releases>
|
||||
<release version="1.0" date="04/16/2010" available="true" beta="false">
|
||||
<releaseFileID>301</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-EnterpriseServer-1.0.zip</fullFilePath>
|
||||
<upgradeFilePath></upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WerbsitePanel.Setup.EnterpriseServer10</installerType>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
|
||||
<!-- WebsitePanel Server -->
|
||||
<component application="WebsitePanel" name="Server" code="server">
|
||||
<description>WebsitePanel Server is a set of services running on the remote server to be controlled. Server application should be reachable from Enterprise Server one.</description>
|
||||
<releases>
|
||||
<release version="1.0" date="04/16/2010" available="true" beta="false">
|
||||
<releaseFileID>401</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-Server-1.0.zip</fullFilePath>
|
||||
<upgradeFilePath></upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.Server10</installerType>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
|
||||
<!-- WebsitePanel Installer -->
|
||||
<component application="WebsitePanel Installer" name="Installer Core Files" code="inst core">
|
||||
<description>Installer Core Files</description>
|
||||
<releases>
|
||||
<release version="1.0" date="04/16/2010" available="false" beta="false">
|
||||
<releaseFileID>501</releaseFileID>
|
||||
<fullFilePath></fullFilePath>
|
||||
<upgradeFilePath></upgradeFilePath>
|
||||
<installerPath></installerPath>
|
||||
<installerType></installerType>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
</components>
|
|
@ -0,0 +1,101 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<components>
|
||||
<!-- WebsitePanel Standalone -->
|
||||
<component application="WebsitePanel" name="Standalone Server Setup" code="standalone">
|
||||
<description>Express setup for standalone server configuration. It installs all components on the same server and configures WebsitePanel using recommended settings.</description>
|
||||
<releases>
|
||||
<release version="1.1.1" date="12/9/2010" available="true" beta="false">
|
||||
<releaseFileID>105</releaseFileID>
|
||||
<fullFilePath>~/Files/Beta/WebsitePanel-StandaloneServerSetup-1.1.1.1.zip</fullFilePath>
|
||||
<upgradeFilePath></upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.StandaloneServerSetup111</installerType>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
<!-- WebsitePanel Portal -->
|
||||
<component application="WebsitePanel" name="Portal" code="portal">
|
||||
<description>WebsitePanel Portal is a user interface to the control panel which allows managing user accounts, hosting spaces, web sites, FTP accounts, files, etc.</description>
|
||||
<releases>
|
||||
<release version="1.1.1" date="12/9/2010" available="true" beta="false">
|
||||
<releaseFileID>205</releaseFileID>
|
||||
<fullFilePath>~/Files/Beta/WebsitePanel-Portal-1.1.1.1.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/Beta/WebsitePanel-Portal-1.1.1.1-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.Portal111</installerType>
|
||||
</release>
|
||||
<release version="1.1.0" date="1/6/2011" available="true" beta="false">
|
||||
<releaseFileID>206</releaseFileID>
|
||||
<fullFilePath>~/Files/1.1.0/release/WebsitePanel-Portal-1.1.0.10.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/1.1.0/release/WebsitePanel-Portal-1.1.0.10-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.Portal110</installerType>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
<!-- WebsitePanel Enterprise Server-->
|
||||
<component application="WebsitePanel" name="Enterprise Server" code="enterprise server">
|
||||
<description>Enterprise Server is the core of WebsitePanel system. It includes all business logic of the application. Enterprise Server should have access to Server and be accessible from Portal applications.</description>
|
||||
<releases>
|
||||
<release version="1.1.1" date="12/9/2010" available="true" beta="false">
|
||||
<releaseFileID>305</releaseFileID>
|
||||
<fullFilePath>~/Files/Beta/WebsitePanel-EnterpriseServer-1.1.1.1.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/Beta/WebsitePanel-EnterpriseServer-1.1.1.1-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.EnterpriseServer111</installerType>
|
||||
</release>
|
||||
<release version="1.1.0" date="1/6/2011" available="true" beta="false">
|
||||
<releaseFileID>306</releaseFileID>
|
||||
<fullFilePath>~/Files/1.1.0/release/WebsitePanel-EnterpriseServer-1.1.0.10.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/1.1.0/release/WebsitePanel-EnterpriseServer-1.1.0.10-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.EnterpriseServer110</installerType>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
<!-- WebsitePanel Server -->
|
||||
<component application="WebsitePanel" name="Server" code="server">
|
||||
<description>WebsitePanel Server is a set of services running on the remote server to be controlled. Server application should be reachable from Enterprise Server one.</description>
|
||||
<releases>
|
||||
<release version="1.1.1" date="12/9/2010" available="true" beta="false">
|
||||
<releaseFileID>405</releaseFileID>
|
||||
<fullFilePath>~/Files/Beta/WebsitePanel-Server-1.1.1.1.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/Beta/WebsitePanel-Server-1.1.1.1-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.Server111</installerType>
|
||||
</release>
|
||||
<release version="1.1.0" date="1/6/2011" available="true" beta="false">
|
||||
<releaseFileID>406</releaseFileID>
|
||||
<fullFilePath>~/Files/1.1.0/release/WebsitePanel-Server-1.1.0.10.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/1.1.0/release/WebsitePanel-Server-1.1.0.10-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.Server110</installerType>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
<!-- WebsitePanel Installer -->
|
||||
<component application="WebsitePanel Installer" name="Installer Core Files" code="cfg core">
|
||||
<description>Installer Core Files</description>
|
||||
<releases>
|
||||
<!--release version="1.1" date="1/6/2011" available="false" beta="false">
|
||||
<releaseFileID>502</releaseFileID>
|
||||
<fullFilePath></fullFilePath>
|
||||
<upgradeFilePath>~/Files/1.1.0/debug/WebsitePanel-Installer-1.1.0-Update.zip</upgradeFilePath>
|
||||
<installerPath></installerPath>
|
||||
<installerType></installerType>
|
||||
</release-->
|
||||
<release version="1.0" date="04/16/2010" available="false" beta="true">
|
||||
<releaseFileID>501</releaseFileID>
|
||||
<fullFilePath></fullFilePath>
|
||||
<upgradeFilePath></upgradeFilePath>
|
||||
<installerPath></installerPath>
|
||||
<installerType></installerType>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
</components>
|
|
@ -0,0 +1,101 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<components>
|
||||
<!-- WebsitePanel Standalone -->
|
||||
<component application="WebsitePanel" name="Standalone Server Setup" code="standalone">
|
||||
<description>Express setup for standalone server configuration. It installs all components on the same server and configures WebsitePanel using recommended settings.</description>
|
||||
<releases>
|
||||
<!--release version="1.1.0" date="1/6/2011" available="true" beta="false">
|
||||
<releaseFileID>106</releaseFileID>
|
||||
<fullFilePath>~/Files/1.1.0/release/WebsitePanel-StandaloneServerSetup-1.1.0.10.zip</fullFilePath>
|
||||
<upgradeFilePath></upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.StandaloneServerSetup110</installerType>
|
||||
</release-->
|
||||
<release version="1.1.0" date="09/03/2010" available="true" beta="false">
|
||||
<releaseFileID>103</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-StandaloneServerSetup-1.1.0.9.zip</fullFilePath>
|
||||
<upgradeFilePath></upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.StandaloneServerSetup102</installerType>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
<!-- WebsitePanel Portal -->
|
||||
<component application="WebsitePanel" name="Portal" code="portal">
|
||||
<description>WebsitePanel Portal is a user interface to the control panel which allows managing user accounts, hosting spaces, web sites, FTP accounts, files, etc.</description>
|
||||
<releases>
|
||||
<!--release version="1.1.0" date="1/6/2011" available="true" beta="false">
|
||||
<releaseFileID>206</releaseFileID>
|
||||
<fullFilePath>~/Files/1.1.0/release/WebsitePanel-Portal-1.1.0.10.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/1.1.0/release/WebsitePanel-Portal-1.1.0.10-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.Portal110</installerType>
|
||||
</release-->
|
||||
<release version="1.1.0" date="09/03/2010" available="true" beta="false">
|
||||
<releaseFileID>203</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-Portal-1.1.0.9.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/WebsitePanel-Portal-1.1.0.9-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.Portal102</installerType>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
<!-- WebsitePanel Enterprise Server-->
|
||||
<component application="WebsitePanel" name="Enterprise Server" code="enterprise server">
|
||||
<description>Enterprise Server is the core of WebsitePanel system. It includes all business logic of the application. Enterprise Server should have access to Server and be accessible from Portal applications.</description>
|
||||
<releases>
|
||||
<!--release version="1.1.0" date="1/6/2011" available="true" beta="false">
|
||||
<releaseFileID>306</releaseFileID>
|
||||
<fullFilePath>~/Files/1.1.0/release/WebsitePanel-EnterpriseServer-1.1.0.10.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/1.1.0/release/WebsitePanel-EnterpriseServer-1.1.0.10-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.EnterpriseServer110</installerType>
|
||||
</release-->
|
||||
<release version="1.1.0" date="09/03/2010" available="true" beta="false">
|
||||
<releaseFileID>303</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-EnterpriseServer-1.1.0.9.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/WebsitePanel-EnterpriseServer-1.1.0.9-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.EnterpriseServer102</installerType>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
<!-- WebsitePanel Server -->
|
||||
<component application="WebsitePanel" name="Server" code="server">
|
||||
<description>WebsitePanel Server is a set of services running on the remote server to be controlled. Server application should be reachable from Enterprise Server one.</description>
|
||||
<releases>
|
||||
<!--release version="1.1.0" date="1/6/2011" available="true" beta="false">
|
||||
<releaseFileID>406</releaseFileID>
|
||||
<fullFilePath>~/Files/1.1.0/release/WebsitePanel-Server-1.1.0.10.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/1.1.0/release/WebsitePanel-Server-1.1.0.10-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.Server110</installerType>
|
||||
</release-->
|
||||
<release version="1.1.0" date="09/03/2010" available="true" beta="false">
|
||||
<releaseFileID>403</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-Server-1.1.0.9.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/WebsitePanel-Server-1.1.0.9-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.Server102</installerType>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
<!-- WebsitePanel Installer -->
|
||||
<component application="WebsitePanel Installer" name="Installer Core Files" code="cfg core">
|
||||
<description>Installer Core Files</description>
|
||||
<releases>
|
||||
<release version="1.1" date="1/6/2011" available="false" beta="false">
|
||||
<releaseFileID>502</releaseFileID>
|
||||
<fullFilePath></fullFilePath>
|
||||
<upgradeFilePath>~/Files/1.1.0/release/WebsitePanel-Installer-1.1.0-Update.zip</upgradeFilePath>
|
||||
<installerPath></installerPath>
|
||||
<installerType></installerType>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
</components>
|
|
@ -0,0 +1,164 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<components>
|
||||
<!-- WebsitePanel Standalone -->
|
||||
<component application="WebsitePanel" name="Standalone Server Setup" code="standalone">
|
||||
<description>Express setup for standalone server configuration. It installs all components on the same server and configures WebsitePanel using recommended settings.</description>
|
||||
<releases>
|
||||
<release version="1.1.0" date="1/6/2011" available="true" beta="false">
|
||||
<releaseFileID>106</releaseFileID>
|
||||
<fullFilePath>~/Files/1.1.0/release/WebsitePanel-StandaloneServerSetup-1.1.0.10.zip</fullFilePath>
|
||||
<upgradeFilePath></upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.StandaloneServerSetup110</installerType>
|
||||
</release>
|
||||
<release version="1.0.2" date="09/03/2010" available="true" beta="false">
|
||||
<releaseFileID>103</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-StandaloneServerSetup-1.0.2.0.zip</fullFilePath>
|
||||
<upgradeFilePath></upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.StandaloneServerSetup102</installerType>
|
||||
</release>
|
||||
<release version="1.0.1" date="07/16/2010" available="true" beta="false">
|
||||
<releaseFileID>102</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-StandaloneServerSetup-1.0.1.0.zip</fullFilePath>
|
||||
<upgradeFilePath></upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.StandaloneServerSetup101</installerType>
|
||||
</release>
|
||||
<release version="1.0" date="04/16/2010" available="true" beta="false">
|
||||
<releaseFileID>101</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-StandaloneServerSetup-1.0.zip</fullFilePath>
|
||||
<upgradeFilePath></upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.StandaloneServerSetup10</installerType>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
<!-- WebsitePanel Portal -->
|
||||
<component application="WebsitePanel" name="Portal" code="portal">
|
||||
<description>WebsitePanel Portal is a user interface to the control panel which allows managing user accounts, hosting spaces, web sites, FTP accounts, files, etc.</description>
|
||||
<releases>
|
||||
<release version="1.1.0" date="1/6/2011" available="true" beta="false">
|
||||
<releaseFileID>206</releaseFileID>
|
||||
<fullFilePath>~/Files/1.1.0/release/WebsitePanel-Portal-1.1.0.10.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/1.1.0/release/WebsitePanel-Portal-1.1.0.10-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.Portal110</installerType>
|
||||
</release>
|
||||
<release version="1.0.2" date="09/03/2010" available="true" beta="false">
|
||||
<releaseFileID>203</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-Portal-1.0.2.0.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/WebsitePanel-Portal-1.0.2.0-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.Portal102</installerType>
|
||||
</release>
|
||||
<release version="1.0.1" date="07/16/2010" available="true" beta="false">
|
||||
<releaseFileID>202</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-Portal-1.0.1.0.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/WebsitePanel-Portal-1.0.1.0-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.Portal101</installerType>
|
||||
</release>
|
||||
<release version="1.0" date="04/16/2010" available="true" beta="false">
|
||||
<releaseFileID>201</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-Portal-1.0.zip</fullFilePath>
|
||||
<upgradeFilePath></upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.Portal10</installerType>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
<!-- WebsitePanel Enterprise Server-->
|
||||
<component application="WebsitePanel" name="Enterprise Server" code="enterprise server">
|
||||
<description>Enterprise Server is the core of WebsitePanel system. It includes all business logic of the application. Enterprise Server should have access to Server and be accessible from Portal applications.</description>
|
||||
<releases>
|
||||
<release version="1.1.0" date="1/6/2011" available="true" beta="false">
|
||||
<releaseFileID>306</releaseFileID>
|
||||
<fullFilePath>~/Files/1.1.0/release/WebsitePanel-EnterpriseServer-1.1.0.10.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/1.1.0/release/WebsitePanel-EnterpriseServer-1.1.0.10-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.EnterpriseServer110</installerType>
|
||||
</release>
|
||||
<release version="1.0.2" date="09/03/2010" available="true" beta="false">
|
||||
<releaseFileID>303</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-EnterpriseServer-1.0.2.0.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/WebsitePanel-EnterpriseServer-1.0.2.0-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.EnterpriseServer102</installerType>
|
||||
</release>
|
||||
<release version="1.0.1" date="07/16/2010" available="true" beta="false">
|
||||
<releaseFileID>302</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-EnterpriseServer-1.0.1.0.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/WebsitePanel-EnterpriseServer-1.0.1.0-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.EnterpriseServer101</installerType>
|
||||
</release>
|
||||
<release version="1.0" date="04/16/2010" available="true" beta="false">
|
||||
<releaseFileID>301</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-EnterpriseServer-1.0.zip</fullFilePath>
|
||||
<upgradeFilePath></upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.EnterpriseServer10</installerType>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
<!-- WebsitePanel Server -->
|
||||
<component application="WebsitePanel" name="Server" code="server">
|
||||
<description>WebsitePanel Server is a set of services running on the remote server to be controlled. Server application should be reachable from Enterprise Server one.</description>
|
||||
<releases>
|
||||
<release version="1.1.0" date="1/6/2011" available="true" beta="false">
|
||||
<releaseFileID>406</releaseFileID>
|
||||
<fullFilePath>~/Files/1.1.0/release/WebsitePanel-Server-1.1.0.10.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/1.1.0/release/WebsitePanel-Server-1.1.0.10-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.Server110</installerType>
|
||||
</release>
|
||||
<release version="1.0.2" date="09/03/2010" available="true" beta="false">
|
||||
<releaseFileID>403</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-Server-1.0.2.0.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/WebsitePanel-Server-1.0.2.0-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.Server102</installerType>
|
||||
</release>
|
||||
<release version="1.0.1" date="07/16/2010" available="true" beta="false">
|
||||
<releaseFileID>402</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-Server-1.0.1.0.zip</fullFilePath>
|
||||
<upgradeFilePath>~/Files/WebsitePanel-Server-1.0.1.0-Update.zip</upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.Server101</installerType>
|
||||
</release>
|
||||
<release version="1.0" date="04/16/2010" available="true" beta="false">
|
||||
<releaseFileID>401</releaseFileID>
|
||||
<fullFilePath>~/Files/WebsitePanel-Server-1.0.zip</fullFilePath>
|
||||
<upgradeFilePath></upgradeFilePath>
|
||||
<installerPath>setup\setup.dll</installerPath>
|
||||
<installerType>WebsitePanel.Setup.Server10</installerType>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
<!-- WebsitePanel Installer -->
|
||||
<component application="WebsitePanel Installer" name="Installer Core Files" code="cfg core">
|
||||
<description>Installer Core Files</description>
|
||||
<releases>
|
||||
<release version="1.1" date="1/6/2011" available="false" beta="false">
|
||||
<releaseFileID>502</releaseFileID>
|
||||
<fullFilePath></fullFilePath>
|
||||
<upgradeFilePath>~/Files/1.1.0/release/WebsitePanel-Installer-1.1.0-Update.zip</upgradeFilePath>
|
||||
<installerPath></installerPath>
|
||||
<installerType></installerType>
|
||||
</release>
|
||||
<release version="1.0" date="04/16/2010" available="false" beta="true">
|
||||
<releaseFileID>501</releaseFileID>
|
||||
<fullFilePath></fullFilePath>
|
||||
<upgradeFilePath></upgradeFilePath>
|
||||
<installerPath></installerPath>
|
||||
<installerType></installerType>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
|
||||
</components>
|
Loading…
Add table
Add a link
Reference in a new issue