Update SAP through BigFix

Hi!

I’m trying to update SAP with a BigFix Action.

The download of the .exe works fine (using the Software Distribution Wizard). But I can’t make it through the installation.

My action (Powershell Script) is:

cmd.exe /c “C:\Users\Public\Downloads\SAP_personalizado.exe /p:SAP_personalizado /Silent”

When it finishes, it shows “Completed” on BigFix, I see no errors in the logs, but I can’t see the application updated.

When I run the command directly from PS it works just fine.

Hope anyone can help me out whit this, thank you!