Hi:
I've written a custom action.
It appears from checking the binary table with orca that the ca dll is not been 
added to the database.
The following is the fragment in a .wixlib file:
<!--JAWS Custom Action DLL Definitions. -->
    <Fragment>
      <Binary Id="JAWSInstallCA" 
SourceFile="$(var.SolutionDir)\installca\(Var.ConfigurationName)\installca.dll" 
/>
    </Fragment>
    <!--Custom actions.-->
  <Fragment>
    <!--set ISJAWSINSTALLED property.-->
    <CustomAction Id="SetIsJawsInstalledCustomAction" BinaryKey="JAWSInstallCA" 
DllEntry="SetIsJawsInstalled" Execute="immediate" Return="check" 
SuppressModularization="yes" />
    <InstallUISequence>
      <Custom Action="SetISJawsInstalledCustomAction" Before="AppSearch" 
Overridable="yes" />
      </InstallUISequence>
  </Fragment>
I've based this on the .wixlib that comes with the netfx extension. I was under 
the impression that as I've added the ca id to the uisequence this would add 
the ca to the install.
Any help appreciated.
Cheers
Sean.
------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to