|
From: Anton V. <avo...@ya...> - 2011-04-21 08:11:26
|
21.04.2011, 11:20, "Elliott Slaughter" <ell...@gm...>: > I'm hoping to at least find a way to check dynamically if the string is too long and avoid smashing PATH. I don't know if there will be any better solution until a new version of NSIS comes out. An idea: try to set some temporary env variable, and then read it's value. It the variable wasn't smashed, then PATH will not be smashed too. |