Skip to content

Latest commit

 

History

History
44 lines (40 loc) · 807 Bytes

Hidden-Options.md

File metadata and controls

44 lines (40 loc) · 807 Bytes
title
Hidden Options

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
  1. with tarball
>{InstanceName}.exe install {fileName}
  1. 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