[WiX-users] Renaming a file during installation

2006-11-29 Thread Sorin Radulescu
Hello, I am trying to rename a file that is coming with my installer. The new name of the file should be based on a value set by the user in one of the dialogs. So far I've tried different combinations of File and CopyFile but with no luck. Is there a way to do this using WiX? My WiX version: 2

Re: [WiX-users] Renaming a file during installation

2006-11-29 Thread Sorin Radulescu
Thank you, Sorin Rob Hamflett wrote: > > That sounds dangerous. What if that component gets installed twice, but > on each occasion the user > specifies a different name? > > Rob > > Sorin Radulescu wrote: >> Hello, >> >> I am trying to rename a fi