Action script for Exe File

I want to write the action script for the below script, I tried to write in ways,but it is not fixing. Can you share your Ideas

"setup64.exe" -s -f1c:\Users\public\Inst_Temp\PDDC5.0.6.1140R1\PDDC5.0.6.1140R1.iss -f2C:\ProgramData\DSE\Logs\PDDC5.0.6.1140R1_EXE.log

I used this but getting wrong.

wait {value of variable "SystemDrive" of environment & "\ProgramData\DSE\BigFix\" & parameter "_app_name" & "\setup64.exe /S /V%22" -f1c:\Users\public\Inst_Temp\PDDC5.0.6.1140R1\PDDC5.0.6.1140R1.iss & "\ProgramData\DSE\Logs\PDDC5.0.6.1140R1_EXE.log%22")

Related:

There is definite quite a bit that is odd and sub-optimal with what you seem to be doing. Also, you never responded to your other duplicate threads.

Try this:

wait {value of variable "SystemDrive" of environment & "\ProgramData\DSE\BigFix\" & parameter "_app_name" & "\setup64.exe /S /V%22-f1c:\Users\public\Inst_Temp\PDDC5.0.6.1140R1\PDDC5.0.6.1140R1.iss%22")

Hey Jgstew, sorry for not responding before. Thanks for the action script, but this is also not working. The fixlet is downloading, but breaking suddenly, so that I need to restart the IEM again.

Can you provide a command line that actually works?

Also, can you provide the full path to setup64.exe?

Can you provide the full actionscript you are trying?