1

I have been working on an application which works depending on the Operating System. I have written code of detecting OS version it works correctly when i run application in VS2013, it correctly detect windows 10 OS. But same code when i deploy and create an MSI and install that in windows 10 it detects OS as windows 7 even though i am installing that MSI in windows 10.

I am creating installer in Wix don't know what i am missing.

Dharmen
  • 11
  • 1
  • 3
    Is your code running in an exe that list any supportedOs items in its manifest? If so, do you include the Windows 10 GUID? – Michael Urman Aug 30 '15 at 12:57
  • Nope i haven't added any manifest file in to my project. Do i need to add that if yes can you please explain more on this. – Dharmen Aug 31 '15 at 07:43
  • https://www.google.com/#q=supportedos+windows+10 yields, among other things, http://stackoverflow.com/q/26151534/89999 – Michael Urman Sep 01 '15 at 11:54

0 Answers0