Forum: NSIS Discussion
20th December 2007, 10:59
|
|
Replies: 11
Views: 10,564
Hi,
this is what I use to start Oracle...
Hi,
this is what I use to start Oracle SQLPlus with SQL commands in a SQL file and put all out put in the details.
Perhaps it can help you.
SetOutPath "$TEMP"
File...
|
Forum: NSIS Discussion
5th February 2007, 14:24
|
|
Replies: 1
Views: 1,952
Environment Variable used by nsExec:ExecToLog
Hi,
I have a problem, which is caused by calling an external program using nsExec:ExecToLog.
I managed to gain some infos that the environment variable (in this case the %PATH%) used by the...
|