I have an installShield project that deploys 2 files:
I put both files in "Files and Folders" (under application data).
When I build the project it creates setup.exe and simply put the 2 files in the same folder as the setup and .msi files (and that's OK).
However, when I run the installer it throws an Error: "error 1310, error writing to file data.rar , verify that you have access to that directory"
If I look at the folder that the installer created - it has both files but the rar is in size 0KB (should be 3.5GB). The second file is in it normal size.
It happens even if I start the installer as administrator.
How can I solve it?
Thanks, Noam
This is a Microsoft limitation with Windows 7 and the MSI technology. If you include a file that is over 2GB in size you will get this error when trying to install. Please try the following possible workaround to copy your 2+ GB file to the target machine: