Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Create Trial Version Installer
 

Create Trial Version Installer

Hi experts, I would like to ask about the concept of 30 Day trial version of Installer. Since I was new in creating of an installer, I would like to ask at least an overview on how to create a installer. Thanks in advance and forgave my ingnorance. By the way I am using a C#.Net language

cerebralkink  Monday, December 10, 2007 9:26 AM

Hi tatas move,

As far as I know, there is no built-in support for trail version in Setup Project. Actually the installer has nothing to do with the runtime validation. The usual way to create a trail version is to record the time somewhere when the application run first time and have the application refuse to run after a certain time (30 days).

Another choice is to record the installation time using a custom action. But I recommend you use the first-run time, since the most .NET applications support XCopy which means the users can just copy your application to other computers and run the application.

Hope this helps.
Best regards.
Rong-Chun Zhang

Rong-Chun Zhang  Thursday, December 13, 2007 9:05 AM

Hi tatas move,

As far as I know, there is no built-in support for trail version in Setup Project. Actually the installer has nothing to do with the runtime validation. The usual way to create a trail version is to record the time somewhere when the application run first time and have the application refuse to run after a certain time (30 days).

Another choice is to record the installation time using a custom action. But I recommend you use the first-run time, since the most .NET applications support XCopy which means the users can just copy your application to other computers and run the application.

Hope this helps.
Best regards.
Rong-Chun Zhang

Rong-Chun Zhang  Thursday, December 13, 2007 9:05 AM
Hi,

Try this:
http://www.protexis.com/services/trial_enablement.htm

And this:
http://otkproducts.blogspot.com/
Antonio Ooi  Friday, December 14, 2007 2:17 PM

You can use google to search for other answers

Custom Search

More Threads

• SSL option
• Install to CSIDL_COMMON_DOCUMENTS from VS 2005 Setup Project
• Enterprise Library Configuration, no updater Application Block configuration?
• Issues with the deployment Manifest
• Conditional Dialogs in deployment project
• Smart Client Installation Problem
• Passing arguments to DOTNET's href'ed Executables
• Passing parameters in the URL/Query String during setup
• Publishing Windows Application developed using Visual Studio 2005 and SQL Server 2005
• vb application deployment