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. C#
  4. C# safe deployment (FOXPRO)

C# safe deployment (FOXPRO)

Scheduled Pinned Locked Moved C#
csharpsysadminhelp
2 Posts 2 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.
  • M Offline
    M Offline
    michael_jhons
    wrote on last edited by
    #1

    hello all, I'm working on an application developped under FOXPRO, the problem is that the deployment procedure is so vulnerable, so that once installed, anyone could copy all its files and past them to another computer and the application will just work fine. 1. would you please advise what it could be done in order to grantee a safe deployment that it can't be duplicated 2. does the suggested process could be developed using C# knowing that the application is developed under FOXPRO Thank you so much for your usual support

    L 1 Reply Last reply
    0
    • M michael_jhons

      hello all, I'm working on an application developped under FOXPRO, the problem is that the deployment procedure is so vulnerable, so that once installed, anyone could copy all its files and past them to another computer and the application will just work fine. 1. would you please advise what it could be done in order to grantee a safe deployment that it can't be duplicated 2. does the suggested process could be developed using C# knowing that the application is developed under FOXPRO Thank you so much for your usual support

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

      michael_jhons wrote:

      1. would you please advise what it could be done in order to grantee a safe deployment that it can't be duplicated

      There's no guarantees, especially not in copy-protection. The only files that can't be copied, are the ones that aren't readable. One option is to encrypt the files, and decrypt them when you need 'em. Another option would be to hide a file on the system, and check for it's existence on start-up. If they forgot to copy the hidden file, you'll know that it's an "illegal" installation. ..but there's no guarantee. It'll be merely harder to copy the data, not impossible.

      michael_jhons wrote:

      2. does the suggested process could be developed using C# knowing that the application is developed under FOXPRO

      Like some kind of wrapper application? :)

      I are Troll :suss:

      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