SetupBuilder Community  

Go Back   SetupBuilder Community > SetupBuilder Software Installation System > SetupBuilder

Reply
 
Thread Tools Display Modes
  #1  
Old 04-26-2012, 02:53 PM
susan susan is offline
Junior Member
 
Join Date: Jun 2010
Posts: 2
Default SB 6.9 File Size Limitation?

I'm using SB 6.9 Developmer Edition on Windows Server 2003 R2 (32-bit) . I am creating an installer that is ~ 741MB. The compiler completes without error or warning but the resulting .exe properties do not contain the file version and the file icon in Explorer is not the usual installer icon. I can still execute the installer.

If I remove a file to make the installer size above 500MB but below 741MB size, the installer .exe does have the file properties and the expected icon.

Is there a file size limitation for creating an installer in 6.9? If not, are there any ideas as to why this is happening?

Thanks for your help!
Reply With Quote
  #2  
Old 04-26-2012, 11:38 PM
linder linder is online now
Administrator
 
Join Date: Mar 2004
Posts: 2,708
Default Re: SB 6.9 File Size Limitation?

Susan,

This is not a SetupBuilder bug or limitation. If you compile a Windows application (with Visual Studio, Clarion, Visual Basic, SetupBuilder, etc.) that is more than several hundred megabytes in size, Windows Explorer may show a generic "Application" icon for that file in place of the expected icon. And when you view the File Properties, the Version tab may be missing.

This is not a SetupBuilder issue. The problem is caused by the Windows APIs Explorer uses to extract icons and version info. They try to map the entir file into memory; when there isn't a large enough contiguous block of address space available, they fail.

In SetupBuilder 7, it is possible to work around this by creating a "Custom (for UAC-aware systems)" media type. This option lets you compile your large installation into a small setup.exe and a setup.bin file (with an option to generate a multiple-volume disk set), limiting setup.exe to a size Explorer can handle.

Does this help?

Friedrich
Reply With Quote
  #3  
Old 04-27-2012, 12:09 AM
susan susan is offline
Junior Member
 
Join Date: Jun 2010
Posts: 2
Default Re: SB 6.9 File Size Limitation?

Yes that does help! Thank you very much!

--Susan
Reply With Quote
  #4  
Old 04-27-2012, 12:57 AM
linder linder is online now
Administrator
 
Join Date: Mar 2004
Posts: 2,708
Default Re: SB 6.9 File Size Limitation?

You are welcome

Friedrich
Reply With Quote
Reply

Tags
None


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 04:15 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright © 2004-2012 Lindersoft