Replies: 2 comments
|
With the current Windows artifact: no — the install directory is not configurable. This is determined by Orca's checked-in electron-builder configuration, not by an undocumented CLI flag. The current electron-builder therefore uses its default one-click, per-user NSIS mode. Its directory chooser is only available to an assisted installer, and There is also an important complication for the controlled-machine case: even if the main app were put elsewhere, current Orca deliberately copies the terminal daemon executable to So extracting/moving the installed app would not reliably satisfy a policy that forbids any executable under the user profile; the daemon would still be materialized there. The releases currently provide the Windows setup EXE, not an officially supported portable Windows ZIP. For Orca to support this requirement cleanly, the project would need both:
Until those are implemented, the practical answer for that corporate policy is that the official Windows build is not compatible; this needs an Orca feature/change rather than a different setup command. |
|
It makes sense to add, I agree |
Uh oh!
There was an error while loading. Please reload this page.
is it possible to install orca to a custom directory on Windows? I tried invoking the installer with
orca-windows-setup.exe --helpbut it doesn't seem to accept CLi arguments; it just proceeds to install to the default%localappdata%directory without presenting any options.custom install location is a common requirement for devs who work on controlled work machines that prevent any apps or executables from running from
%userprofile%directories.All reactions