Probably something involving the Registry, RemoveRegistry, AppSearch, and/or
CCPSearch tables. You'd use the AppSearch or CCPSearch to get the original
registry value into a property; then use the registry table to save that
property in the appropriate place.
<(E-Mail Removed)> wrote in message
news:0ddc01c39324$3e4daed0$(E-Mail Removed)...
> Thanks Jeff..
> I'm gonna try setting up custom actions..
> so what is the long and clean way 
>
>
> >-----Original Message----->The quick and dirty way would
> be to use a couple of custom actions. The
> >first, executed on install, would save the old value,
> say, by copying it to
> >a different name. The second CA would execute on
> uninstall and read the
> >saved value from the name created by the first CA, then
> write it to the
> >appropriate place.
> >