- 
                Notifications
    
You must be signed in to change notification settings  - Fork 2
 
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Prerequisites
- Ensure you write a short, descriptive title after [Bug] above.
 - Make sure to search for any existing issues before filing a new one.
 - Verify you are able to reproduce the issue with the latest released version
 
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
- 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-1435Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working