chocolatey / choco

Chocolatey - the package manager for Windows
https://chocolatey.org
Other
10.24k stars 898 forks source link

Make new command an interactive shell #410

Closed aronovgj closed 7 months ago

aronovgj commented 9 years ago

A question is how detailed this will be.

An option would be something simple like:

Enter silent args
> /s

or you can do:

Enter silent args
MSI: /quiet /qn /norestart
InstallShield: /s
Inno: /sp- /silent /norestart
...
If you don't know what setup your software uses, try ussf
> /s
aronovgj commented 9 years ago

You could do both by adding something like a -v switch to new.

EntranceJew commented 7 years ago

I was thinking about something like this and here were my notes for features that would make the whole process a lot smoother. Some of these are would-be-nice but specifically the part about being able to stop the process long enough to experiment within the powershell instance would streamline a lot of the human elements and would clear up a lot of headspace for making decisions regarding how to structure a triple-package set and the like.

pauby commented 7 months ago

The choco new command has many options that can be used to pass information to it. As it's a command line tool, making it interactive is not something we have plans to do.

I'm going to go ahead and close this, but we can reopen it if necessary.