I'm started to work with NSIS. It's a great installer.
But I need a little help.
After installing SQL Server, the command sqlcmd should be available for calling from commandprompt. Because SQL Server add the Commandtool Path to Enviroment Vars.
But it i can't just call sqlcmd. I have to call the full path.
I think it's because NSIS have the old enviroments vars in cache.
How can I refresh this cache so that i can just call
?ExecWait 'SQLCMD ...'