damienvanrobaeys / Run-in-Sandbox

Run PS1, VBS, CMD, EXE, MSI, Intunewin, MSIX, or extract ISO, ZIP in Windows Sandbox very quickly just from a right-click
https://www.systanddeploy.com/2023/06/runinsandbox-quick-way-to-runextract.html
740 stars 83 forks source link

Question #12

Closed ghost closed 3 years ago

ghost commented 3 years ago

Thank you so much for updating this project, I got it working. I have a question though. A window pops up asking "type switches to add", and Im not sure what it means. if I press the plus icon or close it, it still continues with running the file in the sandbox. Just curious as to what it does. powershell_O9SvUpwA5D

damienvanrobaeys commented 3 years ago

Thank you for your feedback. You are trying to run a msi or exe right ? The GUI allows you to a silent switch for the installation.

damienvanrobaeys commented 3 years ago

For more understanding, I changed the GUI as below: image

ghost commented 3 years ago

Sorry but what is a "silent switch", or a "silent install"?

damienvanrobaeys commented 3 years ago

It is a switch allowing you to install an application without user interaction like /q or /qn. This will install the app un background.

ghost commented 3 years ago

Ah thanks!