CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2009
    Posts
    61

    How to create a demo version of my software in visual studio during MSI

    How to create a 30 days evaluation software. Is there any possiblility to do this with MSI creation. It would be great if MSI installer package provides such in built facility, by which, application expiries after fixed trial period.

    If we going for custome action to do this by writing code, how can i do this.

    How to Write installation time in some file in installed path or in registry or both. Please give some sample of how to capture time during installation.

  2. #2
    Join Date
    Jun 2009
    Posts
    61

    Re: How to create a demo version of my software in visual studio during MSI

    How to create a registry and set the current time into registry

  3. #3
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: How to create a demo version of my software in visual studio during MSI

    How to create a 30 days evaluation software. Is there any possiblility to do this with MSI creation.
    MSI only a packager/installer. You need to create a demo version yourself and then use the MSI installer to install it.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured