Reputation: 233
I'm having trouble getting the downloadable data files to work in Install4j. Here's what I'm doing. I expected to see the "phony_license_web.txt" in the AppData\Programs\myprogram folder.
I tried a Download Installation Components action but removed it since the documentation said Install Files would do this automatically.
Thanks, Carl
Updated Test Case
Upvotes: 2
Views: 271
Reputation: 48005
Downloadable data files works with installation components, not with single files. You have to create an installation component on the
Files->Installation Components
step and mark it as downloadable. Then the compiler will create data files that you have to host on your web server under the specified URL.
Upvotes: 0