Hi All,

I have an executable which has to be launched as a custom action. It is a
temporary one, I have to run and delete it after that.

When I add it as a Binary and Custom action it works.

 

<Binary Id="SetConfigExe"
SourceFile="$(var.SetConfig.TargetDir)SetConfig.exe" />

<CustomAction Id="RunSetConfig" PAR1=[SOMEPAR1]" />

 

Now I want to execute it silently, I added an action  to set RunSetConfig
property and another CAQuietExec custom action to execute.

 

<CustomAction Id="RunSetConfig" BinaryKey="WixCA" DllEntry="CAQuietExec"
Execute="deferred" Return="check" Impersonate="no"/>

 

>From the log file I see that exe name and parameters are assigned properly
but with no path to the exe and installer seems cannot find that exe. Any
way to point the action on a binary? I don't want to include that exe as a
component.

 

Thanks,

Vladimir

 

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to