Bazarewsky, Michael C. wrote:
> We see the same issue with the 3.0 release.  To summarize, we get a warning 
> from Candle when building an MSI that requests a long-named file to be 
> removed via RemoveFile.  
>   

I'd suggest experimenting with the RemoveFile table in your .msi 
package. See if a plain long filename works; if not, try adding a fake 
short filename with a | pipe before it. Remember that MSI is the engine 
processing the data; in this case, WiX does almost nothing with it other 
than populate the RemoveFile table.

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have 
the opportunity to enter the BlackBerry Developer Challenge. See full prize 
details at: http://p.sf.net/sfu/blackberry
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to