Running msiexec with '/log installationLog.txt' the log file contains:

EXEREG_PckgInstllr
Action 17:17:03: EXEREG_PckgInstllr.
Action start 17:17:03: EXEREG_PckgInstllr.
EXEREG_PckgInstllr: 
Action ended 17:17:03: EXEREG_PckgInstllr. Return value 1. 

I take this to mean it ran and succeeded.  Still, the app that depends
upon it does not find it, nor does it exist in the registry until I
manually register it.

Any further suggestions?  I'm going to try Orca to see if it reveals
anything.  Any suggestions of what to look for?

I love inheriting code... =)

Raj

> -----Original Message-----
> From: Brian Simoneau [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, August 09, 2007 11:04 AM
> To: Tanikella, Rajanikanth (SCR US); wix-users@lists.sourceforge.net
> Subject: RE: [WiX-users] Registering an EXE via a Custom Action
> 
> That would imply a different issue.  I would look for your 
> custom action
> in the log to see if it is being run.
> 
> -Brian Simoneau 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Tanikella,
> Rajanikanth (SCR US)
> Sent: Thursday, August 09, 2007 9:56 AM
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Registering an EXE via a Custom Action
> 
> Thanks Brian,
> 
> Upon closer examination, I realize I misspoke:  My custom action is
> scheduled after an action that is scheduled BEFORE InstallFinalize.  I
> recall that scheduling mine to run after InstallFinalize results in an
> error which indicates that mine is an 'in-script' action and 
> can only be
> scheduled between InstallInitialize and InstallFinalize.
> 
> Does that suggest that my failure is due to a different issue?
> 
> Raj
> 
> > -----Original Message-----
> > From: Brian Simoneau [mailto:[EMAIL PROTECTED] 
> > Sent: Thursday, August 09, 2007 9:28 AM
> > To: Tanikella, Rajanikanth (SCR US); wix-users@lists.sourceforge.net
> > Subject: RE: [WiX-users] Registering an EXE via a Custom Action
> > 
> > If your custom action is sequenced after InstallFinalize, 
> > then it should
> > be immediate.  The commit and deferred types can only be 
> used between
> > InstallInitialize and InstallFinalize.
> > 
> > -Brian Simoneau
> _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> > 
> 
> --------------------------------------------------------------
> ----------
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and 
> a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to