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

ReadyToInstall Fails


3 replies to this topic

rasheed

rasheed
  • Members
  • 14 posts

Posted 10 August 2001 - 12:51

I am facing problem when I insert a custom action ( which creates registry entries ) in UI sequence. The ReadytoInstall Dialog terminates with out copying the files.  I am calling this custom action in CustomSetup dialog next button. Does anyone knows why the ReadytoInstall terminates?.

Irina

Irina
  • Members
  • 227 posts

Posted 10 August 2001 - 14:14

Hi,
If you don't check in the Custom Action Wizard box "Ingnore custom action return code" and your custom action failed for any reason then Windows Installer receives any bad error code and terminates the installation. It maybe a reason.The Windows Installer will not analyze an return code from your custom action if you'll check this box.
Good luck!

rasheed

rasheed
  • Members
  • 14 posts

Posted 13 August 2001 - 11:06

Thanks Irina, It works fine with that check

Ian Blake

Ian Blake
  • Members
  • 483 posts

Posted 13 August 2001 - 11:17

Just a comment.  You should not be creating registry keys in the UI.  Any action that modifies the target system should take place in the execute sequence.