Registry based custom page display..
Hi,
I need to display a custom page,based on the users System registry.
Scenario:
1)User installs my application by entering username and password(which is stored to System registry) within the custom page, I have created.
2)User want to use my application, which requires the installation CD to be inserted to run the application.
This time the user should not see the custom page asking for the Username and Password.
In short I want somthing like this:
${If} $0 = "" ;If Registry is blank show custom page
Page custom showCustomPage "" ": User name and password"
${EndIf}
Please let me know if it is possible.
Thanks in advance.