TryMe.VER |
This sample version file is used by the following samples:
All scripts but "TryMe.MM" use the "VER_FILENAME.VER" macro to configure themselves to use this version file. I did not want to have to bother with a separate version file for each sample.
Note that the product information is in the start of the file in what in any other file would simply be comments (as the lines start with ";").
;---------------------------------------------------------------------------- ; ; MODULE NAME: TRYME.VER ; ; $Author: USER "Dennis" $ ; $Revision: 1.5 $ ; $Date: 10 Oct 2007 17:25:32 $ ; $Logfile: C:/DBAREIS/Projects.PVCS/Win32/MakeMsi/TryMe.ver.pvcs $ ; ; DESCRIPTION: Simple sample/test MSI. ; ;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ; ProductName = TryMe (simple MAKEMSI test MSI) ; DESCRIPTION = Both a sample and a simple test MSI, you should be able to ; = build it after correct installation of MAKEMSI. ; = <ol> ; = <li>Item 1 ; = <li>Item <b>2</b> ; = <li>Item <i>3</i> ; = <li>Item 4 ; = </ol> ; Licence = TryMe.rtf ; Installed = WINDOWS_ALL ; Guid.UpgradeCode = {7EF333CB-3BB9-457D-831E-8482E50F2999} ; MsiName = TryMe ;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ;############################################################################ VERSION : 3.076.0000 DATE : 17 Mar 2003 CHANGES : This is a fictional second release of this MSI. : I will probably <b>not bother</b> to keep this information : up to date for a simple sample! ;############################################################################ VERSION : 3.074.0000 DATE : 25 Feb 2003 CHANGES : First cut.