Forum: NSIS Discussion
9th June 2006, 09:42
|
|
Replies: 5
Views: 2,860
i just want to create database. there's no...
i just want to create database. there's no problem in installation. to create database, i must reach exe i defined.
i can do it with command line
i run cmd and write "DB2CMD.exe DB2SETCP.BAT...
|
Forum: NSIS Discussion
9th June 2006, 05:46
|
|
Replies: 5
Views: 2,860
|
Forum: NSIS Discussion
8th June 2006, 14:42
|
|
Replies: 5
Views: 2,860
ExecWait exe file problem
Hi;
i have a script which includes command below
ExecWait "DB2CMD.exe DB2SETCP.BAT DB2.EXE"
(i'm trying to open db2 command line proccessor)
when i try to test installer, 80 exes are opening.
i...
|