Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Error -470 when migrating to Dev7


2 replies to this topic

Peter Bi

Peter Bi
  • Members
  • 68 posts

Posted 07 November 2001 - 01:14

Hi,

I am converting an IS5.5 project to Dev7, when I 'Open' the .ipr file with Dev7, I got the following error message:
---------------------
Upgrading project
Upgrading IPR Project File
Upgrading Release Settings
** Error -470: Could not find section [GeneralInfo] in file C:\temp\ybi\adept\is5.5adept\Media\Default\Default.mda
** Error 91: Object variable or With block variable not set
   > IsIsmMigrate.CIsProMigrate.MigrateMediaItem
   > IsIsmMigrate.CIsProMigrate.MigrateMedia
Project migration completed with 2 errors and 0 warnings.
-------------------------------

But the Default.mda does contain [GeneralInfo] section:
--------------------
[Platforms]
key0=0000000000001000
key1=0000000000010000
count=2

[Filter]
LANGUAGEDEFAULT=0009

[GeneralInfo]
MEDIATYPE=CDROM
DATAASFILES=No
BUILDTYPE=Full
BuildLocation=Y: tpe\Adept\adept_install\Media\Default
BREAKBYTOPCOMPONENT=No
REFRESH_DATAFILES=Yes
REFRESH_SPLASH=Yes
OS_DEPENDENT_SETUPEXE=Yes
GUID=6eae8290-54ce-11d3-bfc6-00c04f63337d
BUILDSIZE=
Name=Default
REVIEWREPORT=No
REFRESH_IFILES=Yes
PASSWORD=
...
--------------------------

Does anybody know how to solve it?


Peter Bi

Peter Bi
  • Members
  • 68 posts

Posted 07 November 2001 - 19:45

Hi,

The -470 error has gone now but two new errors -283 and -462 show up. Following is the log file produced at the conversion:
-------------------
=================Logging started at 11/7/2001 8:40:57 AM ==================
Upgrading project
Upgrading IPR Project File
Upgrading Release Settings
Upgrading String Tables
Upgrading File Groups...this may take several minutes
** Error -283: Could not find section [FileGroups] in file C:\temp\ybi\adept\is5.5adept\File Groups\Default.fdf
Upgrading Setup Types
Upgrading Components
** Warning -487: Warning, unable to set overwrite property for component Node_Program_Files.  There is no equivalent to ALWAYSOVERWRITE in this version of InstallShield Developer.    For more information on this warning, please see the help topic "Upgrade Warning 487"
Migrated component Node Program Files to feature Node_Program_Files
** Warning -487: Warning, unable to set overwrite property for component AWS_Program_Files.  There is no equivalent to ALWAYSOVERWRITE in this version of InstallShield Developer.    For more information on this warning, please see the help topic "Upgrade Warning 487"
Migrated component AWS Program Files to feature AWS_Program_Files
Synchronizing Setup Types with updated Feature Names
Synchronizing Custom Media Compression with updated feature names.
Upgrading Registry Objects
Upgrading Shell Objects
** Error -462: Could not find section [Data] in file C:\temp\ybi\adept\is5.5adept\Shell Objects\Default.shl
Upgrading Setup Files
Importing Custom Dialogs
Upgrading Script Files
------------------------------------------

Anybody has idea?


Peter Bi

Peter Bi
  • Members
  • 68 posts

Posted 07 November 2001 - 19:47

I forgot to mention that when I open the .fdf  and .shl files with notepad/wordpad, [FileGroups] and [Data] sections exsit as the first section,  respectivesly.