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

OnInstalled events not executed on NT


2 replies to this topic

crispy

crispy
  • Members
  • 6 posts

Posted 22 May 2002 - 16:43

I have an OnInstalled event handler for my main feature (required to be installed).  

On Windows 2000, it executes correctly.  On Windows NT, however, it fails to execute.  

I'm using Developer 7.03.  Is anyone seeing similar behavior?

Chris Pascoe

crispy

crispy
  • Members
  • 6 posts

Posted 22 May 2002 - 16:44

I forgot to mention, the log for the installation indicates that the OnFeaturesInstalled custom action is being executed.  It seems that my specific routine is not getting executed.

crispy

crispy
  • Members
  • 6 posts

Posted 22 May 2002 - 17:23

This was my mistake.  I was calling a Windows 2000 only routine (GetComputerNameEx) from the script.  The script was dying because it could not find the function on Windows NT.

Chris Pascoe