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

RDoc should use ENV['ProgramFiles'] when looking for hhc.exe #3

Closed
luislavena opened this issue Sep 15, 2009 · 1 comment
Closed

RDoc should use ENV['ProgramFiles'] when looking for hhc.exe #3

luislavena opened this issue Sep 15, 2009 · 1 comment

Comments

@luislavena
Copy link
Collaborator

Right now rdoc_chm looks for C:/Program Files/HTML Help Workshop/hhc.exe when it should be using ENV['ProgramFiles']
instead

This issue raises on non-english versions of Windows and also x64 ones, where 32bits tools are installed in different
folders than 64bits.

The following is the way was implemented in RubyInstaller:

executable = 'hhc.exe'
path = File.join(ENV['ProgramFiles'], 'HTML Help Workshop', executable)

@vertiginous
Copy link
Owner

Fixed in commit 590cc39

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

No branches or pull requests

2 participants