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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. how can i make setup of my project with trial version

how can i make setup of my project with trial version

Scheduled Pinned Locked Moved .NET (Core and Framework)
helpquestionannouncementworkspace
4 Posts 4 Posters 1 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.
  • R Offline
    R Offline
    Ravi_21
    wrote on last edited by
    #1

    can anyone help me give suggestion in making setup with trial version

    F R M 3 Replies Last reply
    0
    • R Ravi_21

      can anyone help me give suggestion in making setup with trial version

      F Offline
      F Offline
      Fahad Sadah
      wrote on last edited by
      #2

      Take a copy of the existing code, and remove/limit some of the features. Have the installer automatically install the parts that are the same, then ask for a serial number. If none is provided, install the trial version of the rest, otherwise install the full version. To stop this from being bypassed, have the full version check a license file. (do not make the trial do this, as a faked file may unlock some things). A good license file would be a mac address, full name, organisation and time and date of install, all md5'ed with a key that only you (and your program) knows.

      1 Reply Last reply
      0
      • R Ravi_21

        can anyone help me give suggestion in making setup with trial version

        R Offline
        R Offline
        ReactiveX
        wrote on last edited by
        #3

        Alternatively, allow the user a time limit to which they use the application for. You'll have to implement some hack-proof techniques though, because the most obvious hack would be to turn back your computer time.

        Daniel Minnaar Lead Software Developer

        1 Reply Last reply
        0
        • R Ravi_21

          can anyone help me give suggestion in making setup with trial version

          M Offline
          M Offline
          Mark Churchill
          wrote on last edited by
          #4

          Try this guide.[^]

          Mark Churchill Director Dunn & Churchill

          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