RL Vision Knowledge Base
Support questions and answers for software by RL Vision.
Note: This is an archived discussion. Any bug, problem or suggestion mentioned here is likely to have been fixed since it was written.
Subject: Re: Linking the manifest in Notepad2 Bookmarks Edition
Date: Tue, 15 Jun 2010 18:05:12 +0200Thanks a lot! I will try it as soon as I get the time!
// Dan
Craig wrote:
> I've been maintaining my own private version of Notepad2 with some added lexers (AU3, TCL, LATEX, ActionScript, Bash, and maybe one or two others), and I recently decided that I like your Find-and-Replace dialog box (and the bookmarking option is neat, but I never remember to use it).
>
> Anyway, I noticed in your readme file that you mentioned you were having problems getting the manifest to link.
>
>
> I figure it would probably be creepy/weird to receive an e-mail from a complete stranger with an attachment, so I'll just go ahead and walk you through it (it's super simple).
>
>
> Edit Notepad2.exe.manifest and make the following two changes:
>
> 1. Delete line 5
>
> 3:> 4: name="Notepad2"
> 5: processorArchitecture="x86" <-- DELETE THIS LINE
> 6: version="x.x.x.x"
> 7: type="win32"
>
>
> 2. Edit line 16
>
> Change....
> 14: name="Microsoft.Windows.Common-Controls"
> 15: version="6.0.0.0"
> 16: processorArchitecture="x86"
> 17: publicKeyToken="6595b64144ccf1df"
> 18: language="*"
>
> To...
> 14: name="Microsoft.Windows.Common-Controls"
> 15: version="6.0.0.0"
> 16: processorArchitecture="*"
> 17: publicKeyToken="6595b64144ccf1df"
> 18: language="*"
>
>
> Also, don't forget to go back into Notepad2.rc and add the manifest link back to it.
>
>
> I've tested on AMD64 and x86, both with WDK 7600.16385.1.
>
> Hopefully that helps you fix the issues you were having.
>
>
>
> Kind Regards,
> Craig
// Dan
Craig wrote:
> I've been maintaining my own private version of Notepad2 with some added lexers (AU3, TCL, LATEX, ActionScript, Bash, and maybe one or two others), and I recently decided that I like your Find-and-Replace dialog box (and the bookmarking option is neat, but I never remember to use it).
>
> Anyway, I noticed in your readme file that you mentioned you were having problems getting the manifest to link.
>
>
> I figure it would probably be creepy/weird to receive an e-mail from a complete stranger with an attachment, so I'll just go ahead and walk you through it (it's super simple).
>
>
> Edit Notepad2.exe.manifest and make the following two changes:
>
> 1. Delete line 5
>
> 3:
> 5: processorArchitecture="x86" <-- DELETE THIS LINE
> 6: version="x.x.x.x"
> 7: type="win32"
>
>
> 2. Edit line 16
>
> Change....
> 14: name="Microsoft.Windows.Common-Controls"
> 15: version="6.0.0.0"
> 16: processorArchitecture="x86"
> 17: publicKeyToken="6595b64144ccf1df"
> 18: language="*"
>
> To...
> 14: name="Microsoft.Windows.Common-Controls"
> 15: version="6.0.0.0"
> 16: processorArchitecture="*"
> 17: publicKeyToken="6595b64144ccf1df"
> 18: language="*"
>
>
> Also, don't forget to go back into Notepad2.rc and add the manifest link back to it.
>
>
> I've tested on AMD64 and x86, both with WDK 7600.16385.1.
>
> Hopefully that helps you fix the issues you were having.
>
>
>
> Kind Regards,
> Craig