Forum Moderators: open

Message Too Old, No Replies

How do I sell downloadable install file?

         

dtribble

1:02 am on Mar 2, 2004 (gmt 0)

10+ Year Member



Hi all,
I want to be able to let my users pay for a program and then download and install it. I'm using Verisign's payflow link for payment. My site is built using asp.net.

A few questions:

- How can I make it so users can only get/download the .exe file once they have paid?

- How can I hide the url of the download from the user so they don't download it again and again?

-Anything else I should keep in mind as I do this? The file is fairly large. Do I need to put it on mirror sites?

Thanks for any help you can offer...

-Damon

ziggystardust

3:43 pm on Mar 3, 2004 (gmt 0)

10+ Year Member



Hi dtribble,

I don't know the answer to your questions, but I've got another suggestion for you.

One solution could be to let anyone download the .exe and check for a valid license key once they try to install it.

Ie. once the customer pays for the software, a key is generated for them and stored in a database of paid-for licenses. They download the software and start the installer. The installer then asks them for a key, checks the key against the DB and starts installing (or not).

Good luck
//ZS

morpheus83

9:29 am on Mar 5, 2004 (gmt 0)

10+ Year Member Top Contributors Of The Month



I think making sessions which kill themselves once the user clicks the download now link.