Re: [WiX-users] WScript in CustomAction

2007-10-08 Thread Richard
In article <[EMAIL PROTECTED]>, "Rad Ricka" <[EMAIL PROTECTED]> writes: > I seem to be getting undefined variable errors for WScript in the script, > which normally runs fine (from the command line). WScript is a global object provided by Windows Scripting Host when it hosts vbscript. Win

[WiX-users] WScript in CustomAction

2007-10-08 Thread Rad Ricka
Hello chaps, is there any restriction on using WScript. in the functions you call from VBScript call from CustomAction? I seem to be getting undefined variable errors for WScript in the script, which normally runs fine (from the command line). Cheers, Rad -