IdeaShare 24.1 User Guide
Downloading and Installing the Client
This section describes how to download and install the client and the recommended OS.
Computer Client
Regular installation
Open https://www.huaweicloud.com/intl/en-us/product/ideashare.html using a browser on the computer, and download and install the IdeaShare client.
The following OS versions are recommended:
- 32-bit or 64-bit Windows 7, 8, 8.1, 10, or 11
- macOS 10.13.6 or later
Silent installation
The IdeaShare Windows client supports silent installation by running a command. During the installation, you can choose whether to install BYOM.
After the command prompt is displayed, enter the silent installation command .\IdeaShare_Setup.exe /S /byom=1 /D=C:\Program Files (x86)\IdeaShare.
Parameter |
Description |
Remarks |
---|---|---|
/S |
Silent installation is performed. |
- |
/byom=0 |
BYOM is not installed. |
If the byom parameter is not specified, BYOM is installed by default. |
/byom=1 |
BYOM is installed. |
|
/D= |
Installation path. |
The default installation path is C:\Program Files (x86)\IdeaShare for an administrator. |
- If you do not specify the installation path during the first installation, the client is installed in the default path. If you do not specify the installation path during non-first installation, the client is installed in the current app installation path.
- Common users do not have the permission to install the client in the administrator directory. You are advised to select the current user directory as the installation path.
- Only 64-bit Windows 10 2004 and later versions support silent installation.
- Only the administrator can install BYOM.
- You are advised to set the installation path to a string containing only English characters.
The following is an example of the silent installation script:
@echo off rem Start the installation program. echo "Installation in progress" rem Installation command. Do not adjust the sequence of parameters in the command. Otherwise, the command may not take effect. start /wait IdeaShare_Setup.exe /S /byom=1 /D=C:\Program Files (x86)\IdeaShare rem The installation is complete. Check the installation result. if %errorlevel% neq 0 ( echo "Install failed: "%errorlevel% rem The installation failed. An error message is displayed. pause ) else ( rem The installation is successful. The program directly exits. echo "Installation Completed" )
Mobile Client
Method 1: Scan the following IdeaShare QR code and follow the instructions to download and install the IdeaShare mobile client.
Method 2: On a Huawei or iOS mobile phone, search for IdeaShare in the mobile app store, and download and install the IdeaShare mobile client.
The following OS versions are recommended:
- Android 8.0 or later
- HarmonyOS 2.0 to 5.0 (excluding 5.0)
- iOS 13.0 or later