hi , trying to install a Fontagent 10 windows 10 software , i can install it silently with Fixlet Debugger but when i execute it from action script it does not install
does fixlet debugger skip or ignore any UAC permission ?
waithidden cmd.exe /C C:\bestemp\FontAgent_Windows_10\setup.exe /qn
- Not working and it does not install software
action uses wow64 redirection false
createfile until EOF
cd C:\bestemp\FontAgent_Windows_10\setup.exe /qn
EOF
delete "c:\bestemp\FontAgent_Windows_10\install.bat"
move __createfile "c:\bestemp\FontAgent_Windows_10\install.bat"
waithidden cmd.exe /C cacls.exe C:\bestemp\FontAgent_Windows_10\install.bat /E /G Everyone:R
override waithidden=true
completion=job
wait “c:\bestemp\FontAgent_Windows_10\install.bat”