هذه الصفحة غير متوفرة حاليًا بلغتك المحلية. نحن نعمل جاهدين على إضافة المزيد من اللغات. شاكرين تفهمك ودعمك المستمر لنا.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive

Adding an Application

Updated on 2024-07-19 GMT+08:00

Scenario

Administrators can upload enterprise applications or third-party applications and manage and allocate applications through App Center in a unified manner.

NOTE:
  • This operation can be performed only on Windows desktops.
  • Before using App Center, you need to contact O&M personnel to check whether the basic components of your desktops have been upgraded to a version that supports App Center.

Prerequisites

The application to be installed has been obtained and verified as expected.

Installation Restrictions

  • Automatic installation
    • Automatic installation is to install applications with the system permission. Applications that can be installed only by user roles, such as WPS, cannot adopt automatic installation.
    • The actual installation result will not be verified.
  • Installation through the App Center client
    • Installation by users with common user group permissions is not supported.
    • The installation result of the application whose advanced configuration items are not correctly set is not verified.

Procedure

  1. Log in to the Workspace console.
  2. In the navigation pane on the left, choose App Center > App Distribution.

    The App Center page is displayed.

  3. Click Add App in the upper right corner.

    The Add App page is displayed.

  4. Configure an application, as shown in Table 1 and Table 2.

    Table 1 Basic parameters

    Parameter

    Description

    Restriction

    Example Value

    App Name

    User-defined cloud application name: If you enter xxx.exe or xxx, the execution process of xxx.exe will be stopped during automatic installation.

    • The application name can contain visible characters or spaces but cannot contain only spaces.
    • The value contains 1 to 128 characters.

    HelloAppCenter

    Version

    ID of an application version.

    • The value can contain a maximum of 128 characters.

    -

    Description

    Description of an application, which helps identify the application.

    • The value contains a maximum of 2048 characters.

    Office software

    App lcon

    Icon of an application, which helps identify the application. If you do not upload an application icon, the default icon is used.

    • Currently, only .png images are supported, and the maximum size is 64 KB.

    -

    App Category

    Category of an application.

    Currently, the following application categories are supported:

    • System
    • Work
    • Security
    • Browser
    • Media
    • Design
    • Programming
    • Input Method
    • Other

    -

    OS

    OS of the application.

    • Option: Windows

    Windows

    App Source

    Location of the application. If you choose to upload a file, the file is stored in OBS. If you select a link, the application is downloaded from the link.

    Application source:

    • File Upload
    • Link

    File Upload

    File Upload

    Application file to be uploaded. After uploading the application, select I have read and agree to Non-infringement Commitment and Disclaimer.

    • Supported application file types:
      • .exe
      • .msi
      • .rar
      • .zip
      • .7z
    • The size of the application package to be uploaded cannot exceed 5 GB.
    NOTE:

    When you upload a file for the first time, an OBS bucket named app-center-xx is created to store the file.

    -

    Link

    Link for downloading an application.

    Currently, only HTTP or HTTPS links are supported.

    Note: The path in the address must end with the file name extension, for example,

    https://xxx.xxx.xxx/xxx/xxx.exe.

    Select I have read and agree to Non-infringement Commitment and Disclaimer.

    • The link must be a valid one that can be accessed by the desktop.

    -

    Installation Mode

    Mode of installing an application.

    The options are as follows:

    • Silent installation
    • GUI
    • Distributing Installation Package

    -

    Installation Parameter

    Parameters needed for application installation. If this parameter is not specified, the default installation parameter is used.

    • Default parameter of the .exe installation package: /S
    • Fixed parameter of the .msi installation package: /qb REBOOT=SUPPRESS
    NOTE:

    Note: For details about how to obtain the parameters of the .exe installation package, see the instruction. The parameters of the .msi installation package are built-in and do not need to be entered.

    • The value contains a maximum of 2048 characters.
    • If Internet access is required during application installation, ensure that the desktop where the application is installed has the permission for accessing the Internet.

    /S

    NOTE:

    How do I obtain silent installation parameters?

    Among the applications that support silent installation, some applications need silent installation parameters to perform silent installation. Obtain silent installation parameters from the application developer or third parties, for example, from the official help document of the application support center, or third-party support websites. Take 7-Zip as an example. You can query the silent installation parameters of 7-Zip from the third-party silent installation knowledge base Silent Install HQ.

    7-Zip 22.00 (32-bit) Silent Install (EXE)

    1. Visit https://www.7-zip.org/download.html.

    2. Click the Download link for 32-bit x86.exe.

    3. Download the file to a folder created in C:\Downloads.

    4. Open an elevated command prompt by right-clicking Command Prompt and selecting Run as Administrator.

    5. Go to C:\Downloads folder.

    6. Run 7z2200.exe /S.

    7. Press Enter.

    Table 2 Advanced settings

    Parameter

    Description

    Restriction

    Example Value

    Registered Name

    Registration item DisplayName in the registry after the application is installed.

    -

    Value: App Center

    See Figure 1.

    Registered Version

    Registration item DisplayVersion in the registry after the application is installed.

    -

    Value: 0.0.8.0

    See Figure 1.

    Executable Program Name

    File name of the application program executed when the application is started.

    -

    -

    NOTE:

    About advanced settings:

    This configuration item applies to the App Center client.

    To collect information after the application is installed, you need to correctly set the advanced configuration item. Otherwise, the application cannot be opened or uninstalled.

    If the installation location and uninstallation parameters of an application are not correctly registered in the OS, the application cannot be opened or uninstalled.

    Figure 1 Example of App Center

  5. Select I have read and agree to Non-infringement Commitment and Disclaimer. Click Confirm.

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback