Re: [WiX-users] VBScript CA Object not supported error

2008-08-29 Thread Richard
In article <[EMAIL PROTECTED]>, Andy2k8 <[EMAIL PROTECTED]> writes: > option explicit > > Dim fso,InstallPath,tmp,res > > Set installer = CreateObject("WindowsInstaller.Installer") > Set fso = CreateObject("Scripting.FileSystemObject") > > InstallPath = Property("INSTALLDIR") > > tmp = M

[WiX-users] VBScript CA Object not supported error

2008-08-28 Thread Andy2k8
I get the following error when MSI tries to run the this VBScript CA that deletes a folder option explicit Dim fso,InstallPath,tmp,res Set installer = CreateObject("WindowsInstaller.Installer") Set fso = CreateObject("Scripting.FileSystemObject") InstallPath = Property("INSTALLDIR") tmp = Mid