المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Unable to set registry value



C# Programming
03-14-2013, 11:50 AM
Hi,

I am using MSI to install my c# winform application. I am using custom action at the start of the installer. This is my latest version where I have added custom action. When I install latest version (fresh installation) then it works properly. But when I install latest version on previous version my custom action related registry key(e.g. ModeSelection Key) is not creating in the registry but some basic and common key(Filepath,language etc) are created successfully.

What is the reason behind this? I wanted to create that registry key depeding upon the custom action selection.

Thanks
sjs