Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Need help regarding quickpatch installation


2 replies to this topic

prudhvi

prudhvi
  • Members
  • 13 posts

Posted 05 July 2006 - 15:40

Hi,

I got stuck up with the following problem during quick patch installation. I have spent a couple of days to find the solution for the issue but unable to get it solved.

I have created a quick patch installation package to update one of the existing features and setup a log file in the windows registry to log the errors during the installation.

During installation, the wizard was interrupted and reported with the Error code: 1603

On tracing the errors in the event log, it was observed that all the custom actions which were defined for full installation are getting executed in the sequence and thus making the installation failure.

The following is the error generated:

Action 14:42:59: PatchWelcome. Dialog created
MSI © (A8:90) [14:42:59:624]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI © (A8:90) [14:42:59:624]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI © (A8:90) [14:42:59:624]: Note: 1: 2205 2: 3: _RemoveFilePath
Action ended 14:43:01: PatchWelcome. Return value 1.
MSI © (A8:4C) [14:43:01:686]: Skipping action: GetOldVersionCustInfo (condition is false)
MSI © (A8:4C) [14:43:01:686]: Skipping action: FillMSDEInstances (condition is false)
MSI © (A8:4C) [14:43:01:686]: Skipping action: InstallWelcome (condition is false)
MSI © (A8:4C) [14:43:01:686]: Skipping action: SetupResume (condition is false)
MSI © (A8:4C) [14:43:01:686]: Skipping action: SetupUpgrade (condition is false)
MSI © (A8:4C) [14:43:01:686]: Skipping action: MaintenanceWelcome (condition is false)
MSI © (A8:4C) [14:43:01:686]: Skipping action: SEOnBegin (condition is false)
MSI © (A8:4C) [14:43:01:686]: Skipping action: GetVDIRNames (condition is false)
MSI © (A8:4C) [14:43:01:686]: Skipping action: ReadConnectionString (condition is false)
MSI © (A8:4C) [14:43:01:686]: Doing action: CheckSETUPEXEDIR
Action 14:43:01: CheckSETUPEXEDIR.
Action start 14:43:01: CheckSETUPEXEDIR.
MSI © (A8:4C) [14:43:01:686]: Transforming table CustomAction.

MSI © (A8:4C) [14:43:01:686]: Transforming table CustomAction.

MSI © (A8:4C) [14:43:01:686]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI © (A8:4C) [14:43:01:686]: Transforming table Binary.

MSI © (A8:4C) [14:43:01:686]: Transforming table Binary.

MSI © (A8:4C) [14:43:01:686]: Note: 1: 2262 2: Binary 3: -2147287038
MSI © (A8:70) [14:43:01:733]: Invoking remote custom action. DLL: C:\DOCUME~1\VARAPR~1\LOCALS~1\Temp\MSI9BB.tmp, Entrypoint: f25
1: RPC runtime reported exception 0x6ba
Action ended 14:43:01: CheckSETUPEXEDIR. Return value 3.



Is there something that I should perform during the creation of quick patch installation package to supress the execution of custom actions.

Kindly let me know the points to be considered during the creation of quick patch installation package.


I appreciate you for the help.

Edited by prudhvi, 06 July 2006 - 05:33.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 06 July 2006 - 17:27

I'm not familar with the execution options for custom actions inExpress, but I guess any action that runs during install should also run during maintenance operations, such as repair or patch. I guess that's by design. (In Professional and Premier you can specify conditions such as Not PATCH)

prudhvi

prudhvi
  • Members
  • 13 posts

Posted 07 July 2006 - 11:46

Hi Stefan,

Thanks a lot for your suggestion.