I ran into an interesting problem with the log files generated by my
installer.

I have an installer that creates a database and then runs some SQL files to
build the tables, populate them and create procedures. In the SQL scripts,
all database names, table names, column names and owner names are surrounded
by square brackets ( [dbo].[tablename] ). Even if the install runs
successfully, the SQL that gets logged in the log file has the brackets and
everything between them stripped out ( [dbname].[owner].[tablename] gets
reduced to .. in the log file).

I run the installers from the command line:   msiexec /i msiname.msi
LOGVERBOSE=1 /l*v logname.log

I am using MSI 4.5 and WiX 3.0.5210.0. Everything is running on Windows XP
SP2 or SP3.

I was wondering if anyone else has seen this and if so, how do I prevent
this from happening?

Thanks

      *Mike Rerick*
      *Sr. Software Engineer*

[image: Google Docs] <http://www.iwsinc.com>*ImageWare Systems, Inc.*
      9200 S.E. Sunnybrook Blvd., Suite 170
      Clackamas, OR   97015

      Office: (503) 353-8068  Fax: (503) 353-8065

The information contained in this transmission contains potentially privileged, 
export controlled and/or confidential information of Imageware Systems, Inc. or 
its customers or partners.  It is intended only to be read by the person(s) 
named above and for no other purpose.  You are hereby notified that any 
dissemination, distribution, duplication of this communication or use of its 
contents for any purpose not authorized expressly by Imageware Systems, Inc. is 
strictly prohibited and could lead to both civil and/or criminal penalties.  If 
you are not the intended recipient, you are prohibited to review the contents 
herein and please contact the sender by reply e-mail and destroy all copies of 
the original message.  To reply to our e-mail administrator directly, please 
send an e-mail to emailad...@iwsinc.com
------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to