From: <go...@us...> - 2002-08-14 22:37:02
|
Update of /cvsroot/decaldev/source/Installer/Res In directory usw-pr-cvs1:/tmp/cvs-serv1858/Installer/Res Modified Files: Install.vbs readme.rtf Log Message: Installer checkpoint 2.3.1.7 Index: Install.vbs =================================================================== RCS file: /cvsroot/decaldev/source/Installer/Res/Install.vbs,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Install.vbs 14 Aug 2002 21:55:03 -0000 1.20 --- Install.vbs 14 Aug 2002 22:36:58 -0000 1.21 *************** *** 57,61 **** 'All of these -must- be specified Private Const ThisProduct = "Decal" ' The name of your product, used it dialogs and such ! Private Const ThisVersion = "2.3.1.6" ' The version of your product, used in dialogs and such Private Const MSIFileName = "Decal.msi" ' The name of the MSI file that will be excuted 'Add all of your previous product IDs to the dictionary for removal by the installer --- 57,61 ---- 'All of these -must- be specified Private Const ThisProduct = "Decal" ' The name of your product, used it dialogs and such ! Private Const ThisVersion = "2.3.1.7" ' The version of your product, used in dialogs and such Private Const MSIFileName = "Decal.msi" ' The name of the MSI file that will be excuted 'Add all of your previous product IDs to the dictionary for removal by the installer *************** *** 85,88 **** --- 85,89 ---- AllProducts.Add "2.3.1.5", "{09A9F4AE-C043-43CF-85D1-6F14BCAAEB11}" AllProducts.Add "2.3.1.6", "{A6749A61-B1E5-4FFB-BA4D-AE93E5443EC8}" + AllProducts.Add "2.3.1.7", "{C667B179-E270-4BE5-9C73-0533C1D2B758}" Index: readme.rtf =================================================================== RCS file: /cvsroot/decaldev/source/Installer/Res/readme.rtf,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** readme.rtf 14 Aug 2002 21:55:04 -0000 1.12 --- readme.rtf 14 Aug 2002 22:36:58 -0000 1.13 *************** *** 3,12 **** \viewkind4\uc1\pard\nowidctlpar\qc\cf1\b\f0\fs28 Decal README\par \b0\f1\fs20\par ! \f2 This is the 2.3.1.6 \b BETA\b0 Release of Decal.\par \par \pard\nowidctlpar\fs22 Beta software is Unsupported Software. Use at your own risk. Please report bugs to the Decal support board at http://forums.acdev.org. \par \par If you do run into problems, please read the Decal FAQ for further information: http://decaldev.sourceforge.net/faq/\par ! \par \b Changes since 2.3.1.5\par \pard{\pntext\f4\'B7\tab}{\*\pn\pnlvlblt\pnf4\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-720\li720\b0 Fixed the bug(s) that resulted in coordination and quickness being switched around\par --- 3,15 ---- \viewkind4\uc1\pard\nowidctlpar\qc\cf1\b\f0\fs28 Decal README\par \b0\f1\fs20\par ! \f2 This is the 2.3.1.7 \b BETA\b0 Release of Decal.\par \par \pard\nowidctlpar\fs22 Beta software is Unsupported Software. Use at your own risk. Please report bugs to the Decal support board at http://forums.acdev.org. \par \par If you do run into problems, please read the Decal FAQ for further information: http://decaldev.sourceforge.net/faq/\par ! \b\par ! Changes since 2.3.1.6\par ! \pard{\pntext\f4\'B7\tab}{\*\pn\pnlvlblt\pnf4\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-720\li720\b0 Fixes to CharStats declarations\par ! \pard\nowidctlpar\par \b Changes since 2.3.1.5\par \pard{\pntext\f4\'B7\tab}{\*\pn\pnlvlblt\pnf4\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-720\li720\b0 Fixed the bug(s) that resulted in coordination and quickness being switched around\par |