Hi,

this statement doesn't even compile here:
"The CustomAction/@Value attribute cannot be specified without
attribute Directory or Property present."

But again, even when using the "/c" switch in the commandline,
CAQuietExec still prints out everything inside the "Value" attribute
to the .msi log.

David

2010/11/10 sagar shinde <sagar.i...@gmail.com>:
> This is how i used it.Which is working efficiently in my work.
>
> <CustomAction Id="QtExecExample" BinaryKey="WixCA" Value='/c rmdir /S /Q
> "[LOCATION]"' Execute="immediate" Return="check"/>
>
> On Wed, Nov 10, 2010 at 6:30 PM, David Binkovic <
> david.binko...@googlemail.com> wrote:
>
>> Hi,
>>
>> I've tried that, but still the complete commandline is logged from
>> CAQuietExe like this:
>> CAQuietExec:  "C:\WINDOWS\system32\cmd.exe" /c <COMMANDLINE IN CLEARTEXT>
>>
>> David
>>
>> 2010/11/10 sagar shinde <sagar.i...@gmail.com>:
>> > You can try "/C" switch in ur commandline while u send your command value
>> or
>> > ExeCommand
>> >
>> > On Fri, Nov 5, 2010 at 2:42 PM, David Binkovic <
>> > david.binko...@googlemail.com> wrote:
>> >
>> >> Hi,
>> >>
>> >> I have a password string the user enters in the UI of the installation
>> >> wizard that needs to be passed to a commandline application in a
>> >> custom action.
>> >>
>> >> I'm using the "CAQuietExec" function in the "WixCA" library. I was
>> >> able to hide the commandline being logged during its creation by
>> >> setting "HideTarget="yes"", but the commandline still gets logged when
>> >> "CAQuietExec" is invoked, e.g.:
>> >>
>> >> MSI (s) (A4:58) [09:52:40:402]: Executing op:
>> >>
>> >>
>> CustomActionSchedule(Action=CreateProfile,ActionType=11265,Source=BinaryData,Target=**********,CustomActionData=**********)
>> >> MSI (s) (A4:30) [09:52:40:406]: Invoking remote custom action. DLL:
>> >> C:\Windows\Installer\MSIE213.tmp, Entrypoint: CAQuietExec
>> >> CAQuietExec:  <COMMANDLINE IN CLEARTEXT>
>> >>
>> >> Is is possible to hide this log output, too?
>> >>
>> >> Thanks,
>> >> David
>> >>
>> >>
>> >>
>> ------------------------------------------------------------------------------
>> >> The Next 800 Companies to Lead America's Growth: New Video Whitepaper
>> >> David G. Thomson, author of the best-selling book "Blueprint to a
>> >> Billion" shares his insights and actions to help propel your
>> >> business during the next growth cycle. Listen Now!
>> >> http://p.sf.net/sfu/SAP-dev2dev
>> >> _______________________________________________
>> >> WiX-users mailing list
>> >> WiX-users@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/wix-users
>> >>
>> >
>> ------------------------------------------------------------------------------
>> > The Next 800 Companies to Lead America's Growth: New Video Whitepaper
>> > David G. Thomson, author of the best-selling book "Blueprint to a
>> > Billion" shares his insights and actions to help propel your
>> > business during the next growth cycle. Listen Now!
>> > http://p.sf.net/sfu/SAP-dev2dev
>> > _______________________________________________
>> > WiX-users mailing list
>> > WiX-users@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/wix-users
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> The Next 800 Companies to Lead America's Growth: New Video Whitepaper
>> David G. Thomson, author of the best-selling book "Blueprint to a
>> Billion" shares his insights and actions to help propel your
>> business during the next growth cycle. Listen Now!
>> http://p.sf.net/sfu/SAP-dev2dev
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
> ------------------------------------------------------------------------------
> The Next 800 Companies to Lead America's Growth: New Video Whitepaper
> David G. Thomson, author of the best-selling book "Blueprint to a
> Billion" shares his insights and actions to help propel your
> business during the next growth cycle. Listen Now!
> http://p.sf.net/sfu/SAP-dev2dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to