Try >> for >> -----Original Message----- From: phillip_sid...@dellteam.com [mailto:phillip_sid...@dellteam.com] Sent: Thursday, March 05, 2009 4:17 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] sending CustomAction output to stdout
So I have this CustomAction that performs a database synchronization and I would like to take the output and put it in a log file: <CustomAction Id="DeployDatabase" FileKey="VSDBCMD.EXE" ExeCommand=' /a:Deploy [DEPLOYFLAG] /cs:"Data Source=localhost;Initial Catalog=[TARGETDB];Integrated Security=True" /dsp:Sql /model:"[APPPATH][DBPROJECT]\[DBPROJECT].dbschema" /p:TargetDatabase="[TARGETDB]" /Script:"[APPPATH]Output\[TARGETDB].sql"' Execute="deferred" Return="ignore" HideTarget="no" Impersonate="no" /> I tried adding the following, but it does not seem to like ">>". Am I missing something simple? <CustomAction Id="DeployDatabase" FileKey="VSDBCMD.EXE" ExeCommand=' /a:Deploy [DEPLOYFLAG] /cs:"Data Source=localhost;Initial Catalog=[TARGETDB];Integrated Security=True" /dsp:Sql /model:"[APPPATH][DBPROJECT]\[DBPROJECT].dbschema" /p:TargetDatabase="[TARGETDB]" /Script:"[APPPATH]Output\[TARGETDB].sql" >> "[APPPATH]Output\[TARGETDB].log"' Execute="deferred" Return="ignore" HideTarget="no" Impersonate="no" /> Of course if I execute the resultant command manually it works fine. - Phil ------------------------------------------------------------------------ ------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -------------------------------------------------------------------------- This message w/attachments (message) may be privileged, confidential or proprietary, and if you are not an intended recipient, please notify the sender, do not use or share it and delete it. Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Merrill Lynch. Subject to applicable law, Merrill Lynch may monitor, review and retain e-communications (EC) traveling through its networks/systems. The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or error-free. References to "Merrill Lynch" are references to any company in the Merrill Lynch & Co., Inc. group of companies, which are wholly-owned by Bank of America Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a Condition to Any Banking Service or Activity * Are Not Insured by Any Federal Government Agency. Attachments that are part of this E-communication may have additional important disclosures and disclaimers, which you should read. This message is subject to terms available at the following link: http://www.ml.com/e-communications_terms/. By messaging with Merrill Lynch you consent to the foregoing. -------------------------------------------------------------------------- ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users