self contained .exe triples install size

Got a problem you cannot solve? Try here.
sparkyflint
Posts: 1
Joined: Thu Dec 20, 2007 2:23 pm

self contained .exe triples install size

Postby sparkyflint » Thu Dec 20, 2007 2:47 pm

I am testing a self contained .exe that is +/- 570mb when compressed and complete.

the install from this creates a 3gig install (should be 620mb w/out compression). on investigation it has tripled the locations of the content from the program (it's multimedia heavy).

Thoughts?

Help?

thanks

Alex_Ronquillo
Site Admin
Posts: 364
Joined: Mon Jul 30, 2007 11:51 am
Location: USA
Contact:

Postby Alex_Ronquillo » Thu Dec 20, 2007 5:41 pm

The problem is that you are installing a folder in the form:

Code: Select all

Install Files Folder1\\Folder2\\*.* to $TARGETDIR$, include subfolders
and also you are installing another subfolder in the following way:

Code: Select all

Install Files Folder1\\Folder2\\Folder3\\*.* to $TARGETDIR$\\Folder3, include subfolders
That is causing files in subfolder Folder1\\Folder2\\Folder3 being included more than once.
Alejandro Ronquillo
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/


Return to “Technical Support”

Who is online

Users browsing this forum: No registered users and 128 guests