Search found 4 matches

Go to advanced search

by whistle
Wed May 23, 2012 6:41 am
Forum: Common Problems
Topic: Creating MSI database... error.
Replies: 4
Views: 4493
 
Jump to post

Re: Creating MSI database... error.

mihai.petcu wrote:Hello,

Here's a similar thread you can follow regarding this.

All the best,
Mihai
I try it. But it does not work.

And, I delete the project and create a same one. It can build successfully.

thank you very much.
by whistle
Tue May 22, 2012 12:48 pm
Forum: Common Problems
Topic: Install and configure mysql
Replies: 10
Views: 32112
 
Jump to post

Re: Install and configure mysql

Hi,

To install mysql server , you can use the following commandline:
mysqld.exe" --install "ServiceName" --defaults-file="path\my.ini"
in this case ,mysql is a service and it will be started automatically.

To create database and add some data to the mysql, you can use the following commandline ...
by whistle
Sat May 19, 2012 12:47 pm
Forum: Common Problems
Topic: Creating MSI database... error.
Replies: 4
Views: 4493
 
Jump to post

Re: Creating MSI database... error.

my os is windows xp sp3, and the os is installed in the vm.
by whistle
Sat May 19, 2012 12:35 pm
Forum: Common Problems
Topic: Creating MSI database... error.
Replies: 4
Views: 4493
 
Jump to post

Creating MSI database... error.

When I build the the project, it shows the following error:

Creating MSI database... error.
Error calling MSI API: 1627 Method: MsiDatabaseImport Table: Component. Extended Error: 1: 2216 2: D:\DLPManageInst\DLPManage-SetupFiles\DLPManage.msi 3: Component.idt 4: 193 .

Build finished because an ...

Go to advanced search