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

Idriver.exe got crashed before file copy


3 replies to this topic

vishnub

vishnub
  • Full Members
  • 63 posts

Posted 23 August 2005 - 13:47

Hi All,

I am using InstallScriptMSI project in InstallShield11. I recently upgraded from ISx to IS11 with HotFix4. I am using 17 release flags, if i build the whole product with all 17 release flags, installer got crashed before file copy followed by Error 1628. I tested this in Win2k with SP4 which doesn't have any application error in event viewer. But i can able to get application error in Win2003 server at memory address 0x00068077. After trying with the build done in IS11, build done in ISx is also getting failed, previously ISx build is working fine.

When i build the product with few release flags it is working fine. Is there any limitation in Release flags. Why build made in ISx is also not working after trying with build made in IS11. Please help to solve this issue.

This is the error i got in Win2003 event viewer

Event Type: Error
Event Source: Application Error
Event Category: (100)
Event ID: 1000
Date: 8/23/2005
Time: 12:35:26 PM
User: N/A
Computer: WIN133
Description:
Faulting application IDriver.exe, version 11.0.0.28844, faulting module IDriver.exe, version 11.0.0.28844, fault address 0x00068077.

For more information, see Help and Support Center at http://go.microsoft....link/events.asp.
Data:
0000: 41 70 70 6c 69 63 61 74 Applicat
0008: 69 6f 6e 20 46 61 69 6c ion Fail
0010: 75 72 65 20 20 49 44 72 ure IDr
0018: 69 76 65 72 2e 65 78 65 iver.exe
0020: 20 31 31 2e 30 2e 30 2e 11.0.0.
0028: 32 38 38 34 34 20 69 6e 28844 in
0030: 20 49 44 72 69 76 65 72 IDriver
0038: 2e 65 78 65 20 31 31 2e .exe 11.
0040: 30 2e 30 2e 32 38 38 34 0.0.2884
0048: 34 20 61 74 20 6f 66 66 4 at off
0050: 73 65 74 20 30 30 30 36 set 0006
0058: 38 30 37 37 8077


Thanking you in anticipation

Vishnu

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 24 August 2005 - 18:25

I don't know. Maybe a string overflow? Try with shorter release flag names.

vishnub

vishnub
  • Full Members
  • 63 posts

Posted 01 September 2005 - 07:17

Hi Stefan,
Thanks for your reply, sorry for delayed response. I tried with shorter Release Flags, but it doesn't fix the problem. And i hve noticed another thing, installer will hang during file copy when the INSTALLDIR value goes beyond 12 chars. Installer is hanging more than a day, in verbose log i can see its hanging at Install Validate event. Is there any max limit for the properties like INSTALLDIR.

I tried by giving two levels of installation directory name in Browse window in SdAdkDest dlg. Can you confirm the max limit for such properties.


Thanks
Vishnu smile.gif

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 01 September 2005 - 14:17

To see in which action it is really hanging you need to use the ! switch.
And no, I haven't seen this before.