Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Installing msi,mst with deploymentkey - SCCM

  • Thread starter Thread starter Paresh
  • Start date Start date
  • Replies Replies 2
  • Views Views 2K

Paresh

Member
Messages
6
Reaction score
0
Points
1
Hi,

If someone can please assist. Im trying to install the dell support assist. I have the MSI, MST and a deploymentkey provided.
I go to "Software Library" --> Right Click "Applications" --> "Manually Specify applciation specifications" --> enter information --> Deployment Type = "Script Installer" --> "script.bat" = msiexec /i SupportAssistx64.msi" TRANSFORMS="SupportAssistConfig.mst" DEPLOYMENTKEY="deploymentkey" /qn

When I deploy this it fails - error 1603

If someone can kindly assist.
Thanks
Paresh
 
Hi,

If someone can please assist. Im trying to install the dell support assist. I have the MSI, MST and a deploymentkey provided.
I go to "Software Library" --> Right Click "Applications" --> "Manually Specify applciation specifications" --> enter information --> Deployment Type = "Script Installer" --> "script.bat" = msiexec /i SupportAssistx64.msi" TRANSFORMS="SupportAssistConfig.mst" DEPLOYMENTKEY="deploymentkey" /qn

When I deploy this it fails - error 1603

If someone can kindly assist.
Thanks
Paresh
You need to create a Log file for the MSI install and then review that log file to see what problems exist.
 
Hello @Paresh,
Do you have any existing version of Dell Support Assist on this device? If true, uninstall it and clean related folders etc and try again.
Instead of using a script intaller, make sure that the .MST file exists within the installer and try with MSI directly with the same install command:
msiexec /i SupportAssistx64.msi" TRANSFORMS="SupportAssistConfig.mst" DEPLOYMENTKEY="deploymentkey" /qn
 
Back
Top