Re: [WiX-users] Using InstallFiles

2006-11-17 Thread Bob Arnson
Pallavi Patrutkar wrote: I want that a file should get copied to the destination directory before I execute a custom action. I tried using 'After=InstallFiles' for that particular custom action, but still this CA gets called before 'InstallFiles'. Is there anything more to be added in my W

[WiX-users] Using InstallFiles

2006-11-17 Thread Pallavi Patrutkar
Hello, I want that a file should get copied to the destination directory before I execute a custom action. I tried using 'After=InstallFiles' for that particular custom action, but still this CA gets called before 'InstallFiles'. Is there anything more to be added in my WIX file? Please g