Installing python msi on Windows Vista

Finally I’ve managed to install python on my Windows Vista!
Every time I tried to install the .msi package it was stopping work just after selecting the destination folder and I was going crazy to find a solution..
Then I managed to install it correctly using msiexec

msiexec /i python-2.4.3.msi TARGETDIR="C:\Program Files\Python24" ALLUSERS=1 /qb
Share with...