Forum Moderators: open
I download and try and install a program. It starts normal enough. Begins extracting the files before the setup program runs. Then the setup program begins running, but it's the setup program from a different piece of software that I had previously installed on my computer.
Now, the installs could happen months apart. Does this ever happen to anyone else?
Is this an issue with where the setup files are being extracted to prior to setup or is it a registry issue?
Any ideas?
To work around this just delete all the files in your TEMP folder(s). I run a batch file every night on my machines that does this automatically:
CD "C:\temp"
del /q /s /f *.*
CD "C:\Documents and Settings\bill\Local Settings\Temp"
del /q /s /f *.*
CD "C:\Documents and Settings\bill\Local Settings\Temporary Internet Files"
del /q /s /f *.*
CD "C:\WINDOWS\Temp"
del /q /s /f *.*
running defrag prior to any install will help ..and makes apps run faster once they are installed as they dont have to hunt and pick for their ressouces later when they are running
and almost every install will tell you to close all other running apps before proceeding ..if you want the installs to go trouble free ..do it!
second what bill says about cleaning your temp files
As to how I download it, I always download the install file and then run it.
So, I've emptied every temp file I can find and even redownloaded the install file and I still get the same results.
Very odd.