0

this is a newbie question. i am using InstallShield LE on VS2010. I have a value (text) inside identifier.

the text is being edited in one long line. without editing box. how can i /n ? Can i insert a picture ?

attach screen shot of the editing area:

a busy cat

Community
  • 1
  • 1
ilansch
  • 4,784
  • 7
  • 47
  • 96

1 Answers1

2

Windows Installer doesn’t support line breaks in static text controls. During installation the text is automatically formatted based on control and font sizes.

If you really want a line break, simply use another static text control for the next line.

Cosmin
  • 21,216
  • 5
  • 45
  • 60