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

Instal Shield Basics


1 reply to this topic

sagarkango

sagarkango
  • Full Members
  • 1 posts

Posted 20 May 2013 - 07:30

Hello All,

 

  I am new to install shield and facing some basic issues, Please help me for the following

 

1. sdLoadString :- What is nID, where i can location the different value ? can i use my custom string instead of SdLoad String in dialog box

i.e.  Actual SdString is :- szMsg = SdLoadString( IDS_IFX_STATUSEX_STATICTEXT_UPDATEUI );

 

 

    Custom string :-

szMsg = "The Install Shield wizard is updating "+IFX_INSTALLED_VERSION+" of "+IFX_PRODUCT_NAME+" installer to version "+IFX_PRODUCT_VERSION+" "

 

2. How to increase Char. Length in install shield Diaglog ?

 

 

 

 



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 21 May 2013 - 15:00

You don't need to call SdLoadString for custom strings you defined in the String Table - just precede the string entry name with the @ symbol, e.g.

szText = @MY_CUSTOM_STRING;