Setup and Deployment Question

J

Jim Shady

Hello,

I've made a Setup and Deployment project with a single textbox asking
for the customer's name. I've set this textbox's "Edit1Property" to
"CUSTNAME".

I then opened up the Registry interface of the project, and added a
property there with the value [CUSTNAME]. When I install and provide
the customer name, the value is not stored in the registry.

Is this all wrong? Do I need to create a custom action? If so, how do
I access CUSTNAME from the custom action?

Regards, and thanks in advance,

Jim
 
V

VJ

It works for me... I tried the below.

Edit1Label : CustomerName:
Edit1Property : CUSTNAME

Registery entry under HKEY_USER\Software\Company1
(Name) - CUSRTNAME
(Value) - [CUSTNAME]

Let me know what u are doing different!!

VJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top