deployment of windows process

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bala2it4u
    New Member
    • Jun 2007
    • 30

    deployment of windows process

    I Know to deploy the project with simple process ,but how to add advance options like license acceptance,prov iding 30 days trial,uninstall options,add more forms while installing (etc..)
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    i tried doing that at one point of time
    But i was just bymyself, so i offered to sell the code rather than get thru this mess.
    There are some 3rd party tools that help you do that!
    (But they charge for it)

    It depends on how you want to implement it.
    You could put some info into a file, but everytime the program is unisntalled, the file is reinstalled and you have can give another 30 days per install.

    not a good idea....so does storing this info in a database mean the same.

    you could hoever embedd some info into the registry, and let it remain there even during uninstall.

    Depends on how you want to implement it.
    I would really like to follow this thread though!

    Check this library out, It also has an implementation of something that you can use
    Last edited by Shashi Sadasivan; Oct 15 '07, 12:29 PM. Reason: Possibly found a library

    Comment

    Working...