1dustindavis / gorilla

Munki-like Application Management for Windows
Apache License 2.0
186 stars 21 forks source link

Add 32bit apps registry check #89

Closed oktN closed 4 years ago

oktN commented 4 years ago

I've added a for loop to iterate the regPaths array that I created with the Windows registry paths for 32 and 64 bits apps, this make gorilla more flexible because it's easier to add more keys in case some application have custom registry paths.

Tested passing in local and also tested the behaviour on Windows machine, but more testing is never a bad thing :D

Thanks :)

1dustindavis commented 4 years ago

Thanks for this @oktN !