Re: [WiX-users] Custom Action- change property value from vbs file

2008-08-21 Thread Maxim Vyazovsky
Hy David, Try to run msiexec with log option and see - does your custom action execute? -- Thanks, Max On Thu, Aug 21, 2008 at 15:21, Yuval David <[EMAIL PROTECTED]> wrote: > Hi, > > Im using wix 2.0 and Im trying to change the value of a property within > a vbs file during a custom action. > >

[WiX-users] Custom Action- change property value from vbs file

2008-08-21 Thread Yuval David
Hi, Im using wix 2.0 and Im trying to change the value of a property within a vbs file during a custom action. The property value doesn't change. Can some one please tell me why? Session.Property("INSTALLERROR") = "NO ERROR" ---