mukeshnuna Posted May 4, 2004 Posted May 4, 2004 hi...just curiosu to know whether can we specify xp installation to make its log of wht it did in the whole installation in C:...or wherever we want...!so that we cud know whts installed....or stuff like that.??
Alanoll Posted May 4, 2004 Posted May 4, 2004 there are already ones created by Windows install.just open up a search window and ahve it search for *.logthat will bring up the logs. The ones you're lookin for are in Windows or in a subfolder in Windows.
TWILL Posted May 4, 2004 Posted May 4, 2004 Maybe this is what you are looking for.Taken from Gosh's tips and tricks http://www.msfn.org/board/index.php?showtopic=9453Tip #1: make a log file:Unattended installs can be hard to troubleshoot. What i like to do is make a log file, which makes it easier to see where the problem is. To make a log file, have each command end in >> logfile.txtAn example from my current apps.bat file:QUOTE@ECHO OFFECHO Apps.bat, version %cdver% >> %windir%\apps.logECHO Logging started: %date% %time% >> %windir%\apps.logECHO Computer: %computername >> %windir%\apps.logECHO User: %username% >> %windir%\apps.log@echo. >> %windir%\apps.log@echo. >> %windir%\apps.logThis will log information to apps.log.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now