so this is the new sheet:
Required values
DisplayName (string) - Name of the application
UninstallString (string) - Path and filename of the uninstaller. You should always quote the path to make sure spaces in the path will not disrupt Windows to find the uninstaller.
Optional values
Some of the following values will not be used by older Windows versions.
InstallLocation (string) - Installation directory ($INSTDIR)
InstallSource (string) - Location where the application was installed from
InstallDate (string) - Date on which the installation took place, format: YYYYMMDD (maybe based on OS localisation)
DisplayIcon (string) - Path, filename and index of the icon that will be displayed next to your application name
DisplayVersion (string) - Displayed version of the application
EstimatedSize (DWORD) - Size whitch the application uses on the harddrive
Publisher (string) - (Company) name of the publisher
Contact (string) - Contact information
ProductID (string) - Product ID of the application
Comments (string) - Comments that will be shown under "Support Information"
Readme (string) - Readme in plaintext or as URL (file://C:\readme.txt is a valid URL)
Language (DWORD) - Language ID of the programm, same as in NSIS
ModifyPath (string) - Path and filename of the application modify program
RepairPath (string) - Path and filename of the application repair program
RegOwner (string) - Registered owner of the application
RegCompany (string) - Registered company of the application
HelpLink (string) - Link to the support website
HelpTelephone (string) - Telephone number for support
URLUpdateInfo (string) - Link to the website for application updates
URLInfoAbout (string) - Link to the application home page
Version (DWORD) - Version number of the application
VersionMajor (DWORD) - Major version number of the application
VersionMinor (DWORD) - Minor version number of the application
NoModify (DWORD) - 1 if uninstaller has no option to modify the installed application
NoRepair (DWORD) - 1 if the uninstaller has no option to repair the installation
Note: If both NoModify and NoRepair are set to 1 and ModifyPath is set, the button displays "Remove" instead of "Modify/Remove".
Patches only:
(requires WinXP SP2 or Win2003 SP1 or greater)
ParentDisplayName (string) - Name of application which is patched by this one
ParentKeyName (string) - Name of key this one is a child of
Note: If both ParentDisplayName and ParentKeyName are set, the application is hidden as long as "Show Updates" is unchecked in the Add/Remove dialog.