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?![]()
Professional Software Development Tools
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?![]()
Make sure you expand the session variable:
SessionVar.Expand("%SName%");
thanks, that worked