alexsandrr / snappy-driver-installer

Automatically exported from code.google.com/p/snappy-driver-installer
1 stars 2 forks source link

Produce installation report #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Suggestion: Save an installation report of installed/updated drivers, together 
with brief details of the machine (for example, make, model, serial/service 
tag) and Windows version, date and time.

Useful for including, for example, with a repair report or customer invoice.

Thanks for considering.

Original issue reported on code.google.com by njwast...@gmail.com on 9 Jan 2015 at 1:34

GoogleCodeExporter commented 9 years ago
Expert mode -> Open logs
Expert mode -> Load snapshot

Original comment by BadPointer0 on 9 Jan 2015 at 1:37

GoogleCodeExporter commented 9 years ago
Thanks for your quick response.

The log files are not easily parsed and I cannot see a simple way to produce a 
report of which drivers were actually installed/updated.

What I imagine is something like this:

==================================
Speedy Driver Installer Report
----------------------------------
Date: 01/01/2015 10:30
Restore Point created: Yes
----------------------------------
Acer Aspire 12345-XYZ
Serial/Service Tag: ABC987-123
Windows 7 Home Premium x64 SP1 en
----------------------------------
The following drivers were successfully installed:

ATI Catalyst Graphics v.999.8.7 (updated)
Broadcom Gigabit Ethernet v.123.4 (installed)
AMD SMBus v.5.432.1 (updated)
AMD SATA Controller v.1.2.1.2 (updated)

==================================

Thanks.

Original comment by njwast...@gmail.com on 9 Jan 2015 at 5:53

GoogleCodeExporter commented 9 years ago
Use the following switch
/verbose:274

2+16+256=274
LOG_VERBOSE_SYSINFO    | 0x0002 |    2
LOG_VERBOSE_MANAGER    | 0x0010 |   16
LOG_VERBOSE_LOG_CON    | 0x0100 |  256

I suggest getting familiarized with other switches as well.

Original comment by BadPointer0 on 9 Jan 2015 at 6:00

GoogleCodeExporter commented 9 years ago

Original comment by BadPointer0 on 27 Jan 2015 at 8:54