2

Currently, my user programs are installed in the standard folders C:\Program Files and C:\Program Files (x86), where I created subfolders for them. (Windows 10, 64 bit) Now I decided to make one C:\CustomPrograms folder (*), where I put all my installs for a better overview. Can I just deinstall the programs and reinstall them in this location, or will that create some data mess/residues (registry etc.)?

(*) For the sake of not having two different locations and for some programs not accepting spaces in file paths.

Plus, is there any need to separate 32-bit programs from 64-bit ones?

LCsa
  • 137

1 Answers1

2

Can I just deinstall the programs and reinstall them in this location?

Yes.

If, when you install your programs, you are prompted for an install directory then you can install them wherever you like. I have mine installed, where possible, in c:\apps

Will that create some data mess/residues (registry etc.)?

Only if the program uninstall routines are poorly written.

There are specialist uninstall programs, for example Revo Uninstaller, that will clean up leftovers from a standard install if there are any.


Is there any need to separate 32bit programs from 64bit ones?

No.

There is no need to have separate root install directories for 32-bit and 64-bit programs.

DavidPostill
  • 162,382