2008/11/6 Vuchuru, Surekha (SBT US EXT) <[EMAIL PROTECTED]>:
> Hi All,
>
> I am creating a registryentry with the following value for an exe during
> installation. This value is not getting removed during uninstallation.
> Please let me know if there are any changes that I need to make.
>
> <Component Id='PackageInstaller'
> Guid='{B8CA6641-55CF-44fb-8032-BE6D56C07A58}'>
>
> <RegistryValue Root="HKCR" Key="AppID\PackageInstaller.EXE" Name="AppID"
> Value="{DC9C85E9-803A-4509-A34F-C8B68EE279A5}" Type="string" />
>
> </Component>
>
> Thanks and Regards,
>
> Surekha
>Many precisions need to be given before I can answer: -Is the RegistryValue the only resource in your Component? -Does your Component get a defined keypath? If so wich resource is it? -Which Component does create your registry key, AppID\PackageInstaller.EXE\? -Why don't you use HKCU, HKLM or HKMU instead of HKCR as your root hive? -Did you turn on verbose logging to study what happened? ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

