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

ComponentCompareSizeRequired  -- Error


2 replies to this topic

MichaelTedesco

MichaelTedesco
  • Members
  • 8 posts

Posted 08 February 2002 - 17:17

I've built a simple IS Pro 6.3 install.  I'm getting a message "There is not enough space to install these options(s)."  When I run the install on a Windows 98 PC.  I'm trying to install a 1 kb file:  there is 3.49 GB free space on the hard drive.

Any help on this would be appreciated.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 09 February 2002 - 09:47

Maybe some custom destination patch isn't set? Be sure to call ComponentSetTarget if required.

MichaelTedesco

MichaelTedesco
  • Members
  • 8 posts

Posted 10 February 2002 - 21:30

Thanks Stefan -- here was the problem:  
my  File Group destination path value contained a period (e.g., "<OutFile 1.0>").  I removed the period and the install ran correctly.