Python 3.5.1 installation for Windows using BigFix Fixlet

I am trying to create a fixlet to install Python-3.5.1 for windows using below content.
it says completed with exit code-3 but on client machine its not installed.
please help…

prefetch 1888fcd95e396b38542728619e1149835ef9276b sha1:1888fcd95e396b38542728619e1149835ef9276b size:28494286 http:/xyz.com:52311/Uploads/1888fcd95e396b38542728619e1149835ef9276b/python-3.5.1.exe.tmp sha256:434b0212831ec5e87c23f0b0989c10dc6ea3f43b263bc43b747472e7d5beac79
extract 1888fcd95e396b38542728619e1149835ef9276b
wait __Download\python-3.5.1.exe /quiet

Try to use below commands

python-3.5.0.exe /quiet InstallAllUsers=1

msiexec /i python.msi

1 Like

Thanks Vikki !!

Its working for me…