How to determine files an install creates ?

skint

New member
Local time
9:16 AM
Messages
3
Is there an easy way to determine what files an installation has created ? More specifically i am interested in drivers that have been installed. I know i could do a 'before' and 'after' on various folders or i could turn on windows installer tracing but the product i'm interested in is ALREADY installed.

thanks for any help.

skint
 

My Computer My Computer

OS
Windows 7 64bit
Is there an easy way to determine what files an installation has created ? More specifically i am interested in drivers that have been installed. I know i could do a 'before' and 'after' on various folders or i could turn on windows installer tracing but the product i'm interested in is ALREADY installed.

thanks for any help.

skint

Sorry for the ubrupt answer, but No.

The only way would be to do a trace on Windows Installer (I'd like to know myself how to do that). If the product is already installed, then it can't be done.

EDIT:
If the installer is in the form of an MSI file, then you can try to use Orca, from the Microsoft platform SDK.
 
Last edited:

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Virtual Machine
OS
Windows 7 Professional 32-bit SP1
CPU
AMD A4/A6
Motherboard
Intel Corporation 440BX Desktop Reference Platform
Memory
3.00GB EDO
Graphics Card(s)
VMware SVGA 3D
Sound Card
High Definition Audio Device
Monitor(s) Displays
Generic Non-PnP Monitor on VMware SVGA 3D
Screen Resolution
1440x900
Hard Drives
1 x 60GB VMware Virtual SATA Hard Drive ATA Device
Antivirus
Kaspersky Total Security

My Computer My Computer

Computer Manufacturer/Model Number
Too many to describe...
OS
Windows 7 x64 pro/ Windows 7 x86 Pro/ XP SP3 x86
thanks for the replies...

re .1: I thought it may not be possible and i am familiar with tracing an install and using ORCA so this approach may work for me (though i'll need to get hold of the kit from somewhere)

re .2: Useful tools which i'll add to my 'toolkit'. thanks.

skint
 

My Computer My Computer

OS
Windows 7 64bit
Hi, skint! Welcome to the Seven Forums! :)

I see you're in good hands with Bill and Dzomlija (they're both wonderful fonts of knowledge) as well as having quite a bit of insight yourself.

I thought it may not be possible and i am familiar with tracing an install and using ORCA so this approach may work for me (though i'll need to get hold of the kit from somewhere)
Perhaps I can help you with the above part of your post by presenting this link?
 

My Computer My Computer

Computer Manufacturer/Model Number
Toshiba L355D
OS
Windows 7 Ultimate x64 SP1
CPU
Core2 Duo
Motherboard
Intel
Memory
4 GB
Graphics Card(s)
GM965 on-board
Sound Card
RealTek on-board
Monitor(s) Displays
19"+17"(laptop)
Screen Resolution
1440x900 (x 2)
Hard Drives
500GB Ext. 200GB Internal
PSU
N/A
Case
N/A
Cooling
N/A
Killing two birds

I have used Total Uninstall for many years. It is a program that keeps track of every file/registry change made by a program when you install it. You can then use Total Uninstall should you ever decided to remove the installed program in the future. It does a complete uninstallation as opposed to windows uninstall or the installed program's uninstaller - it leaves nothing behind. you can view the log at any time and it will show you all of the changes made during an install via a tree list.

I install and uninstall many programs and Total Uninstall has never let me down nor corrupted my system in any way.

Bottom line: Total Uninstall provides the change info you are seeking plus you get the best uninstaller I am aware of. It is shareware but if memory serves you can try it before you buy it.
 

My Computer My Computer

Computer Manufacturer/Model Number
homemade
OS
windows 7 ultimate x64
CPU
i7 - 960
Motherboard
intel DX58SO
Memory
8 gb Dominator
Graphics Card(s)
EVGA 480
Sound Card
ASUS DX2
Monitor(s) Displays
Eizo CE210W
Screen Resolution
1680 x 1050
Hard Drives
2 intel G2 80 gb SSD
2 WD Black 1 tb
PSU
Corsair TX-850
Case
Cooler Master HAF-X
Cooling
Prolimatech Megahalem
Keyboard
Deck Legend
Mouse
Razer Death Adder
Internet Speed
15-20 mb
I would just see what the creation date on the program folder was and odds are highly likely that any file it installed will have been created around that very same time on the system. Then, just do a search based on that date/time by typing something like "datecreated:<date>" where <date> is the date the program was installed, then search through the list of files for those created at or around the same time as the program folder.

It may not be 100% accurate if a bunch of programs were installed around the same time but it's your best shot.
 

My Computer My Computer

OS
XP / Win7 x64 Pro
CPU
Intel Quad-Core Q9450 @ 3.2GHz
Motherboard
Asus P5-E
Memory
2x2GB GSkill DDR2
Graphics Card(s)
NVIDIA GeForce 8600 GTS (EVGA)
Monitor(s) Displays
Dell 2408WFP
Screen Resolution
1920x1200
I have 2 hard drives.

If I open an game installer while I am using hard drive 1 (as the master drive) and I install the game into a directory on hard drive 2, will anything be installed or left on hard drive 1?
 

My Computer My Computer

OS
Windows 7 Professional 32bit
It is very possible that things will still be written to the primary drive that holds the OS you are running. For example, when install something onto a secondary data drive from the main OS drive, it often needs to write values to the registry which is on the main OS drive.
 

My Computer My Computer

OS
XP / Win7 x64 Pro
CPU
Intel Quad-Core Q9450 @ 3.2GHz
Motherboard
Asus P5-E
Memory
2x2GB GSkill DDR2
Graphics Card(s)
NVIDIA GeForce 8600 GTS (EVGA)
Monitor(s) Displays
Dell 2408WFP
Screen Resolution
1920x1200
Back
Top