You should be able to set the text box to use a property. You can then set
this property with the value you require
Hi Luke,
I believe I have done this.
I have put the Textboxes dialog in the End stage. For a textbox, I have
tried to set Edit1Value to both [EDITA1] and "[EDITA1]", the Edit1Property
is EDITA1.
For the custom action, I have set the CustomActionData to /EDITA1=[EDITA1]
and /EDITA1="[EDITA1]". In the custom action dll, I override the Install
method and try to change the value by Context.Parameters["EDITA1"] = "text".
The UI window pops up, and it's value is 1.
Thanks,
Buzz
> You should be able to set the text box to use a property. You can then set
> this property with the value you require
[quoted text clipped - 17 lines]
>> Thanks in advance,
>> Buzz
mdex@online.nospam - 28 Sep 2005 22:02 GMT
I decided to write my own form in the dll, thanks anyways!!!!!!!!
> Hi Luke,
>
[quoted text clipped - 32 lines]
>>> Thanks in advance,
>>> Buzz