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
self contained .exe triples install size
-
- Site Admin
- Posts: 364
- Joined: Mon Jul 30, 2007 11:51 am
- Location: USA
- Contact:
The problem is that you are installing a folder in the form:and also you are installing another subfolder in the following way: That is causing files in subfolder Folder1\\Folder2\\Folder3 being included more than once.
Code: Select all
Install Files Folder1\\Folder2\\*.* to $TARGETDIR$, include subfolders
Code: Select all
Install Files Folder1\\Folder2\\Folder3\\*.* to $TARGETDIR$\\Folder3, include subfolders
Alejandro Ronquillo
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
Who is online
Users browsing this forum: No registered users and 128 guests