I’ve followed instructions as per https://soti.net/mc/help/v2025.1/en/packagestudio/packagestudioindex.html to build a Windows desktop classic package.
The package contains a .MSI, .MST and other supportive files. I have a .CMD file that calls MSIEXEC to install the applications.
When I run the .CMD manually the application installs, as expected.
However, packaging and then assigning the package to a profile in Mobicontrol only copies entire contents to destination folder. The .CMD doesn’t run to perform the installation.
I’ve ensured .CMD is set to a auto-execute as per https://soti.net/mc/help/v2025.1/en/packagestudio/packages/configure_file_setting.html
This behaviour is consistent over multiple devices.
Any help will be appreciated.