I am trying to install some software trough SCCM due to a msiexec command. I'm currently having problems installing because of multiple transforms. Here is my command:
msiexec /i "./CANoe_CANalyzer64.msi" TRANSFORMS=:InstanceId1.mst;:CANoeTransform.mst MSINEWINSTANCE=1 VSETUPKEY_CUSTOMER="Company NV" VSETUPKEY_SERIALNUMBER=00000000000 VSETUPKEY_LICENSEKEY=0000-0000-0000-0000-0000-0000-0000-0000 ADDLOCAL=Program,Demos
I'm getting next error:
:CANoeTransform.mst : The term ':CANoeTransform.mst' is not recognized as the name of a cmdlet, function, script file, or operable program.
It seems like he doesn't recognize the second transform. Anyone who can guide me with this? I am trying to run this line in Powershell before going to SCCM.
Kind regards
Jente