cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
krishnaKumar
Level 5

add User name in registry

Hi,

I am using InstallShield 2008 premier edition to built a setup to my project. It is a Basic MSI project. I want to add the Username entered in the customer Information dialog box to the registry. How to go about that.

Waiting for a quick response

THanx in adv

Krishna Kumar. P
Labels (1)
0 Kudos
(2) Replies
vijayakumar
Level 6

The user name will be stored in a Property(USERNAME, by default).
You can create the registry with [USERNAME] property. So, when the user enters the name in the Customer Information Dialog, this property will be set with the entered value and written in the registry.

Hope this helps.
0 Kudos
krishnaKumar
Level 5

Hi,

Thank you very much. It worked.

Krishna kumar .P
0 Kudos