Silent Install & Uninstall

发布于:2025-08-12


Install

1.Run Command Prompt


2.Find the directory where the software installation package is located.Using “D:\Downloads” as an example, first switch to the installation package directory in the Command Prompt.

a. First, go to the D: drive.

b. Use the cd command to enter the Downloads directory.

3. Enter the silent installation command and press Enter to execute.

Example:

Input: Style3D_prod_2025-09-04_16-45-05_9000707.exe /S /EULA=1 /SHORTCUT=1 /DIR='D:\STUDIO SOFTWARE\RELEASE VERSION'

(By default, you only need to change the name of the installation package .exe file and the installation directory.)

After executing the command, simply wait for the installation to complete.

Notes:

  1. All silent installation commands must be capitalized.

  2. If administrator privileges are required for installation, you can right-click and select "Run with administrator privileges" when running CMD.


Uninstall

  1. Run Command Prompt

  1. Locate the directory where the software program is located. (e.g D:\Downloads\Style3D)

    1. Enter into D drive

    2. b. Use the CD command to navigate to the directory where the Style3D program is located.

  1. Enter the uninstallation command and press Enter to execute.

    1. Enter: uninstall.exe /S /DELDATA=1 /DELASSOC=1

    2. After executing the command, simply wait for the uninstallation to complete.

Notes:

  1. All silent installation commands must be capitalized.

  2. If administrator privileges are required for installation, you can right-click and select "Run with administrator privileges" when running CMD.


End

Feedback title