Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

officedocs.pl - Bug in error log #12

Open
GoogleCodeExporter opened this issue Oct 6, 2015 · 0 comments
Open

officedocs.pl - Bug in error log #12

GoogleCodeExporter opened this issue Oct 6, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link
Contributor

What steps will reproduce the problem?
1. Run officedocs.pl on a hive from a computer with Office (you should never 
had use Excel)
2. Read the result.

What is the expected output? What do you see instead?
The expected outuput, where XX is the Office Version:
Software\Microsoft\Office\XX\Excel\Recent Files has not value
or
Software\Microsoft\Office\XX\Excel\Recent Files not found

But we see:
Software\Microsoft\Office\XXExcel\Recent Files has not value
or
Software\Microsoft\Office\XXExcel\Recent Files not found

What version of the product are you using? On what operating system?
rr 2.8 - 20140414
officedocs.pl v. 20080324
Windows 7 - 64 bits

Please provide any additional information below.
A "\" is missing between version and "Excel", it cames from lines 100 & 104.

100: ::rptMsg($key_path.$excel." has no values.");
104: ::rptMsg($key_path.$excel." not found.");

Correction:

100: ::rptMsg($key_path."\\".$excel." has no values.");
104: ::rptMsg($key_path."\\".$excel." not found.");

Original issue reported on code.google.com by [email protected] on 9 Jun 2014 at 5:51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant