Re: [WiX-users] how to use quiet custom action

2007-12-05 Thread Julie Campbell
I'm running an older WiX v3 build, but I see this in my wix.chm file:

Property Id=QtExecCmdLine Value=command line to run/
CustomAction Id=QtExec BinaryKey=wixca DllEntry=CAQuietExec
Execute=immediate Return=check/
Binary Id=wixca src=wixca.dll/
.

Property Id=QtExecDeferred Value=command line to run/
CustomAction Id=QtExecDeferred BinaryKey=wixca DllEntry=CAQuietExec
Execute=deferred Return=check/

The command line needs to be set to a property, not in the Value attribute.

Julie Campbell
[EMAIL PROTECTED]

--

Message: 5
Date: Wed, 05 Dec 2007 11:06:26 +1300
From: Adam Langley [EMAIL PROTECTED]
Subject: Re: [WiX-users] how to use quiet custom action
To: wix-users@lists.sourceforge.net
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=iso-8859-1

Hi,

I followed the instruction below, and copied the example in WiX.chm, I get
the following ICE68 error:

Error   7   ICE68: Invalid custom action type for action

This is the example used...

CustomAction Id=QtExecDeferredExampleWithProperty_Cmd
Property=QtExecDeferredExampleWithProperty
  Value=quot;[#MyExecutable.exe]quot; Execute=immediate
Return=ignore/
CustomAction Id=QtExecDeferredExampleWithProperty BinaryKey=WixCA
DllEntry=CAQuietExec
  Execute=deferred Return=check Impersonate=no/
.
.
.
InstallExecuteSequence
Custom Action=QtExecDeferredExampleWithProperty_Cmd
After=CostFinalize/
Custom Action=QtExecDeferredExampleWithProperty
After=TheActionYouWantItAfter/
/InstallExecuteSequence

Thanks

 - Adam Langley



_
Scanned by IBM Email Security Management Services powered by MessageLabs. For 
more information please visit http://www.ers.ibm.com
_

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] how to use quiet custom action

2007-11-27 Thread Rob Mensching
There are topics in the WiX.chm file about the Quite Exec custom action.

diwakar09 wrote:
 Hi,

   
   In my installation i am using custom action for changing the file
 contents, I need to change 8-9 files. It shows many command window at
 installation, I want to hide these windows,

  I am very new to wix,
 So if any one can provide some sample that can clarify how to use quiet
 custom action, will good for me
 Please help me
 Thanx in advance.
   


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] how to use quiet custom action

2007-11-23 Thread diwakar09

Hi,

  
  In my installation i am using custom action for changing the file
contents, I need to change 8-9 files. It shows many command window at
installation, I want to hide these windows,

 I am very new to wix,
So if any one can provide some sample that can clarify how to use quiet
custom action, will good for me
Please help me
Thanx in advance.
-- 
View this message in context: 
http://www.nabble.com/how-to-use-quiet-custom-action-tf4860845.html#a13910158
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users