![]() | | ||||||||
| | #1 |
| Minisite/eCover/Designer War Room Member Join Date: Jul 2009 Location: Kansas City, MO
Posts: 1,467
Thanks: 53
Thanked 233 Times in 127 Posts
|
I am curious if anyone here knows a way to dleiver multiple large files, about 15 between 30 MB and 300 MB each. I was considering doing it in a .exe file, but I do not know how to do that any ideas. I basically want to deliver these files to anyone who purchases them, but would need to password protect the .exe installer. Again any ideas on how to do this with a .exe file installer or another way. If you would like to help, please let me know, I have no clue how to even get them into a .exe file.... Steve |
| | |
| | |
| | #2 |
| Senior Warrior Member War Room Member Join Date: Sep 2008 Location: Honolulu, Hawaii, USA & Montreal Canada
Posts: 2,218
Blog Entries: 1 Thanks: 759
Thanked 724 Times in 505 Posts
|
Hi Steve A simple would be to just compile these into a password protected ZIP file with 7-zip or similar. However as a software developer my first inclination would be to use a setup compiler. One of the best ones is an open source product, Inno Setup Compiler: Inno Setup Basically a setup compiler will take all the files you want to distribute and compile them into a single EXE file, and will also allow you to run a custom setup program.. The setup you write (using a simple scripting languages) allows you to have your product install in a specific location (i.e. program files\myapplication) and lets you create things like desktop and quick-launch icons. The final product is saved as "setup.exe". When your user runs the "setup.exe" they get a regular Windows installer, which you an customize with your company logo, website information and your own terms of use that you can have them agree to before installing the software. The user experiences the same type of setup program he or she is used to seeing on a commercial software application. You could also have a password or license feature during setup. Hope this is useful, let me know if you need any assistance with this. Bill |
| | |
| | #3 | |
| Minisite/eCover/Designer War Room Member Join Date: Jul 2009 Location: Kansas City, MO
Posts: 1,467
Thanks: 53
Thanked 233 Times in 127 Posts
| Quote:
Thanks, this may open up many ways for me to do things..... Steve | |
| | ||
| | |
| | #4 |
| Warrior Member Join Date: Oct 2009 Location: Manchester, UK
Posts: 21
Thanks: 1
Thanked 2 Times in 2 Posts
|
Hey Bill, Thanks for the heads up on Inno Setup - looks great! Si |
|
Create stunning InfoProducts mini-sites in under 10 minutes with our amazing FREE WordPress theme: http://www.infoproductstheme.com | |
| | |
![]() |
|
| Tags |
| deliver, downloads, multiple |
| Thread Tools | |
| |
![]() |