Re: [WiX-users] Execute action during path installation

2009-02-11 Thread Tony Juricic
m: Tony Juricic [mailto:tjuri...@tradestation.com] Sent: Tuesday, February 10, 2009 5:51 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Execute action during path installation It is possible to put a file into a Component containing only that file, make it volatile

Re: [WiX-users] Execute action during path installation

2009-02-11 Thread Wilson, Phil
Sent: Tuesday, February 10, 2009 5:51 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Execute action during path installation It is possible to put a file into a Component containing only that file, make it volatile and change the condition for installing the c

Re: [WiX-users] Execute action during path installation

2009-02-10 Thread Tony Juricic
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Execute action during path installation Hey Grigory, I don't believe you are able to remove a file while patching. However, you can change the file that you want to delete to a 0byte file. This will be effectively the same. I

Re: [WiX-users] Execute action during path installation

2009-02-10 Thread Brian Rogers
Hey Grigory, I don't believe you are able to remove a file while patching. However, you can change the file that you want to delete to a 0byte file. This will be effectively the same. I don't have an example of how to run a custom action but believe you just add a new action to your patch. There i