PDA

View Full Version : Search text does not find in Text and Messages



Allan Greis Eriksen
08-20-2015, 01:23 AM
I've changed a variable name in a script from %NOVAXDIR% to %NOVAXMAINDIR% since I had both for the same value. So I wanted to find all occurences of %NOVAXDIR% in the Script Editor. After I had found them all and changed them to the new name I thought that I had found all occurences of %NOVAXDIR% in the scriptfile. But I turns out that I had a reference to the %NOVAXDIR% variable in one of the Dialog Text Resources in a ReadyToInstall_UserInfo dialog. That one was not found by the Find function in SetupBuilder.

How do I find ALL uses of a variable in a scriptfile so I am sure that I have not missed any?

linder
08-20-2015, 02:20 AM
Hi Allan,

Yes, that is correct. The "Find" feature can only search in your Script, not in Text Resources. But that's a good point -- I think a Search funtion in Text Resources would also be handy!

Friedrich

Peter Gysegem
05-24-2016, 04:54 PM
Yes, a search in Text Resources would be very useful.