Recommended license & trial coding

Posted: 11-13-2006, 12:18 PM
Hi all,

I am looking forward to make an application complaint to the Windows VIsta
Software Logo Spec 1.1.

Till now an administrative user always had full access to the registry. Now
with UAC, write access to most parts of the registry needs to be requested. I
have found a way to get this level of access, but the Logo guide tells me to
only require this kind of access if necessary.

This makes trial & license coding difficult. So am I searching for
alternative ways to implement trial and license coding which does not require
administrative access. Thanks for any hints and ideas

--
www.adiscon.com

Reply With Quote

Responses to "Recommended license & trial coding"

Jimmy Brush
Guest
Posts: n/a
 
Re: Recommended license & trial coding
Posted: 11-13-2006, 08:41 PM
Hello,

My suggestion would be to set your hidden licensing information durring your
program's setup, which should be running with full admin permissions (i.e.
you are probably installing it to program files).

Once installed, your program (running as a UAC 'standard user') will have
read-only access to the licensing information set durring setup.

Then, when the user registers or changes thier license, have a secondary
program / com component that requires admin permission to change the
registry setting.

This way, you only use admin permission when absolutely necessary - when you
are changing licensing information.

--
- JB

Windows Vista Support Faq
http://www.jimmah.com/vista/

Reply With Quote
Andre Lorbach
Guest
Posts: n/a
 
Re: Recommended license & trial coding
Posted: 11-20-2006, 12:13 PM
Thank you Jimmy, this has put me into the right direction.

best regards,
Andre Lorbach
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Color coding files & folders Vai Windows Vista File Management 1 08-06-2006 06:47 PM
XP Pro trial Antony Windows XP Beta 6 03-25-2005 02:39 AM
Me again .... so what version is this trial? UKuser Windows XP Beta 1 03-22-2005 08:07 AM
XP Trial Donald Link Windows XP Basics 7 01-15-2004 03:44 AM
trial license expires/ machine locked up Eva Windows XP Accessibility 1 08-25-2003 08:14 PM