Skip to main content

Test-WtSetupFile

Test your silent install switches

Test if a setup will install on the Windows Sandbox

Syntax

Default parameter set (default)

Test-WtSetupFile [-InstallerArguments <String>] -SetupFile <String> [-Sleep <Int32>]
ParameterReq.TypeDescription
-InstallerArgumentsStringOverride the installer arguments
-SetupFileStringAbsolute path to your setup file
-SleepInt32Sleep for x seconds before auto shutdown

Examples

Example 1

Test any installer in sandbox

Test-WtSetupFile -SetupFile D:\packages\xyz.exe -Installer "all your arguments"