Guenome
12th March 2008 18:38 UTC
Setting Environment Variables at run-time
Hi all.
I search a function or a method to the set some environment variables (like http://nsis.sourceforge.net/wiki/Set...ment_Variables) but at run-time like the path manupulation all users/current user selection in run-time (http://nsis.sourceforge.net/Path_man...on_in_run-time).
Is anyone have already wrote a simular function ?
kichik
16th March 2008 20:46 UTC
Those are for runtime. What exactly are you looking for?
Guenome
17th March 2008 11:32 UTC
The 'Setting Environement Variables' functions (http://nsis.sourceforge.net/Setting_...ment_Variables) uses !define to specify current/all users. It's a compile time choice. I need a runtime choice. I am re-writing these functions in the same way that the 'Path manipulation at runtime' (http://nsis.sourceforge.net/Path_man...on_in_run-time).