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.

Windows Installer doesn't provide this object when hosting vbscript;
it provides the Session object for interacting with Windows
Installer's install session.

In particular, if you are trying to call WScript.CreateObject, just
call CreateObject directly.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to