question

delerick avatar image
0 Votes"
delerick asked jmm82-8640 edited

Intune - Deploying Win10 .msi packages with required .mst files

Not seeing how we can deploy .msi apps that have a .mst tranform required. Anybody else been able to figure this out?

mem-intune-application-management
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

chield1975 avatar image
1 Vote"
chield1975 answered delerick commented

I create a cmd file with for example this command: msiexec /i "AcroRead.msi" TRANSFORMS=" AcroRead.mst" /qn /L*v c:\InstallAcrobatReader.log and create an *.intunewin file with the IntuneWinApputil.

When publishing the app in Intune type the created cmd file as install command and it works like a charme...;)

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

This sounds good, thank you. I'll give this a shot.

0 Votes 0 ·
CiciWu-MSFT avatar image
1 Vote"
CiciWu-MSFT answered JohnCrouch commented

You can try to use the Microsoft Intune Win32 App Packaging Tool and specify the path of .mst file. Here is an example by Peter, just for your reference and hope it helpful.
https://www.petervanderwoude.nl/post/deploy-customized-win32-apps-via-microsoft-intune/


· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thank you , this is what I needed for direction.


Regards,

Dave

0 Votes 0 ·

The link above no longer works

0 Votes 0 ·

There's a '+' in the URL on the link; remove it and it works.

https://www.petervanderwoude.nl/post/deploy-customized-win32-apps-via-microsoft-intune/


0 Votes 0 ·
jmm82-8640 avatar image
0 Votes"
jmm82-8640 answered jmm82-8640 edited

Hi, i try to do msi,mst packet with this tool. after 32% when it try to create intuwin file it give me error failed to create file. I have opened cmd by admin rights . can some one help me? if i dont input catalof files. it will go tru but then it will install software with default settings.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.