PDA

View Full Version : Ini files


zawadi
09-07-2005, 10:57 AM
PLease can any one help,
I have made a setup file that takes sql server settings to put in to an ini file
but I cant get the settings into the ini file, when I run the install it puts %SName% not the value.
How do I gat the Value? :huh

Brett
09-07-2005, 11:25 AM
Make sure you expand the session variable:

SessionVar.Expand("%SName%");

zawadi
09-08-2005, 03:16 AM
thanks, that worked