NSIS\NSIS Unicode and Windows 8
Good morning!
1. Is there any news with NSIS\NSIS Unicode and Windows 8 support?
2. Does\Will NSIS support Windows 8?
3. What's is the forecast?:rolleyes:
Thanks
Lior
Archive: NSIS\NSIS Unicode and Windows 8
NSIS\NSIS Unicode and Windows 8
Good morning!
1. Is there any news with NSIS\NSIS Unicode and Windows 8 support?
2. Does\Will NSIS support Windows 8?
3. What's is the forecast?:rolleyes:
Thanks
Lior
Not much has changed when it comes to installers compared to Win7 AFAIK
They will probably add another SupportedOS guid for the manifest but here is no way for us to add support for that until they publish the new guid @ http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx
Obvious question: Is the versionnumber already official? (Thinking of winver.nsh here.)
Originally posted by MSGNo, probably not, and we have to wait for RTM for the build number...
Obvious question: Is the versionnumber already official? (Thinking of winver.nsh here.)
When will the new GUID be added to the build? Without this change it seems that the user must install in "Windows 7" mode.
Originally posted by sericssAs a quick hack you can probably use a hex editor to overwrite the Vista GUID with the Win8 GUID in makensis.exe (The Vista GUID is pointless since we also specify the Win7 GUID) or use !packhdr and resource hacker to change the manifest on a per file basis.
When will the new GUID be added to the build? Without this change it seems that the user must install in "Windows 7" mode.
I solved this issue, here is a post http://www.level533.com/2012/12/add-...sis-installer/ on my blog.