Archive: I need help ....


I need help ....
I am a beginner NSIS user. I Have some questions about NSIS script.

1) how do you use the DOS command in a script NSIS (under window)?

2) How to set a new environment variable ?


1. Use Exec, ExecWait, or the nsExec plugin. (you can get more info on these 3 methods by looking at the NSIS help, the examples, and docs that are included with the NSIS install.)

2. Look at this:
http://nsis.sourceforge.net/wiki/Set...ment_Variables