MAKEMSI quickly and reliably creates MSI files in a non-programmatic way
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
[Bottom][Contents][Prev]: TryMe.MM[Next]: TryMe.RTF
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
\->MAKEMSI Installs...->Samples Installed by MAKEMSI->Samples - Build New MSI/MSM->TryMe.MM->TryMe.VER

TryMe.VER

This sample version file is used by the following samples:

  1. TryMe.MM
  2. TryMeLoadDirTreeMaintainingAttributes.MM
  3. TryMeTaskSchedules.MM
  4. TryMeTemplate-SimpleSchedule.MM
  5. TryMeCreateIisSite.MM
  6. TryMeDllCustomAction.MM
  7. TryMeShortcuts.MM
  8. TryMeUpdateRegistry00-99.MM
  9. TryMeUseMergeModule.MM
  10. TryMeWithFixedGuids.MM
  11. TryMeWithMultipleMedia.MM
  12. TryMeWithNoRootFeature.MM
  13. TryMeWithNonAdvShortcutPlusMore.MM

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.


Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.Please email me any feedback, additional information or corrections.
See this page online (look for updates)

[Top][Contents][Prev]: TryMe.MM[Next]: TryMe.RTF


MAKEMSI© is (C)opyright Dennis Bareis 2003-2008 (All rights reserved).
Saturday May 28 2022 at 3:11pm
Visit MAKEMSI's Home Page
Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.