Skip to content

[Bug] CloseApps parameter in Show-InstallationWelcome not converting properly #6

@DanGough

Description

@DanGough

Prerequisites

PSAppDeployToolkit.Tools version

0.2.2

PSAppDeployToolkit version

4.0.4

Describe the bug

Show-InstallationWelcome -CloseApps 'MasterPackager,MasterRepackager,MasterWrapper,MasterPackager.Toolbox'

Should convert to:

Show-ADTInstallationWelcome -CloseProcesses 'MasterPackager','MasterRepackager','MasterWrapper','MasterPackager.Toolbox'

But instead this is output:

Show-ADTInstallationWelcome -CloseProcesses 'MasterPackager' 'MasterRepackager' 'MasterWrapper' 'MasterPackager.Toolbox'

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions