ndex.htm
>
>
> Regards,
> CHris
>
> ----
> From: "Vladimir Yelnikov"
> Sent: Wednesday, March 20, 2013 3:59 AM
> To: "General discussion for Windows Installer XML toolset."
>
> Subject: Re: [WiX-users] Modify Public property from VB
You want:
>
> Session.Property("PREVIOUS_PATH") = pathToProcess
>
> But honestly, Script Custom Actions are very fragile. Consider C++ or C#
> instead.
>
> ----
> From: "Vladimir Yelnikov"
> Sent: Tuesday, March 19, 2013 10:05 A
Hi everyone.
I try to modify public property from VBScript CustomAction but without any
success:
I tried Session["PREVIOUS_PATH"] = pathToProcess but it didn't work.
Is it possible to modify property values from script custom action?
The real problem is legacy application saves pathe
3 matches
Mail list logo