grrr70
11-26-2003, 02:30 PM
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!
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!