PDA

View Full Version : Ini import / Refresh



atrav99
02-25-2009, 12:30 PM
12345

linder
02-26-2009, 01:08 PM
Markus,

You can use the "#get ini..." compiler directive to read values from an INI file at compile time. Then store the value in a compiler variable and use it in your "Editi INI..." script function.

Does this help?

Friedrich

atrav99
03-03-2009, 12:48 AM
12345

linder
03-03-2009, 02:23 AM
Markus,

Aha, okay. I understand.

So you are looking for a function that can read a complete text (or .INI) file on the development machine at installer compile time and uses the contents in the "Edit INI File..." function, correct?

Friedrich

atrav99
03-03-2009, 02:34 AM
12345

linder
03-03-2009, 03:17 AM
Okay :) From the technical point of view, it should not be a problem. We'll play with the SB7 compiler to see what we can do here.

Friedrich