checkbox - IgnoreDependencies for Application
This commit is contained in:
parent
7d10a750a0
commit
8242d5e8d3
1 changed files with 8 additions and 2 deletions
|
@ -251,7 +251,13 @@ namespace WebsitePanel.Providers.Web.WPIWebApplicationGallery
|
|||
public GalleryWebAppStatus DownloadAppAndGetStatus(int UserId, string id)
|
||||
{
|
||||
WpiHelper wpi = GetWpiHelper(UserId);
|
||||
wpi.InstallProducts(new[] { id }, null, null, null);
|
||||
wpi.InstallProducts(
|
||||
new[] { id },
|
||||
false, // do not install dependencies
|
||||
null,
|
||||
null,
|
||||
null
|
||||
);
|
||||
|
||||
return GalleryWebAppStatus.Downloaded;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue