PDA

View Full Version : Can't compile after updte



NewsArchive
12-04-2017, 08:12 AM
I am getting this message after upgrading setup builder. I am using
version 10.0.5710.0

This error message seems to come from dialogs specifically the read me.
When I remove the read me all works of course with out the readme.

: error GEN1055: File not found or locked [@2]: [DLG_README_READMEINFO]
[SB5]\Redist\1033\readme.rtf.

in the readme i point to file://C:\distrib\amsoft\ver10\README.rtf. It
looks like it is looking for something in SB5. Which I had at one time,
but no longer.
I can't find anything pointing to SB5.

Thanks for any help

Gary

NewsArchive
12-04-2017, 08:14 AM
Gary,

Please see:
http://www.lindersoft.com/forums/showthread.php?47764-Error-after-Update&p=89009#post89009

Replace [SB5] with [SB]

Friedrich

NewsArchive
12-04-2017, 09:17 AM
I had read that from a previous post.

my top banner looks like [SB]\Images\Top8.bmp

my side banner looks like [SB]\Images\sbInstall.bmp

I have also tried pointing to the image file
top banner C:\Program Files (x86)\Lindersoft\SetupBuilder 10
Developer\Images\Top8.bmp
side banner C:\Program Files (x86)\Lindersoft\SetupBuilder 10
Developer\Images\sbInstall.bmp

I still get the same error message.
You are pointing me to errors with the installer images. The problem
seems to be with the readme file it does indicate sb5.

Thanks
Gary

NewsArchive
12-04-2017, 09:33 AM
Gary,

what I was trying to say is, you have to change the [SB5] compiler variables
into [SB].

In your case:

Text and Messages -> Dialog Text -> Readme Information ->
DLG_README_READMEINFO identifier -> change [SB5] to [SB] and you are done
;-)

Friedrich

NewsArchive
12-04-2017, 11:11 AM
Thanks that got it.

Gary