I am doing a system search for the MSSQL\Backup folder which should exist on our client servers. Once I find the location, I install some new backup devices into that location.
I then want to use this same location in my installscript, to run some sql commands and I need the path of the mssql\backup folder that I found previously.
Unfortunately though - I cannot see any way of getting this information into the scripting side of my install? I had used a parameter called MSSQL_LOCATION as part of the system search and thought I could just call this parameter from the script, but it just keeps returning errors about this unknown parameter.
Can anyone offer any help please !
