I was thinking along the lines of giving a user a reg file as an unlock key
to my program, that way if they wanted to run it on someone elses machine
they would have to send the reg file to that ISP or what ever.
I am still trying to add support for MSLDAP to my product.
----- Original Message -----
From: "Jeffrey J. Young" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 08, 2001 11:57 AM
Subject: RE: [KCFusion] Need some advice


> Perhaps a COM object? Would be frighteningly simple to write. Wanna send
me
> the file it does produce offlist and I can tshoot it? :) Be glad to help.
>
> jeff
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Bryan LaPlante
> Sent: Monday, January 08, 2001 11:51 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [KCFusion] Need some advice
>
>
> Man I think I have tried every imaginable scenario. I am trying to add a
> level of security to my application in favor of an ISP's choice to allow
> there clients to run it. A user could not install a reg-key on the remote
> server. I am already supporting context security in my product so I am
> inclined to just leave it at that, unless I can find a way to write this
reg
> file on the fly.
> ----- Original Message -----
> From: "Daryl Banttari" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, January 08, 2001 9:29 AM
> Subject: Re: [KCFusion] Need some advice
>
>
> > Perhaps RegEdit needs a cr/lf after the last line?
> >
> > Daryl
> > ----- Original Message -----
> > From: "Bryan LaPlante" <[EMAIL PROTECTED]>
> > To: "[KCFusion List] (E-mail)" <[EMAIL PROTECTED]>
> > Cc: "CF-Server" <[EMAIL PROTECTED]>
> > Sent: Sunday, January 07, 2001 10:20 PM
> > Subject: [KCFusion] Need some advice
> >
> >
> > > I am trying to write a simple registry file to send to buyers of my
new
> > > product. It will serve as an unlock code. If I pull up notepad  and
type
> > the
> > > following,
> > >
> > > REGEDIT4
> > > [HKEY_LOCAL_MACHINE\SOFTWARE\myCompany\userAccount\Security]
> > > "administrator"="adminPass"
> > >
> > > I can save it as .reg and it will write the key successfully when you
> > double
> > > click it.
> > > If I try to create the file dynamically with the following code. The
> file
> > > produced will create the registry keys but will not make the string
> entry.
> > > Any idea's how I can make this second process work?
> > >
> > > <CFSET fileString = "REGEDIT4" & #CHR(13)# & #CHR(10)#>
> > > <CFSET fileString = fileString &
> > > "[HKEY_LOCAL_MACHINE\SOFTWARE\myCompany\userAccount\Security]" &
> #CHR(13)#
> > &
> > > #CHR(10)#>
> > > <CFSET fileString = fileString & '"administrator"="adminPass"'>
> > >
> > > <CFFILE ACTION="WRITE" FILE="c:\inetpub\wwwroot\Security\account.reg"
> > > OUTPUT="#fileString#" ADDNEWLINE="No">
> > > Bryan LaPlante
> > > 816-347-8220
> > > [EMAIL PROTECTED]
> > > http://www.netwebapps.com
> > > Web Development
> > >
> > >
> > >
> > > ______________________________________________________________________
> > > The KCFusion.org list and website is hosted by Humankind Systems, Inc.
> > > List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
> > > Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
> > > To Subscribe.................... mailto:[EMAIL PROTECTED]
> > > To Unsubscribe................ mailto:[EMAIL PROTECTED]
> > >
> >
> >
> >
> >
> > ______________________________________________________________________
> > The KCFusion.org list and website is hosted by Humankind Systems, Inc.
> > List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
> > Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
> > To Subscribe.................... mailto:[EMAIL PROTECTED]
> > To Unsubscribe................ mailto:[EMAIL PROTECTED]
> >
> >
>
>
>
> ______________________________________________________________________
> The KCFusion.org list and website is hosted by Humankind Systems, Inc.
> List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
> Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
> To Subscribe.................... mailto:[EMAIL PROTECTED]
> To Unsubscribe................ mailto:[EMAIL PROTECTED]
>
>
>
>
>
> ______________________________________________________________________
> The KCFusion.org list and website is hosted by Humankind Systems, Inc.
> List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
> Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
> To Subscribe.................... mailto:[EMAIL PROTECTED]
> To Unsubscribe................ mailto:[EMAIL PROTECTED]
>
>

 
 
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]
 

Reply via email to