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

ramdisk.inx line ending #1

Open
libTorrentUser opened this issue Mar 14, 2019 · 0 comments
Open

ramdisk.inx line ending #1

libTorrentUser opened this issue Mar 14, 2019 · 0 comments

Comments

@libTorrentUser
Copy link

The ramdisk.inx file is using "sane" line endings, i.e., \n

While I do believe the world would be a better place if every body used only \n to end their lines, Windows unfortunately insists on the terrible \r\n combo. So much that the DDK seems to be unable to parse the ramdisk.inx file correctly and the resulting ramdisk.inf ends up no having the variable values replaced.

For instance, this part of the inx file
[CoInstaller_AddReg]
HKR,,CoInstallers32,0x00010000, "WdfCoInstaller$KMDFCOINSTALLERVERSION$.dll,WdfCoInstaller"
remains exactly the same on the inf file. $KMDFCOINSTALLERVERSION$ is still there.

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

1 participant