Home All Groups Group Topic Archive Search About

Setup and Deployment Question

Author
17 Mar 2007 12:36 PM
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

Author
17 Mar 2007 2:37 PM
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

Show quote
"Jim Shady" <shady.***@gmail.com> wrote in message
news:1174135006.469688.87160@l77g2000hsb.googlegroups.com...
> 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
>

AddThis Social Bookmark Button