How do you insert file version information into a PB DLL?
I need this to ensure correct installation using the WISE
instalation package.
I need this to ensure correct installation using the WISE
instalation package.
VS_VERSION_INFO VERSIONINFO FILEVERSION 1, 4, 1, 0 PRODUCTVERSION 1, 4, 1, 0 FILEOS VOS_WINDOWS32 FILETYPE VFT_APP BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904E4" BEGIN VALUE "CompanyName", "Computer Creations Software\000" VALUE "FileDescription", "Application\000" VALUE "FileVersion", "04.11\000" VALUE "InternalName", "Winlog98/NT\000" VALUE "OriginalFilename", "WINLOG.EXE\000" VALUE "LegalCopyright", "Copyright (c) 1997-1999 Computer Creations Software\000" VALUE "LegalTrademarks", "\000" VALUE "ProductName", "Winlog For Windows 98/NT\000" VALUE "ProductVersion", "04.11\000" END END END
#include "resource.h"
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment