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

System Context before RemoveExistingProducts


2 replies to this topic

reflex

reflex
  • Members
  • 30 posts

Posted 24 October 2003 - 12:58

Hey all,

I hope you can help me with this.

I have a custom action that runs that migrates settings from previous installations to be used in the new product. Due to the nature of our old installs they have to be removed before the new product is installed (RemoveExisitingProducts comes just after InstallInitialize).
Unfortunately, in this configuration, my custom action cant run as deferred system context. Does anyone know of a work-around for this?

Kind Regards

Reflex

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 24 October 2003 - 14:30

Move the RemoveExisitingProducts action to a higher sequence number, e.g. after InstallFinalize, or between InstallExecute and InstallFinalize.

reflex

reflex
  • Members
  • 30 posts

Posted 24 October 2003 - 15:54

Thanks Stefan,

I moved it between InstallExecute and InstallFinalise and it solved my problems...

Thanks a million once again for the help

Reflex