Re: [WiX-users] Modify Public property from VBScript CustomAction

2013-03-20 Thread Vladimir Yelnikov
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

Re: [WiX-users] Modify Public property from VBScript CustomAction

2013-03-20 Thread Vladimir Yelnikov
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

[WiX-users] Modify Public property from VBScript CustomAction

2013-03-19 Thread Vladimir Yelnikov
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