Test PS1, EXE, MSI installer in Windows Sandbox

You can use this method both in your computer for personal usage or before deploying applications on the Business environment using tools such as Deployment Toolkit. Before going ahead, you need to: The third-part context menu is developed by Damien Van Robaeys and works well.

1] Enable Windows Sandbox from Windows Features

We have written an exhaustive guide on how you can enable the Windows Sandbox, and if you are using Windows 10 Home, you can enable the feature on that version as well. Sandbox is supported on Vmware or Virtual Box. Lastly, you can use the Sandbox Configuration Manager to manage this feature.

2] Add Context menu for Sandbox (third-party)

The context menu makes it possible to directly open the applications and scripts into Sandbox using the context menu. You can download it from here. It works on Windows 10 v1903 and above. Once downloaded, run the script, and the sandbox context menu will become available after that.

The context menu adds two options—

3] Test scripts and installers in Sandbox

The parameters section allows you to perform silent installations in the Sandbox. You can also use it to install custom applications that need parameters during installations. Depending on the type of file, when you right-click, the options will change. If you right-click on a PS script, you should Run PS1 in Sandbox, and when you do the same on an MSI file, you will have Run MSI in Sandbox or Run MASI in the Sandbox with options.

To install the application silently, use /S as the switch. You will get an input box to add your parameters. When you run with options,  a sandbox config file will be generated on the desktop. The Sandbox will automatically launch with the specific configuration. It is a WSB file with a startup command to run the particular file. It’s an excellent tool that allows you to get things done faster with the Windows Sandbox. You can read more at systanddeploy.com.