Re: [WiX-users] CustomAction does not work

2008-08-05 Thread Eitan Behar
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

Re: [WiX-users] CustomAction does not work

2008-08-05 Thread Rohit Lodha
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

Re: [WiX-users] CustomAction does not work

2008-08-04 Thread Eitan Behar
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

[WiX-users] CustomAction does not work

2008-08-04 Thread Rohit Lodha
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