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
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
2 matches
Mail list logo