Commit 8fe88e9
Release 1.0.0
feat: default to SYSTEM cmd.exe on no-args + auto-elevate via UAC (#4)
* Initial plan
* Add RemoteRun C# tool: run commands as NT AUTHORITY\\SYSTEM locally and remotely
Co-authored-by: LoveDoLove <67772009+LoveDoLove@users.noreply.github.com>
* Fix terminal stuck when running interactive programs (e.g. cmd.exe)
Co-authored-by: LoveDoLove <67772009+LoveDoLove@users.noreply.github.com>
* Rewrite setup.iss for RemoteRun-only installer with System CMD quick-launch shortcut
Co-authored-by: LoveDoLove <67772009+LoveDoLove@users.noreply.github.com>
* Fix: remove invalid runasadmin flag from [Icons] section in setup.iss
Co-authored-by: LoveDoLove <67772009+LoveDoLove@users.noreply.github.com>
* Remove Run flags and simplify setup.iss entry
Remove the Flags line (nowait postinstall skipifsilent runasadmin) from the [Run] entry in setup.iss and inline the Description onto a single line. This simplifies the file formatting and removes the installer run flags that previously controlled post-install, silent-mode, and elevation behavior when launching RemoteRun.exe.
* feat: default to cmd.exe as SYSTEM and auto-elevate via UAC
Co-authored-by: LoveDoLove <67772009+LoveDoLove@users.noreply.github.com>
* Remove flags from post-install Run entry
Remove the Flags (nowait, postinstall, skipifsilent, runasadmin) and the trailing continuation from the [Run] entry in setup.iss, leaving only the Description for the RemoteRun post-install command. This change stops using the previously specified run flags (such as automatic post-install execution and run-as-admin behavior).
* Create cross-platform-build.yml
* Remove AdvancedRun, since we have own RemoteRun
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: LoveDoLove <67772009+LoveDoLove@users.noreply.github.com>
Co-authored-by: LoveDoLove <v0130p5100cuboss@gmail.com>1 parent 9d93a72 commit 8fe88e9
16 files changed
Lines changed: 1829 additions & 603 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
Binary file not shown.
Binary file not shown.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments