I have an installShield project that deploys 2 files:
- A big rar file (3.5GB)
- A 3rd party installation file.
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