Skip to main content Link Search Menu Expand Document (external link)

These are commands for distribution developers, so there is no need for documentation.

Hidden Options

Common

version

>{InstanceName}.exe version
wsldl2, version 21071600  (amd64)
https://git.io/wsldl

isregd

>{InstanceName}.exe isregd
>echo %ERRORLEVEL%
0

Returns 0 if registered instance.

Install

Install Option (Silent)

  1. Install Only
    >{InstanceName}.exe install
    
  2. with tarball
    >{InstanceName}.exe install {fileName}
    
  3. MS Compatibility (root mode install/silent)
    >{InstanceName}.exe install --root
    

Installed

Run with arg

{InstanceName}.exe -c {commands} and {InstanceName}.exe /c {commands} for MS launcher compatibility.

Silent Cleanup

>{InstanceName}.exe clean -y