Re: [WiX-users] Load file by PARAFFIN, custom action not run

2009-10-16 Thread Jiang, Chunyan (GE Healthcare)
s resolved. Regards, Chunyan -Ursprüngliche Nachricht- Von: Rob Mensching [mailto:r...@robmensching.com] Gesendet: Freitag, 16. Oktober 2009 13:45 An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] Load file by PARAFFIN, custom action not run I don't u

Re: [WiX-users] Load file by PARAFFIN, custom action not run

2009-10-16 Thread Rob Mensching
I don't use Paraffin but have you verified that the File/@Id value is staying constant from run to run? If it is check out a verbose log file from a failed install to get more information about what failed. virtually, Rob Mensching - http://robmensching.com On Fri, Oct 16, 2009 at 4:15 AM, Jiang,

Re: [WiX-users] Load file by PARAFFIN, custom action not run

2009-10-16 Thread Thorsten Schöning
Guten Tag Jiang, Chunyan (GE Healthcare), am Freitag, 16. Oktober 2009 um 13:15 schrieben Sie: > I will use this file in my .WXS file as Custom Action: > FileKey="file_E92584CFAEE24DFD8B1E8BFD27E2F079" ExeCommand="RUN.exe > -install -quiet" Return="asyncWait" /> [...] > It is really strange. Coul

[WiX-users] Load file by PARAFFIN, custom action not run

2009-10-16 Thread Jiang, Chunyan (GE Healthcare)
Hi Wix - users, I use PARAFFIN.exe to generated .WXS file to include and update the files. It is an excellent tool. See the link: http://www.wintellect.com/CS/blogs/jrobbins/archive/2007/10/21/wix-a-bet ter-tallow-paraffin.aspx?CommentPosted=true#commentmessage However, I have another problem.