|
|
#1 |
|
Junior Member
Join Date: Jun 2001
Location: Austin, TX
Posts: 1
|
I have set up a NSIS installer and now find that I need the ability to set the system PATH variable on various flavors of Windows as part of the install. Does anyone know of a good tool for handling this that I could include in my install?
|
|
|
|
|
|
#3 |
|
Member
Join Date: Apr 2001
Posts: 89
|
No, he means the system environment variable PATH, which controls how the Windows GUI and CMD.EXE/COMMAND.COM search for executable files.
Strangely enough, I couldn't find a simple EXE file to do the job. You have three choices, it seems: 1) Remove PATH-dependance from the program (probably not a viable option) 2) Write your own little tool to set the PATH on Windows systems (add "SET PATH=%PATH%;c:\blah" to autoexec.bat for Win9x *and* find the right WinNT API call) 3) Beg someone else to do choice #2 ;( |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|