Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2003
    Posts
    1

    output size too big

    Hey well I just started using Setup Factory 6 two days ago. I've been trying to bundle a 500KB screensaver installer with a 80KB program (both are exe files) and I want them to execute while the my installer runs under silent mode. Anyway, all I did was set both files as primer files, then under Actions > Before Installing , I put 2 commands

    Execute (%TempLaunchDir%\scrnsvr.exe)
    Execute (%TempLaunchDir%\prog1.exe)

    After building, I noticed that the output file setup.exe came to about 1.33MB (it jumped almost 700KB). So why is the output file so big? Is there something I can do before build time to make sure the output doesn't get so big?

    Thanks!

  2. #2
    Join Date
    Jul 2001
    Location
    Indigo Rose Software
    Posts
    1,834
    The smallest the runtime will be for an install generated from Setup Factory 6.0 is about 450 KB and that is without screens or actions. With the default screens it will be about 490 KB. The size after that will depend upon what files or the amount of actions that are included. That is about as small as your are going to get.

  3. #3
    Join Date
    Oct 2003
    Posts
    908
    If you compare that to other "leading" installers, you'll see that their base runtime is much larger... That's one of Setup Factory's strengths - it makes very compact and *very* fast installers.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts