Harsh J

Memoirs of a QWERTY Keyboard

Archive for the ‘Reformat’ tag

Installers on Windows

leave a comment

I’m sure if some source code were available for the installing scripts/programs their step loop will look something like this:

for file in some_lengthy_list:
    installFile(file, someLocation)
    progressBar.step()
    sleep(500) # Flux with the user's mind, cause havoc, w00t.

This rant bought to you after spending 4 hours of re-setup.

Written by Harsh

August 16th, 2009 at 10:05 am