Sam Gleske
Sam Gleske
Is this something that can be resolved similar to how I wrote the additional information of Office versions based on the GUID?
This is across all versions. I think if you shift left 1 column the office config. And shift left 1 column all of the detected keys. Then this would work...
I went ahead and created a standard format for how the entries in keyfinder.cfg should be read. I'm going to start converting keyfinder.cfg to match this. That way the save...
This is a duplicate of https://sourceforge.net/tracker/index.php?func=detail&aid=3188468&group_id=369948&atid=1541608 (issue #3 on GitHub). All save formats are affected by this same shift.
Algorithm to decode Adobe keys rewritten in JavaScript. ```javascript //Converted from the DecodeAdobeKey function in the Enchanted Keyfinder Source //By Sam Gleske //Original algorithm by Dave Hope (http://www.davehope.co.uk) //http://sf.net/projects/keyfinder function...
> InstallProductKey function from slmgr.vbs from WinVista and Win7. ``` vbs ' Method for Windows Vista Private Sub InstallProductKey(strProductKey) Dim objService, objProduct Dim lRet, strDescription, strOutput For Each objService in...
> ...rc38 now - what version is you patch currently using) The patch (and built binary) is based on rc38. It is safe to swap between my version and rc38...
I didn't feel you belittled my work. I guess I was just thinking of container cap and not really considering the size in terms of number of cpus or RAM....
I think additional production testing is a good thing. There might be another tweak I'd want to make to it (like parallel scheduling) but in general; I would be okay...
Hi @goffinf, there aren't any changes as far as logic. I'm going to cut a new build because I stand corrected. My build was based on rc37. I'm going to...