This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- ISDEV : Error -7354 After upgrade from 2012 to 2016
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 20, 2016
09:53 PM
ISDEV : Error -7354 After upgrade from 2012 to 2016
Hi,
I am getting the below error, when build the project.
"ISDEV : error -7354: The English (United States) value for string 'IDPROP_EXPRESS_LAUNCH_CONDITION_OS' does not contain a legitimate value for table LaunchCondition column Description".
'IDPROP_EXPRESS_LAUNCH_CONDITION_OS' contains the below string
[ProductName] ‚ł̓Rƒ“ƒsƒ…[ƒ^‚ª‰Ò“*’†‚Å‚*‚邱‚Æ‚ª—vŒ‚Å‚· Windows 2000 ‚Ü‚½‚Í Windows XP ‚Ü‚½‚Í Windows 2003 Server
In 2012, there is no issue. Please help me to resolve this.
Thanks
I am getting the below error, when build the project.
"ISDEV : error -7354: The English (United States) value for string 'IDPROP_EXPRESS_LAUNCH_CONDITION_OS' does not contain a legitimate value for table LaunchCondition column Description".
'IDPROP_EXPRESS_LAUNCH_CONDITION_OS' contains the below string
[ProductName] ‚ł̓Rƒ“ƒsƒ…[ƒ^‚ª‰Ò“*’†‚Å‚*‚邱‚Æ‚ª—vŒ‚Å‚· Windows 2000 ‚Ü‚½‚Í Windows XP ‚Ü‚½‚Í Windows 2003 Server
In 2012, there is no issue. Please help me to resolve this.
Thanks
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 21, 2016
10:14 AM
I'm not certain that your string came through correctly, but it looks like it has an extra left square bracket about 1/3 of the way through: ƒsƒ…[ƒ^‚
If so, you should either remove that square bracket, or escape it as the following sequence: [\[]
If so, you should either remove that square bracket, or escape it as the following sequence: [\[]
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 22, 2016
08:54 PM
Thanks, after replacing the square bracket, there is no build error.