Hi All
I'm trying to make a package installer for my c# application and Firebird as my database. And i use NSIS.
what i want to do is :
1.install Firebird
2.Create a Database
3.install my c# application
for step 1 and 3 is ok but for step 2 (create database) --> database is not created.
i use this command :
ExecDos::exec "C:\Program Files\Firebird\Firebird_2_5\bin\isql.exe" "CREATE DATABASE 'localhost:D:\Testwini.FDB';$\nuser 'SYSDBA' password 'masterkey';$\nexit;$\n"
anybody help me please...:)
thanx before.