Hey @timo-liam , Hexnode does not require you to convert .exe apps into Win32 packages before deployment. You can directly upload the .exe installation package into Hexnode where you can deploy it to your Windows devices through the portal. But while pushing the app to the device, you need to make sure that you are providing the success criteria to confirm that the app was installed correctly on the device. The success criteria can take parameters such as app identifiers, registry paths, and app paths. If the set criteria are met, the app is considered successfully installed. You can refer to our help doc to learn more about success criteria and .exe app deployment process.