I am using Windows 7 and Windows 2008 Server. I used the Ruby and Ruby on Rails one-click installer. What registry keys does the installer modify and create? Thanks!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It depends on the checkboxes you have selected.
Everything is in the source of the installer itself.
SYSTEM\CurrentControlSet\Control\Session Manager\Environment(Admin) orEnvironment(normal user), inside thatPATHandPATHEXT. SourceSoftware\Classesfor.rb,.rbwand bothRubyFileandRubyFileWeither HKLM or HKCU. SourceSoftwareto identify the installer version, patchlevel and other information. Either HKLM (Admin) or HKCU (normal user). SourceHope that helps.