home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / installshield / _setup.1 / Group11 / README.TXT < prev    next >
Encoding:
Text File  |  1998-02-19  |  8.4 KB  |  252 lines

  1. Maintenance Release Notes
  2.  
  3. This section lists changes and enhancements made in 
  4. InstallShield Express 2.02. 
  5.  
  6. February 19, 1998
  7.  
  8. 1. New: The self-registration property for an individual 
  9. file can be toggled on or off from with Express.  
  10.  
  11. By highlighting the file in the File Groups window of the
  12. Groups tab and selecting Properties, a file can set to 
  13. self-register if it does not have a built-in 
  14. OLESelfRegister string or set to ignore the string if it 
  15. does exist.
  16.  
  17. 2. New: Visual dBase 7 and Borland C++Builder 3 objects 
  18. have been added.  
  19.  
  20. To access these objects, select either Visual dBASE or 
  21. Borland C++ Builder from the Project Type dialog in the 
  22. New Project dialog box.
  23.  
  24. 3. New: A right click menu and a toolbar have been added 
  25. to the Groups tab.  
  26.  
  27. These two additions make it much easier to work with the 
  28. file groups and individual files in the tab, including 
  29. quick reordering of the files within a group.
  30.  
  31. 4. New: File groups can be targeted for specific 32-bit
  32. operating systems.  
  33.  
  34. If you have files that should only be installed to a 
  35. specific operating system, this can now be done in 
  36. Express 2.02.  This option can be found in the properties
  37. for each file group.  The default setting of this option 
  38. remains all platforms.
  39.  
  40. 5. Enhancement: Microsoft Access driver has been added.
  41.  
  42. The Microsoft Access driver is now available for those 
  43. project types using BDE 4.5 or higher.
  44.  
  45. 6. Enhancement: Never overwrite files option.
  46.  
  47. The option to set a file group's version control to 
  48. "Never Overwrite" has been added.
  49.  
  50. 7. Enhancement: System ODBC data sources can be added.
  51.  
  52. On the bottom of the ODBC Step 4 of 5 wizard panel, the 
  53. data source type can be set as either User or System.  
  54. Previously, only user data sources could be created.
  55.  
  56. 8. Enhancement: Type library files are now 
  57. self-registered.
  58.  
  59. All 32-bit type library (.tlb) files will be self-registered 
  60. upon installation.  (This property can also be toggled 
  61. off...refer to item 1.)
  62.  
  63. 9. Enhancement: Copy to Floppy dialog retains project 
  64. path information.
  65. The Copy to Floppy dialog box now retains the drive and 
  66. path information for each individual setup project, 
  67. eliminating the need to re-enter it upon each media copy.
  68.  
  69. 10. Enhancement: Flat tool bars and updated icons have 
  70. been added to the user interface.
  71.  
  72. These additions give Express a more modern look.
  73.  
  74. 11. Change: Installation of BDE 4.0 over BDE 3.0.
  75.  
  76. An Express-built installation including the installation 
  77. of BDE 4.0 will overwrite an existing copy of BDE 3.0. 
  78. Previously, this did not work correctly in all 
  79. installations.
  80.  
  81. 12. Change: Installing BDE to a non-default location.
  82.  
  83. Installing BDE to a non-default location on the target 
  84. system will not make all of the correct reference 
  85. counting and registrations.
  86. Previously, not all of the files were registered 
  87. correctly for access by other applications.
  88.  
  89. 13. Change: Uninstalling BDE as part of the application's
  90. uninstall.
  91.  
  92. Only the correct BDE files are now uninstalled as part of
  93. an application's uninstallation.
  94. Previously, some files were erroneously being uninstalled
  95. due to incorrect reference counting.
  96.  
  97. 14. Change: Registration of 16-bit executable files.
  98.  
  99. The self-registration of 16-bit executable files would 
  100. behave as expected.
  101. Previously, the registration would fail.
  102.  
  103. 15. Change: Cyclic destination location referencing for 
  104. file groups.
  105.  
  106. When cyclic destination location referencing in detected 
  107. by Express, an error message will be presented upon 
  108. attempting to leave the Groups tab.
  109. Previously, in such cases the error was not noted until 
  110. the disk building process.
  111.  
  112. 16. Change: Entering non-directory specifiers in the 
  113. Destination Directory field.
  114.  
  115. Express will now check the entry in this field to 
  116. determine if it is a known directory specifier (such as 
  117. ProgramFilesDir) and handle it accordingly.
  118. Previously, an "out of disk space" error was displayed at
  119. run time.
  120.  
  121. 17. Change: Installing newer versions of Comcat.dll. 
  122.  
  123. The 5.0 version of Comcat.dll requires a newer version of
  124. OLE than the previous 4.71 version.  For those installs 
  125. that do not wish to install a new OLE on the target 
  126. machine, Comcat.dll version 4.71 has been added to 
  127. Express's Redist folder.
  128. Previously, Comcat.dll would fail to self-register if the
  129. newer OLE was not present.
  130.  
  131. 18. Change: Using FONTDIR directory specifier. 
  132.  
  133. Express will now correctly install the font to the 
  134. correct folder on all supported operating systems.
  135. Previously, all fonts would be installed in the 
  136. Windows/System folder, regardless of the operating system.
  137.  
  138. 19. Change: Targeting the root directory of a drive.
  139.  
  140. Changing the destination directory from the default entry
  141. to a root level (c: or c:\, for example) will result in a
  142. valid path during the install.
  143. Previously, a double backslash would be added to new 
  144. path, resulting in an entry such as "C:\\Program...".
  145.  
  146. 20. Change: Installing applications on system with 
  147. CleanSweep running.
  148.  
  149. Installations created using InstallShield Express 2.02 
  150. will now install correctly on systems running CleanSweep 
  151. due to modifications made in the InstallShield engine.
  152. Previously, older versions of CleanSweep would not allow 
  153. the Express engine to initialize on these systems, 
  154. causing the installation to never complete.
  155.  
  156. 21. Change: Autorun.inf settings are preserved. 
  157.  
  158. Checking the Generate Autorun.inf option in the Settings 
  159. tab of the Run Disk Builder dialog box will be saved and 
  160. reused for future builds.
  161. Previously, this setting was discarded after the build 
  162. was complete.
  163.  
  164. 22. Change: Old filename is not displayed once project is
  165. closed. 
  166.  
  167. Once a project is closed in Express, the project's name 
  168. no longer appears in the main Express title bar.
  169. Previously, the old project name would be displayed until
  170. a new project was created.
  171.  
  172. 23. Change: All project settings are saved. 
  173.  
  174. All settings are saved for the project, regardless of the
  175. size of the .iwz file.
  176. Previously, certain settings were not written to the .iwz
  177. file due to internal Express limitations.
  178.  
  179. 24. Change: "Unable to create directory" message displays
  180. correct directory name.
  181.  
  182. The "Unable to create directory" message now displays the
  183. correct directory name for the error.
  184. Previously, the message displayed the name of the last 
  185. successfully created directory.
  186.  
  187. 25. Change: German "Setup Complete" dialog error fixed.
  188.  
  189. The "Setup abgeschlossen" dialog box now reads "Ja ich 
  190. m÷chte das Programm starten." 
  191. Previously, the line read "Ja ich m÷echte das Programm 
  192. starten."
  193.  
  194. 26. Change: Backslashes in Optional Parameters field of 
  195. Express Extensions dialog.
  196.  
  197. Backslashes can now be entered in the Optional Program 
  198. Parameters field in Express Extensions dialog.
  199. Previously, the Optional Program Parameters field in the 
  200. Express Extensions dialog did not handle a backslash. 
  201. Entering a backslash in this field caused all parameter 
  202. information before it in the Extensions window to be 
  203. erased from view.
  204.  
  205. 27. Change: Using SRCDIR directory specifier.
  206.  
  207. The SRCDIR specifier will behave as expected when 
  208. referring files on the root level of a CD.
  209. Previously, the correct location was not returned by 
  210. SRCDIR if the referenced files were at the root level of 
  211. the CD.
  212.  
  213. 28. Change:  Misspelling in Dutch end-user dialogs.
  214.  
  215. The correct spelling of ge∩nstalleerde is now used.
  216. Previously, it was spelled with "i" instead of "∩".
  217.  
  218. 29. Change:  Spacing in Progress bar
  219.  
  220. A space now appears between the text label and the file 
  221. being copied for all languages.
  222.  
  223. Previously, the text label and the file name were 
  224. displayed without a space between in some languages (for 
  225. example, "Bestanden worden gedecomprimeerd inC:\TR20test").
  226.  
  227. 30. Change: Unknown files on some NT systems 
  228.  
  229. This release of Express removes all temporary files it 
  230. creates from NT systems.
  231. Previously, some unnamed, empty files were occasionally 
  232. left behind on NT systems.
  233.  
  234. 31. Change: %PATH% value for Expanded String registry 
  235. values.
  236.  
  237. The correct string for the Extended String value type 
  238. will be written to the registry.
  239. Previously, the string was not being written to the 
  240. registry if this value type was selected.
  241.  
  242. 32. Change: Sql_inf.cnt and Sql_db2.cnt files for Delphi 
  243. 3 projects.
  244.  
  245. The Sql_inf.cnt and Sql_db2.cnt files have been added to 
  246. the Redist folder for Delphi 3 projects.
  247. Previously, these files were not available for Delphi 3 
  248. project types.
  249.  
  250.  
  251.  
  252.