Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Protecting a .Net app and implementing a trial period - how? [modified]

Protecting a .Net app and implementing a trial period - how? [modified]

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpadobehelpquestion
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nzmike
    wrote on last edited by
    #1

    Hi all, Hope someone who's had experience releasing commercial software/shareware can help... I have a VB.Net 1.1 app that automates many Photoshop functions to allow people to process whole folders of images into various formats while adding borders, dropshadows, doing conversions to B&W, etc. (It does waaaaay more than that but that's not the point here!) Anwyay, I now want to sell this app on various shareware sites and hope to ask US$19.95 (or thereabouts) but I want to allow a user to download it and either use it for a trial period then stop or else disable certain functionality (like only allowing a max of 5 of the resulting images to be saved etc) until they download and pay for the licensed version. I also need to protect the software from disassembly/reverse engineering and also want do some sort of install/uninstall package. I'm quite an experienced .Net developer but I've never had to do any of the above stuff for a commercial product - anyone know of any good resources to tell where to get started and best practices, etc? TIA for any help/suggestions... Mike -- modified at 0:08 Monday 29th May, 2006

    N E J L 4 Replies Last reply
    0
    • N nzmike

      Hi all, Hope someone who's had experience releasing commercial software/shareware can help... I have a VB.Net 1.1 app that automates many Photoshop functions to allow people to process whole folders of images into various formats while adding borders, dropshadows, doing conversions to B&W, etc. (It does waaaaay more than that but that's not the point here!) Anwyay, I now want to sell this app on various shareware sites and hope to ask US$19.95 (or thereabouts) but I want to allow a user to download it and either use it for a trial period then stop or else disable certain functionality (like only allowing a max of 5 of the resulting images to be saved etc) until they download and pay for the licensed version. I also need to protect the software from disassembly/reverse engineering and also want do some sort of install/uninstall package. I'm quite an experienced .Net developer but I've never had to do any of the above stuff for a commercial product - anyone know of any good resources to tell where to get started and best practices, etc? TIA for any help/suggestions... Mike -- modified at 0:08 Monday 29th May, 2006

      N Offline
      N Offline
      nzmike
      wrote on last edited by
      #2

      Does no-one have any input on this? Surely there must be a few shareware authors out there that could get me started with a few suggestion or recommendations?

      1 Reply Last reply
      0
      • N nzmike

        Hi all, Hope someone who's had experience releasing commercial software/shareware can help... I have a VB.Net 1.1 app that automates many Photoshop functions to allow people to process whole folders of images into various formats while adding borders, dropshadows, doing conversions to B&W, etc. (It does waaaaay more than that but that's not the point here!) Anwyay, I now want to sell this app on various shareware sites and hope to ask US$19.95 (or thereabouts) but I want to allow a user to download it and either use it for a trial period then stop or else disable certain functionality (like only allowing a max of 5 of the resulting images to be saved etc) until they download and pay for the licensed version. I also need to protect the software from disassembly/reverse engineering and also want do some sort of install/uninstall package. I'm quite an experienced .Net developer but I've never had to do any of the above stuff for a commercial product - anyone know of any good resources to tell where to get started and best practices, etc? TIA for any help/suggestions... Mike -- modified at 0:08 Monday 29th May, 2006

        E Offline
        E Offline
        Eric Dahlvang
        wrote on last edited by
        #3

        http://www.siliconrealms.com/[^] Well worth the money. ---------- Some problems are so complex that you have to be highly intelligent and well informed just to be undecided about them. - Laurence J. Peters

        1 Reply Last reply
        0
        • N nzmike

          Hi all, Hope someone who's had experience releasing commercial software/shareware can help... I have a VB.Net 1.1 app that automates many Photoshop functions to allow people to process whole folders of images into various formats while adding borders, dropshadows, doing conversions to B&W, etc. (It does waaaaay more than that but that's not the point here!) Anwyay, I now want to sell this app on various shareware sites and hope to ask US$19.95 (or thereabouts) but I want to allow a user to download it and either use it for a trial period then stop or else disable certain functionality (like only allowing a max of 5 of the resulting images to be saved etc) until they download and pay for the licensed version. I also need to protect the software from disassembly/reverse engineering and also want do some sort of install/uninstall package. I'm quite an experienced .Net developer but I've never had to do any of the above stuff for a commercial product - anyone know of any good resources to tell where to get started and best practices, etc? TIA for any help/suggestions... Mike -- modified at 0:08 Monday 29th May, 2006

          J Offline
          J Offline
          jkirkerx
          wrote on last edited by
          #4

          I use the Safenet USB Keys. They are $590 Dollars for a bag of 10. They will send you a Development kit for no charge, and you get 3 keys. http://www.safenet-inc.com/support/tech/sentinelhardwarekeyspics.htm[^]

          1 Reply Last reply
          0
          • N nzmike

            Hi all, Hope someone who's had experience releasing commercial software/shareware can help... I have a VB.Net 1.1 app that automates many Photoshop functions to allow people to process whole folders of images into various formats while adding borders, dropshadows, doing conversions to B&W, etc. (It does waaaaay more than that but that's not the point here!) Anwyay, I now want to sell this app on various shareware sites and hope to ask US$19.95 (or thereabouts) but I want to allow a user to download it and either use it for a trial period then stop or else disable certain functionality (like only allowing a max of 5 of the resulting images to be saved etc) until they download and pay for the licensed version. I also need to protect the software from disassembly/reverse engineering and also want do some sort of install/uninstall package. I'm quite an experienced .Net developer but I've never had to do any of the above stuff for a commercial product - anyone know of any good resources to tell where to get started and best practices, etc? TIA for any help/suggestions... Mike -- modified at 0:08 Monday 29th May, 2006

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            Use CryptoLicensing which can generate n-day trials and/or feature based licenses, allowing you to enable/disable certain functionality in your app.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups