fix for Joomla installation
This commit is contained in:
parent
43e3728c24
commit
c4c1424eb4
1 changed files with 44 additions and 0 deletions
|
@ -44,6 +44,7 @@ namespace WebsitePanel.Providers.WebAppGallery
|
|||
public enum DeploymentParameterWellKnownTag : long
|
||||
{
|
||||
None = 0L,
|
||||
|
||||
AppHostConfig = 1L,
|
||||
AppPoolConfig = 2L,
|
||||
Boolean = 4L,
|
||||
|
@ -83,6 +84,49 @@ namespace WebsitePanel.Providers.WebAppGallery
|
|||
Ignore = 68719476736L,
|
||||
AutoGenerated = 137438953472L,
|
||||
SingleLineConnectionString = 274877906944L,
|
||||
//SiteUserPassword = 549755813888,
|
||||
|
||||
|
||||
ALLKNOWN =
|
||||
AppHostConfig |
|
||||
AppPoolConfig |
|
||||
Boolean |
|
||||
ComObject32 |
|
||||
ComObject64 |
|
||||
DBAdminPassword |
|
||||
DBAdminUserName |
|
||||
DBConnectionString |
|
||||
DBName |
|
||||
DBServer |
|
||||
DBUserName |
|
||||
DBUserPassword |
|
||||
FlatFile |
|
||||
Hidden |
|
||||
IisApp |
|
||||
MetaKey |
|
||||
MySql |
|
||||
MySqlConnectionString |
|
||||
New |
|
||||
RegKey |
|
||||
SetAcl |
|
||||
Sql |
|
||||
SqLite |
|
||||
SqlConnectionString |
|
||||
Password |
|
||||
PhysicalPath |
|
||||
VistaDB |
|
||||
Validate |
|
||||
SqLiteConnectionString |
|
||||
SqlCE |
|
||||
NoStore |
|
||||
AppURL |
|
||||
NoProtocol |
|
||||
DBUserConnectionString |
|
||||
DBAdminConnectionString |
|
||||
WebPIApplicationID |
|
||||
Ignore |
|
||||
AutoGenerated |
|
||||
SingleLineConnectionString
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue