Jump to content

Registry Creation problems


Recommended Posts

Guest royzlife@gmail.com
Posted

Hi,

 

When I create any string registry entry (REG_SZ) manually , does it

gets created with NULL value? Because when the same registry key is

created through InstallShield(installation of .msi), I find the binary

value data for the key is 0 0 0 0.

When created manually, its binary value data is 0 0 0 0 | 0 0 0 0.

 

Why is this difference coming? The real problem crops up when I

retrieve the value from registry and check if it contains "" i.e.

nothing. When created manually, this check is working fine but when

created while installation of .msi, this check is failing.

 

It will be helpful if any one can throw a light on this anomaly.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...