Hi,
I'm afraid that this feature is not supported by Windows Installer. However, you can try using a
custom action scheduled under
"InstallFinalize" . Here is some sample VBScript code:
Code: Select all
Set fso = CreateObject("Scripting.FileSystemObject")
fso.copyFile "c:\mytext.txt" , "c:\temp\"
Best regards,
Cristi
______________________________
Cristi Costache
Advanced Installer Team
http://www.advancedinstaller.com/