Advertisement
Guest User

Untitled

a guest
Jul 18th, 2017
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  2.  
  3. VS_VERSION_INFO VERSIONINFO
  4. FILEVERSION 1, 0, 0, 0
  5. PRODUCTVERSION 1, 0, 0, 0
  6. FILEFLAGSMASK 0x3fL
  7. FILEFLAGS 0x0L // release version
  8. FILEOS VOS__WINDOWS32 // 0x4L
  9. FILETYPE VFT_APP // 0x1L
  10. FILESUBTYPE VFT2_UNKNOWN // 0x0L
  11.  
  12. BEGIN
  13. BLOCK "StringFileInfo"
  14. BEGIN
  15. BLOCK "040904B0" // Lang=US English 0x409, CharSet=Unicode 0x4B0 = 1200
  16. BEGIN
  17. VALUE "Comments", "Mysoftware\0"
  18. VALUE "CompanyName", "Mycompany\0"
  19. VALUE "FileDescription", "Mysoftware\0"
  20. VALUE "FileVersion", "1.0.0.0\0"
  21. VALUE "InternalName", "Mysoftware\0"
  22. VALUE "LegalCopyright", "(C) 2017 Mycompany\0"
  23. VALUE "OriginalFilename", "Mysoftware.exe\0"
  24. VALUE "ProductName", "Mysoftware\0"
  25. VALUE "ProductVersion", "1.0.0.0\0"
  26. END
  27. END
  28. BLOCK "VarFileInfo"
  29. BEGIN
  30. VALUE "Translation", 0x409, 1200
  31. END
  32. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement