|
-
Jun 15th, 2005, 05:39 AM
#1
Thread Starter
New Member
-
Jun 16th, 2005, 02:33 AM
#2
Re: Regkey in HEX type
pilarbernad,
What is a PassIP and what is it used for?
-
Jun 16th, 2005, 06:04 AM
#3
Thread Starter
New Member
Re: Regkey in HEX type
Randem,
PassIP is a password that i get it during the install setup 
Pi.
-
Jun 16th, 2005, 06:13 AM
#4
Re: Regkey in HEX type
pilarbernad,
It still hard to understand without seeing your script.
-
Jun 17th, 2005, 02:43 AM
#5
Thread Starter
New Member
Re: Regkey in HEX type
ok, Randem
let me explain it,
i have in [Registry] secction :
Root: HKLM; subkey: Software\...; ValueType: binary; ValueName: PassworIP; ValueData: {code:GetConex|PasswordIP}
... and in [Code] section :
var
ConexPage: TInputQueryWizardPage;
procedure InitializeWizard;
begin
{ Create the pages }
UserPage := CreateInputQueryPage(wpUserInfo,
' Conexion Information ', 'User Id',
'Please,.....');
ConexPage.Add('PasswordIP:', True);
end;
function GetConex(Param: String): String;
begin
if Param = 'PasswordIP' then
Result := ConexPage.Values[0]
end;
But it dosen't work when compile, the reason: the binary type. Any suggestion?
Pi.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|