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>]
Parameter | Req. | Type | Description |
---|---|---|---|
-InstallerArguments | ❌ | String | Override the installer arguments |
-SetupFile | ✅ | String | Absolute path to your setup file |
-Sleep | ❌ | Int32 | Sleep 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"