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

ComponentInitialize Error


3 replies to this topic

anthonyh

anthonyh
  • Full Members
  • 93 posts

Posted 17 July 2001 - 15:47

   I'm trying to rename my data1.cab file to something else.  I initialize it, but ComponentInitialize always returns -104, and ComponentError gives -132.  As soon as I put it back to using data1.cab it works fine. My install also uses other .cab files, but they all have to be named data1.cab, I can't rename them.
   Does anyone have any ideas on how to get this to work?


Thanks,
Anthony


Perotin

Perotin
  • Full Members
  • 407 posts

Posted 18 July 2001 - 11:21

Are you renaming to something like myname.cab or myname1.cab ?
Are you using SRCDIR?

anthonyh

anthonyh
  • Full Members
  • 93 posts

Posted 18 July 2001 - 14:24

Yes I am renaming my new cab files to xxxx1.cab.  I am also setting the source dir.  My current install works fine using multiple cab files, but they all have to be named data1.cab.  Once I rename it, and change the code to use the new name, it no longer works.