Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Register or demo mode
 

Register or demo mode

Hello,

I need to create an installation program that has two modes: register and demo mode. In register mode, the user will input their code and have full access to the software after purchasing a license. In the demo mode, the user will have limited usage and once the user has exceed the usage "count" disable functionality to use the program.

I don't know where to begin to see what are my options. How do I prevent users from
circumventing once the count has been met? What is a good resource to read about the different options?

thanks,
-jt
JTatMsdn  Sunday, October 08, 2006 7:25 PM

you can take a look at the shareware starter kit:

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=686141&SiteID=1

http://sharewarestarterkit.com/

I have not used it but I believe this will be the one you are after in terms of creating a registration type program for your application.

ahmedilyas  Sunday, October 08, 2006 7:38 PM
Is there a non .Net solution as well?

The functionality of the Local Data Store is what I am seeking for.
JTatMsdn  Sunday, October 08, 2006 8:13 PM

You can use google to search for other answers

Custom Search

More Threads

• Can an individual MSI support 32 and 64 bit simultaneously?
• automatically install database script files
• Using dll's Isolated property
• On installing Smart Client app getting System.NullReferenceException
• Another publishing problem
• Retrieving OS information during install (System.Configuration.Install.Installer)
• Setup problem - multiple setups in one setup :)
• deployment of vb.net application with MSSQL db
• Save local state
• Customizing the deployment user interface.