Hi
I'm trying to copy a primer file to the windows folder. However something strange is happening. If the file already exists it deletes the file without making a backup even though its set to make one.
But, if the file doesn't exist to start with, it doesnt copy the file over. If I turn off make a backup, then it installs the file to the windows folder ok.
I need it to make a backup though. Here's the code I'm using.
So whats happening. ThanksCode:osresult = System.GetOSName(); if osresult == "Windows XP" then File.Install(SessionVar.Expand("%TempLaunchFolder%\\example.ini"), "%WindowsFolder%\\example.ini", FILE_INSTALL_ALWAYS, true, true); end
Danny Please help, knowones helped so far with my posts.

