i am trying to add the quiet execution custom action to an installer and
having difficulty -
i added the configuration to the wxs for the custom action and the installer
fails to complete - the logging is crytpic
Property(C): DBDRIVER = oracle.jdbc.driver.OracleDriver
=== Logging stopped: 8/14/2008 15:40:10 ===
MSI (c) (DC:C0) [15:40:10:087]: Note: 1: 1708
MSI (c) (DC:C0) [15:40:10:087]: Product: Qxxxu -- Installation failed.
MSI (c) (DC:C0) [15:40:10:743]: Grabbed execution mutex.
MSI (c) (DC:C0) [15:40:10:743]: Cleaning up uninstalled install packages, if
any exist
MSI (c) (DC:C0) [15:40:12:806]: MainEngineThread is returning 1603
=== Verbose logging stopped: 8/14/2008 15:40:12 ===
here is the configuration i added:
<CustomAction BinaryKey="wixca" Id="Schemamanager"
DllEntry="CAQuietExec"
Execute="immediate" Return="check"/>
<Property Id="JAVAHOME">
<RegistrySearch Id="FindJavaHome"
Root="HKLM"
Key="SOFTWARE\JavaSoft\Java Runtime Environment\1.5"
Name="JavaHome"
Type="raw" />
</Property>
<Property Id="Schemamanager" Value="[JAVAHOME]\bin\java.exe -jar
[INSTALLDIR]SchemaManager/5.0/SchemaManager5.0.jar -p
[INSTALLDIR]SchemaManager/5.0/database.properties -m
[INSTALLDIR]deploy/adminportal.war -i"/>
<InstallExecuteSequence>
<Custom Action="Schemamanager" After="UpdateDBPWORD"/>
</InstallExecuteSequence>
<Binary Id="wixca" src="source\wixca.dll"/>
do you see what i am doing wrong or can you point me to some better
debugging techniques?
thanks
--
View this message in context:
http://n2.nabble.com/newbie-trouble-with-implementing-custom-action-tp725337p725337.html
Sent from the wix-users mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users