Re: [WiX-users] Odp: Re: Disposable files

2008-08-28 Thread Buddell, James
Behalf Of Krzysztof Kozmic Sent: 28 August 2008 13:17 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Odp: Re: Disposable files I don't need to move them anywhere. They just are needed to setup environment for the program to run (installing SSL certificates among other things). I j

Re: [WiX-users] Odp: Re: Disposable files

2008-08-28 Thread Krzysztof Kozmic
I don't need to move them anywhere. They just are needed to setup environment for the program to run (installing SSL certificates among other things). I just want to get rid of them as soon as they are done doing their thing. Is there really no other way for that than writing a Custom Action? >>

Re: [WiX-users] Odp: Re: Disposable files

2008-08-28 Thread Buddell, James
If you're moving the files somewhere else you could use the move files table, or just install them straight to their final location. The remove files action is run before install files, so you can't use that. You could also do it in your CA if you really have to. Cheers, James -Original Mess