Re: [WiX-users] MakeSfxCA and project output

2009-02-27 Thread Shawn Dwyer
e...@microsoft.com] > Sent: Friday, February 27, 2009 8:57 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] MakeSfxCA and project output > > FDI Error code of 11 means user aborted; I found that interesting so I dug > into this a bit... > &g

Re: [WiX-users] MakeSfxCA and project output

2009-02-27 Thread Jason Ginchereau
rosoft.com] Sent: Friday, February 27, 2009 8:57 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MakeSfxCA and project output FDI Error code of 11 means user aborted; I found that interesting so I dug into this a bit... sfxca\Extract.cpp :: Extr

Re: [WiX-users] MakeSfxCA and project output

2009-02-27 Thread John Nannenga
ser abort. Hence "SFXCA: Failed to extract to temporary directory. Cabinet error code 11." appears in the MSI log. -Original Message- From: Shawn Dwyer [mailto:shawn.o.dw...@gmail.com] Sent: Friday, February 27, 2009 12:07 AM To: General discussion for Windows Installer XML

Re: [WiX-users] MakeSfxCA and project output

2009-02-26 Thread Shawn Dwyer
Has anyone gotten this error when using DTF?SFXCA: Failed to extract to temporary directory. Cabinet error code 11. Has anyone managed to pack a directory using another method? Thanks, Shawn On Thu, Feb 26, 2009 at 12:01 AM, Shawn Dwyer wrote: > I think I'm getting close but I'm getting an err

Re: [WiX-users] MakeSfxCA and project output

2009-02-25 Thread Shawn Dwyer
I think I'm getting close but I'm getting an error when unpacking. Reading the source for MakeSfxCA I found the GetPackFileMap function and reading the description: "By default, all files will be placed in the root of the cab. But inputs may optionally include an alternate inside-cab file path be

[WiX-users] MakeSfxCA and project output

2009-02-25 Thread Shawn Dwyer
Hi, Is there a way to get MakeSfxCA include everything in my CA project ouput directory recursively, maintaining folder structure? It seems to me this would be the simplest way of ensuring all necessary dependencies are there at runtime. For a simple example say I have my EULAs for each language