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
- :
- ***is_string_not_defined***
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
‎Jan 19, 2011
06:59 AM
***is_string_not_defined***
Hi,
I am using Install shield 2010 for creating installer for one of my windows application. In this, during installation just before installation complete below text is displayed above the installation status bar. After this text is displayed installation completes successfully and there is no issue in that installation. But I need to figure out and solve why this text is coming.
[SIZE="3"]***IS_STRING_NOT_DEFINED*** [/SIZE]
During Compile(or)Build of my installation project, I am NOT getting any error or warning. Its actually 0 error, 0 warning.
Based on my analysis, I think I am missing with some string in my "String Editor", but could not find which one!!
Can anyone please help me on how to solve this problem.
Thanks
I am using Install shield 2010 for creating installer for one of my windows application. In this, during installation just before installation complete below text is displayed above the installation status bar. After this text is displayed installation completes successfully and there is no issue in that installation. But I need to figure out and solve why this text is coming.
[SIZE="3"]***IS_STRING_NOT_DEFINED*** [/SIZE]
During Compile(or)Build of my installation project, I am NOT getting any error or warning. Its actually 0 error, 0 warning.
Based on my analysis, I think I am missing with some string in my "String Editor", but could not find which one!!
Can anyone please help me on how to solve this problem.
Thanks
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 20, 2011
06:26 AM
Hi sureshkumarramu,
Check the position of the String in the Dialog and open the DialogView in your IS project. Select the text on the correct position in the correct language!
Open the Direct Editor and search for the string ID you had found in the properties of the text label.
Resize the ID column to maximum. I encountered this problem during coping a string in the Direct Editor. In my case at the end of the ID was a '1' added.
Maybe it is the same problem in your project?!
Cheers Jörg
Check the position of the String in the Dialog and open the DialogView in your IS project. Select the text on the correct position in the correct language!
Open the Direct Editor and search for the string ID you had found in the properties of the text label.
Resize the ID column to maximum. I encountered this problem during coping a string in the Direct Editor. In my case at the end of the ID was a '1' added.
Maybe it is the same problem in your project?!
Cheers Jörg
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 20, 2011
10:29 AM
I believe this happens when you use a Property in a dialog's text box that you do not have defined in the Property Manager.
At least his is what I see in my case, I have properties that are set after the Destination dialog box.
At least his is what I see in my case, I have properties that are set after the Destination dialog box.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 25, 2011
03:32 AM
Hi Jörg,
Thanks, for the information. I have solved the issue based on your comments.
.....
Suresh Kumar Ramu
Thanks, for the information. I have solved the issue based on your comments.
.....
Suresh Kumar Ramu