Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
3 tasks done
DanGough opened this issue Jan 9, 2025 · 0 comments
Open
3 tasks done
Assignees
Labels
bug Something isn't working

Comments

@DanGough
Copy link
Collaborator

DanGough commented Jan 9, 2025

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'

@DanGough DanGough added the bug Something isn't working label Jan 9, 2025
@DanGough DanGough self-assigned this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant