Thanks,

I am using the same MSI for install/un-install/re-install.

The Install and Un-install is working fine, but re-install is showing the
2908 error.

Users can unistall and reinstall the same MSI right...?

When i uninstall the registry key is deleting, but one key
exists in HKLM/software/microsoft/windows/currentversion/installer. The key
CB4DF53AAC660EB4CBABDEAED2CFF73D is present and the value is C:\Program
Files\Common Files\{Appname}\Config\0.reg.

Why this component is not removed during uninstall.

Here is the code i am using.

<Component Id="RegistryEntriesFrameWork" Directory="TARGETDIR" Guid
="25FDD9EA-A94F-41ef-B8DF-6E202D3687B6">
 <RegistryKey Root="HKCU" Key="Software\Stealth Framework"
Action="createAndRemoveOnUninstall">
<RegistryValue Type="string" Name="installed" Value="true" KeyPath="yes"/>
 </RegistryKey>
</Component>

And why it is showing as UNKNOWN\Components\CB4DF53AAC660EB4CBABDEAED2CFF73D
during re-install. i believe it should show the full registry path instead
UNKNOWN.

Thanks in Advance.
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to