
sreenath_viswanatha1.5524943534157793E12 asked a question.
Issue with Xcopyfile in Vista
Hi ,
I'm building a 32 bit installer and I'm using a custom action to copy files to a particular folder when running the installer on a 64 bit machine.
I'm using the XCopyFile method.
I've put the CA to run in Deferred exec in system context .
When installing this on a 64 bit machine , XcopyFile returns a value = 0; which means the files where copied successfully, but in actual case I couldn't find them.
Can anyone help me out.
This worked fine with 32 bit machine.But the same is not working for Vista 64.
Also I've included Disable()/enable() WOW64FSREDIRECTION in my script.
Could you attach your example? (InstallShield project)
in the second scenario I'm trying to copy the files to C:\\Users\\\\Documents
ie."C:\\Users\\SViswanathan5\\Documents"; and not "D:\\NewFolder"