Windows Registry
Ken Ray
kray at sonsothunder.com
Sat Mar 15 18:17:01 EST 2003
Well, it looks like deleteRegistry does just that. From the MC Ref:
-----------
This function, which is only available in the Win32 engine, deletes the
specified <key> from the system registry. The <key> parameter should be
a full path to the key, beginning with one of the predefined handle
values. To delete individual subkeys within a key, use setRegistry to
set them to empty.
-----------
Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/
> -----Original Message-----
> From: metacard-admin at lists.runrev.com
> [mailto:metacard-admin at lists.runrev.com] On Behalf Of Scott Rossi
> Sent: Saturday, March 15, 2003 4:19 PM
> To: metacard at lists.runrev.com
> Subject: Re: Windows Registry
>
>
> Recently, Ken Ray wrote:
>
> >> Also, to delete the registry entry if the user uninstalls the
> >> program, would the following be correct?
> >>
> >> if the platform is "Win32" then
> >> # register the file type to Blackjack Gold
> >> get setRegistry("HKEY_CLASSES_ROOT\.bjg\","")
> >> end if
> >
> > Actually, you'd want to use "deleteRegistry".... and change your
> > comment.
>
> This reminds me... Until recently there was a limitation in
> MC that prevented you from deleting a reg key altogether.
> You could create them and empty them, but couldn't remove
> them (!). I started some discussions on this with Scott
> Raney a while ago but the dialog sort of dropped off. Has
> this functionality been included yet?
>
> Regards,
>
> Scott Rossi
> Creative Director
>
> Tactile Media, Multimedia & Design
> Email: scott at tactilemedia.com
> Web: www.tactilemedia.com
>
> _______________________________________________
> metacard mailing list
> metacard at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/metac> ard
>
More information about the metacard
mailing list