Skip to content

[Bug] Issue in the Convert-ADTDeployment module #16

@ClaytonD1959

Description

@ClaytonD1959

Prerequisites

PSAppDeployToolkit version

4.0.6

Describe the bug

This line in a version 3 deployment:
Execute-MSP -Path ("AcroRdrDCx64Upd" + "$mspVersion" +"_MUI.msp") -AddParameters "/qn" Gets translated to this line in a version 4 deployment: Start-ADTMspProcess -FilePath ("AcroRdrDCx64Upd" + "$mspVersion" +"_MUI.msp") -AddParameters "/qn"

The -AddParameters paramerter should have been converted to -AdditionalArgumentList parameter according to the help console.

Steps to reproduce

  1. Convert any version 3 deployment using Execute-MSP cmdlet

Environment data

OsName               : Microsoft Windows 11 Education
OSDisplayVersion     : 24H2
OsOperatingSystemSKU : 121
OsArchitecture       : 64-bit
WindowsVersion       : 2009
WindowsProductName   : Windows 10 Education
WindowsBuildLabEx    : 26100.1.amd64fre.ge_release.240331-1435

Metadata

Metadata

Assignees

No one assigned

    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