I just discovered an issue with the format of the install.txt file. I created my file in linux and the lines were only terminated with <LF>. This causes the package to not install correctly in Windows (is OK in linux). Editing install.txt to change the line termination to <LF><CR> fixes the issue for Windows and continues to work in linux.