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

IKernel crash during selfregistration


1 reply to this topic

guy

guy
  • Members
  • 19 posts

Posted 06 March 2003 - 18:30

Hi

I have a setup that crash on some computers during the selfregistration process.
I solved this problem by setting all file groups "Self-Registered" option to no and then execute a batch file I wrote which register all dlls and ocxs using regsvr32.

there is no log file or any normal message that installshield engine displays.

Another thing: when I had some file groups that were marked as self registered, this action was not done on some machines.

Does anyone is familliar with these behaviors?
Guy

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 06 March 2003 - 19:03

By default, self-registered files are done on-the-fly.  Turning that registration process off and deferring to your batch file is similar to changing this default option.

To do so, call Enable(SELFREGISTERBATCH) prior to transferring any files.  This avoids any dependency problems which may be what you are experiencing here.

Hope it helps.
user posted image