Try running the script from the command line to debug it:
Dim fso, dest, src
Set fso = CreateObject("Scripting.FileSystemObject")
dest = Session.Property("C:\InstallDir")
src = Session.Property("C:\SourceDir")
fso.CopyFolder src, dest
On Tue, Aug 5, 2008 at 1:06 PM, Rohit Lodha
<[EMAIL PROTEC
Eitan Behar wrote:
> Hi Rohit,
> I suggest you to print (echo) the values for INSTALLDIR and SOURCEDIR and
> try to run the script directly from the command shell, this will give you
> exactly the error during the copy operation.
> Reasons could be: target folder already exists, it's read only, sou
Hi Rohit,
I suggest you to print (echo) the values for INSTALLDIR and SOURCEDIR and
try to run the script directly from the command shell, this will give you
exactly the error during the copy operation.
Reasons could be: target folder already exists, it's read only, source not
found, etc...
Regards
Not
Installed
This fails on fso.CopyFolder
Any Idea, Why?
Regards,
Rohit
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux ba
4 matches
Mail list logo