cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Christoph
Level 8

Error -6090 after upgrading

I upgraded my basic msi project(InstallShield 2008 Premier) to Installshield 2010(Evaluation version).

This happened with no errors and/or warnings.

When building my upgraded project I receive an error -6090: 'The scrollable text file:" specified for the Control:InstallSettings does not exist.

I have a custom dialog where I have placed a scrollabletextcontrol on.
I didn't point to an existing file as I fill this control with RTF Text from inside my installscript code. Installshield 2008 didn't raise an error about this...

Is there a workaround possible in my case? Because I think that when pointing to a file, the content of this file will be showed in the control... and I don't want this...
Labels (1)
0 Kudos
(2) Replies
Mike_Marino
Level 6 Flexeran
Level 6 Flexeran

You could point the ScrollableText control to a file with nothing in it as a work around.

We changed this behavior in IS2009.
0 Kudos
Christoph
Level 8

Thanks Mike
0 Kudos