You could include the file as a Binary, then have a custom action call it:

<Binary Id="MyEXE" SourceFile="..\MyFile.exe" />
<CustomAction Id="DoMyThing" BinaryKey="MyEXE" Execute="deferred" />

-Adam

On Tue, Jan 3, 2012 at 12:06 PM, Kevin Hebert <ke...@legendary-immersion.com
> wrote:

> I have an sslConnect function which requires a file that is normally
> installed before the function is called.  However, due to a change in
> what the client wants, I need to call the function before its
> installed.  Is there a way to access the file before installation?  Thanks.
>
> --
> Kevin Hebert
>
>
> ------------------------------------------------------------------------------
> Write once. Port to many.
> Get the SDK and tools to simplify cross-platform app development. Create
> new or port existing apps to sell to consumers worldwide. Explore the
> Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
> http://p.sf.net/sfu/intel-appdev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to