![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
How do we set the .exe Version information in the file.
(i.e.) 1 VERSIONINFO FILEVERSION 0,0,0,1 PRODUCTVERSION 0,0,0,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L #else FILEFLAGS 0x0L #endif FILEOS 0x4L FILETYPE 0x1L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "080904e4" BEGIN VALUE "CompanyName", "Company" VALUE "LegalCopyright", "(c) 2005 Company. All rights reserved." VALUE "FileDescription", "RSS0 Aggregator" VALUE "FileVersion", "0.0.0.1" VALUE "InternalName", "RSS0" VALUE "OriginalFilename", "RSS0.exe" VALUE "ProductName", "RSS0" VALUE "ProductVersion", "0.0.0.1" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x809, 1252 END EN |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FilesEx library - returns file information | agraham | Additional Libraries | 13 | 07-25-2008 04:23 PM |
| How catch a selected treeview item information by mouse ? | dan kabestan | Questions & Help Needed | 2 | 01-08-2008 06:30 PM |
| CSV file generates strange start in file | sunnyboyj | Questions & Help Needed | 9 | 12-21-2007 08:38 PM |
| Reading com ports information from the registry | Erel | Code Samples & Tips | 4 | 11-23-2007 01:09 PM |
| Save information drawn on a form | maxtillberg | Questions & Help Needed | 10 | 11-07-2007 11:13 AM |