Skip to content

Commit

Permalink
Update Downloads page.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Sep 8, 2020
1 parent 121f29e commit e9a034a
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions Server/Pages/Agents.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,13 @@
<p>
<strong>Quiet Install:</strong>
<br />
<span class="label label-default code">Remotely_Installer.exe -install -quiet</span>
<span class="label label-default code">
Remotely_Installer.exe
-install
-quiet
-organizationid "0b3d706b-9c5d-41e6-8ae9-5720d16324e6"
-serverurl "https://remotely.mytechshop.com"
</span>
</p>
<p>
<strong>Quiet Uninstall:</strong>
Expand All @@ -71,7 +77,14 @@
<strong>Local Install:</strong>
<span data-toggle="modal" data-target="#localInstallInfo" class="fas fa-question-circle pointer"></span>
<br />
<span class="label label-default code">Remotely_Installer.exe -install -quiet -path \\[path]\Remotely-Win10-x64.zip</span>
<span class="label label-default code">
Remotely_Installer.exe
-install
-quiet
-organizationid "0b3d706b-9c5d-41e6-8ae9-5720d16324e6"
-serverurl "https://remotely.mytechshop.com"
-path "[path]\Remotely-Win10-x64.zip"
</span>
</p>
<p>
<strong>Override Options:</strong>
Expand Down

0 comments on commit e9a034a

Please sign in to comment.