Hello all,
Please help me out on this problem.
I try now for one week to pass an property value, entered in an User
Interface Textbox, to a Custom Action.
My Custom Action is an VB.NET project (Install Class).
I entered in the CustomActionData property of my CustomAction
following:
CustomActionData: /myName=[EDITA1] /SourceDir="[SOURCEDIR]"
/TargetDir="[TARGETDIR]\"
to enter my UserInterface property EDITA1 and the SourceDir and the
TargetDir to my Installer Class.
The SourceDir and the TargetDir variables are no problem, i get them
correctly into my Installer Class. But my PROBLEM IS: the variable
'myName' is empty.
I tried to pass an constant value to the variable myName, like:
CustomActionData: /myName="test"
that was no problem, but the User Interface property is always empty.
Sebastian Frielitz
Kallely Sajan - 22 Aug 2003 22:46 GMT
Try MYNAME instead of myName
--
Regards,
Sajan.
PS: Please don't send me direct emails, use the newsroom.
> Hello all,
>
[quoted text clipped - 25 lines]
>
> Sebastian Frielitz