when use the following line in nsisRunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove
i get an error message (Error: could not locate INF file). same happens, when i replace $WINDIR with %windir%.nsExec::Exec 'RunDLL32.exe advpack.dll,LaunchINFSection "$WINDIR\INF\msmsgs.inf,BLC.Remove"'
any ideas what the problem is?