[FEAT] Include install flag options in EXE installer for CLI install #2555

Open
opened 2026-02-28 06:11:30 -05:00 by deekerman · 1 comment
Owner

Originally created by @johnwoodling on GitHub (Jun 10, 2025).

When installing the executable from the command line there are currently no options available.

exposing any required install parameters and some functional parameters would be helpful. Aligning these to Microsoft MSI flags would make the most sense for the windows installer.

some ideas:
/? - brings up installer options in a window
/l - for a log file on the install
/qn - quiet install
/x - triggers uninstall
/i - triggers install
/ju - triggers user install
/jm - triggers systemwide install

reference: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/msiexec

Originally created by @johnwoodling on GitHub (Jun 10, 2025). When installing the executable from the command line there are currently no options available. exposing any required install parameters and some functional parameters would be helpful. Aligning these to Microsoft MSI flags would make the most sense for the windows installer. some ideas: /? - brings up installer options in a window /l <path> - for a log file on the install /qn - quiet install /x - triggers uninstall /i - triggers install /ju - triggers user install /jm - triggers systemwide install reference: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/msiexec
Author
Owner

@effix1983 commented on GitHub (Jul 2, 2025):

this would be very useful in enterprise environment if the api key for the llm provide could be set during install and locked so the user couldnt change it.

@effix1983 commented on GitHub (Jul 2, 2025): this would be very useful in enterprise environment if the api key for the llm provide could be set during install and locked so the user couldnt change it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/anything-llm#2555
No description provided.