[WiX-users] Problem: Database not created

2007-04-11 Thread Moni Chow
Can anybody figure out why database is not created using the codes below (when Database is chosen to be installed in Custom Option)? Thanks! http://schemas.microsoft.com/wix/2003/01/wi";> ...

Re: [WiX-users] Wix for COM+ object

2007-02-11 Thread Moni Chow
Dear Fredrik, I have the same structure as you do in the code except Assembly=".net". This should not be the root cause right? Regards, Moni _ From: Fredrik Grohn [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 5:14 AM To: 'Moni C

[WiX-users] Wix for COM+ object

2007-02-06 Thread Moni Chow
I can't remove the COM+ object when I uninstall the application so that it fails to re-install the application when it checks that the COM+ object already exists. Anybody could show me how to deal with COM+ object using Wix? Thank you very much!!! Best regards, Moni --