Hi every one!

some one can help me? i need to insert a special regkey binary type during the inno setup run.
Actually i make this:

Root: HKLM; subkey: Software\PUMASFA\; ValueType: string; ValueName: Nombre; ValueData: {code:GetUser|Nombre}
Root: HKLM; subkey: Software\PUMASFA\; ValueType: binary; ValueName: PassIP; ValueData: 62

but i need to get the passip in the installation run.

thanks!

PI.